C# 클래스 android.text.style.SubscriptSpan

상속: android.text.style.MetricAffectingSpan, android.text.ParcelableSpan
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
SubscriptSpan ( android arg0 )
describeContents ( ) : int
getSpanTypeId ( ) : int
updateDrawState ( android arg0 ) : void
updateMeasureState ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

보호된 메소드들

메소드 설명
SubscriptSpan ( global @__env )

비공개 메소드들

메소드 설명
SubscriptSpan ( )

메소드 상세

SubscriptSpan() 공개 메소드

public SubscriptSpan ( android arg0 )
arg0 android

SubscriptSpan() 보호된 메소드

protected SubscriptSpan ( global @__env )
@__env global

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

getSpanTypeId() 공개 메소드

public getSpanTypeId ( ) : int
리턴 int

updateDrawState() 공개 메소드

public updateDrawState ( android arg0 ) : void
arg0 android
리턴 void

updateMeasureState() 공개 메소드

public updateMeasureState ( android arg0 ) : void
arg0 android
리턴 void

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void