public class ScaleXSpan extends MetricAffectingSpan implements ParcelableSpan
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ScaleXSpan(float proportion) |
ScaleXSpan(Parcel src) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
float |
getScaleX() |
int |
getSpanTypeId() |
void |
updateDrawState(TextPaint ds) |
void |
updateMeasureState(TextPaint ds) |
void |
writeToParcel(Parcel dest,
int flags) |
getUnderlyingwrappublic ScaleXSpan(float proportion)
public ScaleXSpan(Parcel src)
public int getSpanTypeId()
getSpanTypeId in interface ParcelableSpanpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic float getScaleX()
public void updateDrawState(TextPaint ds)
updateDrawState in class CharacterStylepublic void updateMeasureState(TextPaint ds)
updateMeasureState in class MetricAffectingSpanCopyright © 2008-2013. All Rights Reserved.