Android
android.text.style
public abstract class

android.text.style.MetricAffectingSpan

java.lang.Object
android.text.style.CharacterStyle
android.text.style.MetricAffectingSpan UpdateLayout

The classes that affect character-level text formatting in a way that changes the width or height of characters extend this class.

Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors

            MetricAffectingSpan()

Public Methods

          MetricAffectingSpan  getUnderlying()
Returns "this" for most MetricAffectingSpans, but for MetricAffectingSpans that were generated by wrap(CharacterStyle), returns the underlying MetricAffectingSpan.
abstract          void  updateMeasureState(TextPaint p)
Methods inherited from class android.text.style.CharacterStyle
Methods inherited from class java.lang.Object

Details

Public Constructors

public MetricAffectingSpan()

Public Methods

public MetricAffectingSpan getUnderlying()

Returns "this" for most MetricAffectingSpans, but for MetricAffectingSpans that were generated by wrap(CharacterStyle), returns the underlying MetricAffectingSpan.

public abstract void updateMeasureState(TextPaint p)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48