android.text.style
Class AbsoluteSizeSpan
java.lang.Object
android.text.style.CharacterStyle
android.text.style.MetricAffectingSpan
android.text.style.AbsoluteSizeSpan
- All Implemented Interfaces:
- UpdateLayout
public class AbsoluteSizeSpan
- extends MetricAffectingSpan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbsoluteSizeSpan
public AbsoluteSizeSpan(int size)
getSize
public int getSize()
updateDrawState
public void updateDrawState(TextPaint ds)
- Specified by:
updateDrawState in class CharacterStyle
updateMeasureState
public void updateMeasureState(TextPaint ds)
- Specified by:
updateMeasureState in class MetricAffectingSpan
Please submit a feedback, bug or feature