FileDocCategorySizeDatePackage
SpannableString.javaAPI DocAndroid 5.1 API719Sat Mar 14 14:09:38 GMT 2015android.text

SpannableString

public class SpannableString extends android.text.SpannableStringInternal implements CharSequence, android.text.Spannable, android.text.GetChars

Fields Summary
Constructors Summary
public SpannableString(CharSequence source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidremoveSpan(java.lang.Object what)

 throw new RuntimeException("Stub!"); 
public voidsetSpan(java.lang.Object what, int start, int end, int flags)

 throw new RuntimeException("Stub!"); 
public final java.lang.CharSequencesubSequence(int start, int end)

 throw new RuntimeException("Stub!"); 
public static android.text.SpannableStringvalueOf(java.lang.CharSequence source)

 throw new RuntimeException("Stub!");