Package icyllis.modernui.text
Interface ParcelableSpan
- All Superinterfaces:
Parcelable
- All Known Implementing Classes:
AbsoluteSizeSpan,AlignmentSpan.Standard,BackgroundColorSpan,ForegroundColorSpan,LeadingMarginSpan.Standard,LineBackgroundSpan.Standard,LocaleSpan,RelativeSizeSpan,StrikethroughSpan,StyleSpan,SubscriptSpan,SuperscriptSpan,TrailingMarginSpan.Standard,TypefaceSpan,UnderlineSpan,URLSpan
A special kind of
Parcelable for objects that will serve as text spans.-
Nested Class Summary
Nested classes/interfaces inherited from interface icyllis.modernui.util.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>, Parcelable.WriteFlags -
Method Summary
Modifier and TypeMethodDescriptionintReturn a special type identifier for this span class.Methods inherited from interface icyllis.modernui.util.Parcelable
writeToParcel
-
Method Details
-
getSpanTypeId
int getSpanTypeId()Return a special type identifier for this span class.
-