android.text.style
Class AlignmentSpan.Standard
java.lang.Object
android.text.style.AlignmentSpan.Standard
- All Implemented Interfaces:
- Parcelable, ParcelableSpan, AlignmentSpan, ParagraphStyle
- Enclosing interface:
- AlignmentSpan
public static class AlignmentSpan.Standard
- extends Object
- implements AlignmentSpan, ParcelableSpan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlignmentSpan.Standard
public AlignmentSpan.Standard(Layout.Alignment align)
AlignmentSpan.Standard
public AlignmentSpan.Standard(Parcel src)
getSpanTypeId
public int getSpanTypeId()
- Specified by:
getSpanTypeId
in interface ParcelableSpan
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
getAlignment
public Layout.Alignment getAlignment()
- Specified by:
getAlignment
in interface AlignmentSpan
Copyright © 2008-2012. All Rights Reserved.