C# Class android.text.style.ForegroundColorSpan

Inheritance: android.text.style.CharacterStyle, UpdateAppearance, ParcelableSpan
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
ForegroundColorSpan ( android arg0 )
ForegroundColorSpan ( int arg0 )
describeContents ( ) : int
getForegroundColor ( ) : int
getSpanTypeId ( ) : int
updateDrawState ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
ForegroundColorSpan ( global @__env )

Private Methods

Method Description
ForegroundColorSpan ( )

Method Details

ForegroundColorSpan() public method

public ForegroundColorSpan ( android arg0 )
arg0 android

ForegroundColorSpan() protected method

protected ForegroundColorSpan ( global @__env )
@__env global

ForegroundColorSpan() public method

public ForegroundColorSpan ( int arg0 )
arg0 int

describeContents() public method

public describeContents ( ) : int
return int

getForegroundColor() public method

public getForegroundColor ( ) : int
return int

getSpanTypeId() public method

public getSpanTypeId ( ) : int
return int

updateDrawState() public method

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

writeToParcel() public method

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