|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.text.style.CharacterStyle
android.text.style.MetricAffectingSpan
android.text.style.SuperscriptSpan
public class SuperscriptSpan
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.Creator<T> |
| Field Summary |
|---|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
SuperscriptSpan()
|
|
SuperscriptSpan(Parcel src)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
|
int |
getSpanTypeId()
|
void |
updateDrawState(TextPaint tp)
|
void |
updateMeasureState(TextPaint tp)
|
void |
writeToParcel(Parcel dest,
int flags)
|
| Methods inherited from class android.text.style.MetricAffectingSpan |
|---|
getUnderlying |
| Methods inherited from class android.text.style.CharacterStyle |
|---|
wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuperscriptSpan()
public SuperscriptSpan(Parcel src)
| Method Detail |
|---|
public int getSpanTypeId()
getSpanTypeId in interface ParcelableSpanpublic int describeContents()
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int flags)
writeToParcel in interface Parcelablepublic void updateDrawState(TextPaint tp)
updateDrawState in class CharacterStylepublic void updateMeasureState(TextPaint tp)
updateMeasureState in class MetricAffectingSpan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||