android.text.style
Class CharacterStyle
java.lang.Object
android.text.style.CharacterStyle
- Direct Known Subclasses:
- BackgroundColorSpan, ClickableSpan, ForegroundColorSpan, MaskFilterSpan, MetricAffectingSpan, RasterizerSpan, StrikethroughSpan, UnderlineSpan
public abstract class CharacterStyle
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterStyle
public CharacterStyle()
updateDrawState
public abstract void updateDrawState(TextPaint tp)
wrap
public static CharacterStyle wrap(CharacterStyle cs)
getUnderlying
public CharacterStyle getUnderlying()
Copyright © 2008-2010. All Rights Reserved.