android.text
Interface ParcelableSpan

All Superinterfaces:
Parcelable
All Known Implementing Classes:
AbsoluteSizeSpan, AlignmentSpan.Standard, Annotation, BackgroundColorSpan, BulletSpan, EasyEditSpan, ForegroundColorSpan, LeadingMarginSpan.Standard, QuoteSpan, RelativeSizeSpan, ScaleXSpan, StrikethroughSpan, StyleSpan, SubscriptSpan, SuggestionSpan, SuperscriptSpan, TextAppearanceSpan, TypefaceSpan, UnderlineSpan, URLSpan

public interface ParcelableSpan
extends Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int getSpanTypeId()
           
 
Methods inherited from interface android.os.Parcelable
describeContents, writeToParcel
 

Method Detail

getSpanTypeId

int getSpanTypeId()


Copyright © 2008-2012. All Rights Reserved.