FileDocCategorySizeDatePackage
CharacterStyle.javaAPI DocAndroid 5.1 API433Sat Mar 14 14:09:40 GMT 2015android.text.style

CharacterStyle.java

package android.text.style;
public abstract class CharacterStyle
{
public  CharacterStyle() { throw new RuntimeException("Stub!"); }
public abstract  void updateDrawState(android.text.TextPaint tp);
public static  android.text.style.CharacterStyle wrap(android.text.style.CharacterStyle cs) { throw new RuntimeException("Stub!"); }
public  android.text.style.CharacterStyle getUnderlying() { throw new RuntimeException("Stub!"); }
}