|
||||||||||
| 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.StyleSpan
public class StyleSpan
| 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 | |
|---|---|
StyleSpan(int style)
|
|
StyleSpan(Parcel src)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
|
int |
getSpanTypeId()
|
int |
getStyle()
|
void |
updateDrawState(TextPaint ds)
|
void |
updateMeasureState(TextPaint paint)
|
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 StyleSpan(int style)
public StyleSpan(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 int getStyle()
public void updateDrawState(TextPaint ds)
updateDrawState in class CharacterStylepublic void updateMeasureState(TextPaint paint)
updateMeasureState in class MetricAffectingSpan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||