public enum TextureDatabase extends java.lang.Enum<TextureDatabase>
Enum Constant and Description |
---|
BLACK_GRADIENT_VERTICAL |
TOOLTIP_BASE |
TOOLTIP_TRIM |
Modifier and Type | Method and Description |
---|---|
com.badlogic.gdx.graphics.Texture |
getTexture() |
void |
load() |
static TextureDatabase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextureDatabase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextureDatabase TOOLTIP_BASE
public static final TextureDatabase TOOLTIP_TRIM
public static final TextureDatabase BLACK_GRADIENT_VERTICAL
public static TextureDatabase[] values()
for (TextureDatabase c : TextureDatabase.values()) System.out.println(c);
public static TextureDatabase 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 void load()
public com.badlogic.gdx.graphics.Texture getTexture()