C# Class android.graphics.drawable.ColorDrawable

Inheritance: android.graphics.drawable.Drawable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
ColorDrawable ( int arg0 )
draw ( android arg0 ) : void
getAlpha ( ) : int
getChangingConfigurations ( ) : int
getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
getOpacity ( ) : int
inflate ( android arg0, org arg1, android arg2 ) : void
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void

Méthodes protégées

Méthode Description
ColorDrawable ( global @__env )

Private Methods

Méthode Description
ColorDrawable ( )

Method Details

ColorDrawable() protected méthode

protected ColorDrawable ( global @__env )
@__env global

ColorDrawable() public méthode

public ColorDrawable ( int arg0 )
arg0 int

draw() public méthode

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

getAlpha() public méthode

public getAlpha ( ) : int
Résultat int

getChangingConfigurations() public méthode

public getChangingConfigurations ( ) : int
Résultat int

getConstantState() public méthode

public getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
Résultat global::android.graphics.drawable.Drawable.ConstantState

getOpacity() public méthode

public getOpacity ( ) : int
Résultat int

inflate() public méthode

public inflate ( android arg0, org arg1, android arg2 ) : void
arg0 android
arg1 org
arg2 android
Résultat void

setAlpha() public méthode

public setAlpha ( int arg0 ) : void
arg0 int
Résultat void

setColorFilter() public méthode

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