android.text.style.CharacterStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
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!"); }
}