C# Class android.text.style.StyleSpan

Inheritance: android.text.style.MetricAffectingSpan, ParcelableSpan
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
StyleSpan ( android arg0 )
StyleSpan ( int arg0 )
describeContents ( ) : int
getSpanTypeId ( ) : int
getStyle ( ) : int
updateDrawState ( android arg0 ) : void
updateMeasureState ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
StyleSpan ( global @__env )

Private Methods

Method Description
StyleSpan ( )

Method Details

StyleSpan() public method

public StyleSpan ( android arg0 )
arg0 android

StyleSpan() protected method

protected StyleSpan ( global @__env )
@__env global

StyleSpan() public method

public StyleSpan ( int arg0 )
arg0 int

describeContents() public method

public describeContents ( ) : int
return int

getSpanTypeId() public method

public getSpanTypeId ( ) : int
return int

getStyle() public method

public getStyle ( ) : int
return int

updateDrawState() public method

public updateDrawState ( android arg0 ) : void
arg0 android
return void

updateMeasureState() public method

public updateMeasureState ( android arg0 ) : void
arg0 android
return void

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void