android.text.style
Class CharacterStyle

java.lang.Object
  extended by android.text.style.CharacterStyle
Direct Known Subclasses:
BackgroundColorSpan, ClickableSpan, ForegroundColorSpan, MaskFilterSpan, MetricAffectingSpan, RasterizerSpan, StrikethroughSpan, UnderlineSpan

public abstract class CharacterStyle
extends Object


Constructor Summary
CharacterStyle()
           
 
Method Summary
 CharacterStyle getUnderlying()
           
abstract  void updateDrawState(TextPaint tp)
           
static CharacterStyle wrap(CharacterStyle cs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterStyle

public CharacterStyle()
Method Detail

updateDrawState

public abstract void updateDrawState(TextPaint tp)

wrap

public static CharacterStyle wrap(CharacterStyle cs)

getUnderlying

public CharacterStyle getUnderlying()


Copyright © 2008-2010. All Rights Reserved.