C# Class android.text.style.ForegroundColorSpan

Inheritance: android.text.style.CharacterStyle, UpdateAppearance, ParcelableSpan
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

Méthode Description
ForegroundColorSpan ( global @__env )

Private Methods

Méthode Description
ForegroundColorSpan ( )

Method Details

ForegroundColorSpan() public méthode

public ForegroundColorSpan ( android arg0 )
arg0 android

ForegroundColorSpan() protected méthode

protected ForegroundColorSpan ( global @__env )
@__env global

ForegroundColorSpan() public méthode

public ForegroundColorSpan ( int arg0 )
arg0 int

describeContents() public méthode

public describeContents ( ) : int
Résultat int

getForegroundColor() public méthode

public getForegroundColor ( ) : int
Résultat int

getSpanTypeId() public méthode

public getSpanTypeId ( ) : int
Résultat int

updateDrawState() public méthode

public updateDrawState ( android arg0 ) : void
arg0 android
Résultat void

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void