public enum TextureAtlasDatabase extends java.lang.Enum<TextureAtlasDatabase>
Enum Constant and Description |
---|
LARGE_HEADERED_TOOL_TIP |
NO_HEADERED_TOOL_TIP |
SMALL_HEADERED_TOOL_TIP |
STYLED_CONTAINER |
Modifier and Type | Method and Description |
---|---|
com.badlogic.gdx.graphics.g2d.TextureAtlas |
getAtlas() |
protected void |
load() |
static TextureAtlasDatabase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextureAtlasDatabase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextureAtlasDatabase SMALL_HEADERED_TOOL_TIP
public static final TextureAtlasDatabase LARGE_HEADERED_TOOL_TIP
public static final TextureAtlasDatabase STYLED_CONTAINER
public static final TextureAtlasDatabase NO_HEADERED_TOOL_TIP
public static TextureAtlasDatabase[] values()
for (TextureAtlasDatabase c : TextureAtlasDatabase.values()) System.out.println(c);
public static TextureAtlasDatabase 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 nullprotected void load()
public com.badlogic.gdx.graphics.g2d.TextureAtlas getAtlas()