FileDocCategorySizeDatePackage
AlignmentSpan.javaAPI DocAndroid 5.1 API792Sat Mar 14 14:09:42 GMT 2015android.text.style

AlignmentSpan.java

package android.text.style;
public interface AlignmentSpan
  extends android.text.style.ParagraphStyle
{
public static class Standard
  implements android.text.style.AlignmentSpan, android.text.ParcelableSpan
{
public  Standard(android.text.Layout.Alignment align) { throw new RuntimeException("Stub!"); }
public  Standard(android.os.Parcel src) { throw new RuntimeException("Stub!"); }
public  int getSpanTypeId() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  android.text.Layout.Alignment getAlignment() { throw new RuntimeException("Stub!"); }
}
public abstract  android.text.Layout.Alignment getAlignment();
}