public enum DrawableResources extends java.lang.Enum<DrawableResources>
| Enum Constant and Description |
|---|
INTERSTITIAL_CLOSE_BUTTON_NORMAL |
INTERSTITIAL_CLOSE_BUTTON_PRESSED |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
android.graphics.drawable.Drawable |
createDrawable(android.content.Context context) |
android.graphics.Bitmap |
getBitmap() |
static DrawableResources |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawableResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawableResources INTERSTITIAL_CLOSE_BUTTON_NORMAL
public static final DrawableResources INTERSTITIAL_CLOSE_BUTTON_PRESSED
public static DrawableResources[] values()
for (DrawableResources c : DrawableResources.values()) System.out.println(c);
public static DrawableResources valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic android.graphics.drawable.Drawable createDrawable(android.content.Context context)
public android.graphics.Bitmap getBitmap()
public void clear()