android.text.style
public
abstract
class
android.text.style.MetricAffectingSpan
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
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
MetricAffectingSpan()
Public Methods
Returns "this" for most MetricAffectingSpans, but for
MetricAffectingSpans that were generated by
wrap(CharacterStyle),
returns the underlying MetricAffectingSpan.
public
abstract
void
updateMeasureState(TextPaint p)