C# Class android.graphics.drawable.Drawable

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
clearColorFilter ( ) : void
copyBounds ( ) : global::android.graphics.Rect
copyBounds ( android arg0 ) : void
createFromPath ( java arg0 ) : global::android.graphics.drawable.Drawable
createFromResourceStream ( android arg0, android arg1, java arg2, java arg3 ) : global::android.graphics.drawable.Drawable
createFromResourceStream ( android arg0, android arg1, java arg2, java arg3, android arg4 ) : global::android.graphics.drawable.Drawable
createFromStream ( java arg0, java arg1 ) : global::android.graphics.drawable.Drawable
createFromXml ( android arg0, org arg1 ) : global::android.graphics.drawable.Drawable
createFromXmlInner ( android arg0, org arg1, android arg2 ) : global::android.graphics.drawable.Drawable
draw ( android arg0 ) : void
getBounds ( ) : global::android.graphics.Rect
getChangingConfigurations ( ) : int
getConstantState ( ) : global::android.graphics.drawable.Drawable.ConstantState
getCurrent ( ) : global::android.graphics.drawable.Drawable
getIntrinsicHeight ( ) : int
getIntrinsicWidth ( ) : int
getLevel ( ) : int
getMinimumHeight ( ) : int
getMinimumWidth ( ) : int
getOpacity ( ) : int
getPadding ( android arg0 ) : bool
getState ( ) : int[]
getTransparentRegion ( ) : global::android.graphics.Region
inflate ( android arg0, org arg1, android arg2 ) : void
invalidateSelf ( ) : void
isStateful ( ) : bool
isVisible ( ) : bool
mutate ( ) : global::android.graphics.drawable.Drawable
resolveOpacity ( int arg0, int arg1 ) : int
scheduleSelf ( global arg0, long arg1 ) : void
scheduleSelf ( java arg0, long arg1 ) : void
setAlpha ( int arg0 ) : void
setBounds ( android arg0 ) : void
setBounds ( int arg0, int arg1, int arg2, int arg3 ) : void
setCallback ( android arg0 ) : void
setChangingConfigurations ( int arg0 ) : void
setColorFilter ( android arg0 ) : void
setColorFilter ( int arg0, android arg1 ) : void
setDither ( bool arg0 ) : void
setFilterBitmap ( bool arg0 ) : void
setLevel ( int arg0 ) : bool
setState ( int arg0 ) : bool
setVisible ( bool arg0, bool arg1 ) : bool
unscheduleSelf ( global arg0 ) : void
unscheduleSelf ( java arg0 ) : void

Méthodes protégées

Méthode Description
Drawable ( global @__env )
onBoundsChange ( android arg0 ) : void
onLevelChange ( int arg0 ) : bool
onStateChange ( int arg0 ) : bool

Private Methods

Méthode Description
Drawable ( )

Method Details

Drawable() protected méthode

protected Drawable ( global @__env )
@__env global

clearColorFilter() public méthode

public clearColorFilter ( ) : void
Résultat void

copyBounds() public méthode

public copyBounds ( ) : global::android.graphics.Rect
Résultat global::android.graphics.Rect

copyBounds() public méthode

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

createFromPath() public static méthode

public static createFromPath ( java arg0 ) : global::android.graphics.drawable.Drawable
arg0 java
Résultat global::android.graphics.drawable.Drawable

createFromResourceStream() public static méthode

public static createFromResourceStream ( android arg0, android arg1, java arg2, java arg3 ) : global::android.graphics.drawable.Drawable
arg0 android
arg1 android
arg2 java
arg3 java
Résultat global::android.graphics.drawable.Drawable

createFromResourceStream() public static méthode

public static createFromResourceStream ( android arg0, android arg1, java arg2, java arg3, android arg4 ) : global::android.graphics.drawable.Drawable
arg0 android
arg1 android
arg2 java
arg3 java
arg4 android
Résultat global::android.graphics.drawable.Drawable

createFromStream() public static méthode

public static createFromStream ( java arg0, java arg1 ) : global::android.graphics.drawable.Drawable
arg0 java
arg1 java
Résultat global::android.graphics.drawable.Drawable

createFromXml() public static méthode

public static createFromXml ( android arg0, org arg1 ) : global::android.graphics.drawable.Drawable
arg0 android
arg1 org
Résultat global::android.graphics.drawable.Drawable

createFromXmlInner() public static méthode

public static createFromXmlInner ( android arg0, org arg1, android arg2 ) : global::android.graphics.drawable.Drawable
arg0 android
arg1 org
arg2 android
Résultat global::android.graphics.drawable.Drawable

draw() public abstract méthode

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

getBounds() public méthode

public getBounds ( ) : global::android.graphics.Rect
Résultat global::android.graphics.Rect

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

getCurrent() public méthode

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

getIntrinsicHeight() public méthode

public getIntrinsicHeight ( ) : int
Résultat int

getIntrinsicWidth() public méthode

public getIntrinsicWidth ( ) : int
Résultat int

getLevel() public méthode

public getLevel ( ) : int
Résultat int

getMinimumHeight() public méthode

public getMinimumHeight ( ) : int
Résultat int

getMinimumWidth() public méthode

public getMinimumWidth ( ) : int
Résultat int

getOpacity() public abstract méthode

public abstract getOpacity ( ) : int
Résultat int

getPadding() public méthode

public getPadding ( android arg0 ) : bool
arg0 android
Résultat bool

getState() public méthode

public getState ( ) : int[]
Résultat int[]

getTransparentRegion() public méthode

public getTransparentRegion ( ) : global::android.graphics.Region
Résultat global::android.graphics.Region

inflate() public méthode

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

invalidateSelf() public méthode

public invalidateSelf ( ) : void
Résultat void

isStateful() public méthode

public isStateful ( ) : bool
Résultat bool

isVisible() public méthode

public isVisible ( ) : bool
Résultat bool

mutate() public méthode

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

onBoundsChange() protected méthode

protected onBoundsChange ( android arg0 ) : void
arg0 android
Résultat void

onLevelChange() protected méthode

protected onLevelChange ( int arg0 ) : bool
arg0 int
Résultat bool

onStateChange() protected méthode

protected onStateChange ( int arg0 ) : bool
arg0 int
Résultat bool

resolveOpacity() public static méthode

public static resolveOpacity ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

scheduleSelf() public méthode

public scheduleSelf ( global arg0, long arg1 ) : void
arg0 global
arg1 long
Résultat void

scheduleSelf() public méthode

public scheduleSelf ( java arg0, long arg1 ) : void
arg0 java
arg1 long
Résultat void

setAlpha() public abstract méthode

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

setBounds() public méthode

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

setBounds() public méthode

public setBounds ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

setCallback() public méthode

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

setChangingConfigurations() public méthode

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

setColorFilter() public abstract méthode

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

setColorFilter() public méthode

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

setDither() public méthode

public setDither ( bool arg0 ) : void
arg0 bool
Résultat void

setFilterBitmap() public méthode

public setFilterBitmap ( bool arg0 ) : void
arg0 bool
Résultat void

setLevel() public méthode

public setLevel ( int arg0 ) : bool
arg0 int
Résultat bool

setState() public méthode

public setState ( int arg0 ) : bool
arg0 int
Résultat bool

setVisible() public méthode

public setVisible ( bool arg0, bool arg1 ) : bool
arg0 bool
arg1 bool
Résultat bool

unscheduleSelf() public méthode

public unscheduleSelf ( global arg0 ) : void
arg0 global
Résultat void

unscheduleSelf() public méthode

public unscheduleSelf ( java arg0 ) : void
arg0 java
Résultat void