|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AssetFormat>
org.starhope.appius.game.AssetFormat
public enum AssetFormat
| Enum Constant Summary | |
|---|---|
Format_AUDIO_MPEG3
WRITEME |
|
Format_AUDIO_SPEEX
WRITEME |
|
Format_AUDIO_VORBIS
WRITEME |
|
Format_IMAGE_MNG
WRITEME |
|
Format_IMAGE_PNG
WRITEME |
|
Format_IMAGE_PNG_SPRITES
WRITEME |
|
Format_VIDEO_FLASH
WRITEME |
|
Format_VIDEO_THEORA
WRITEME |
|
| Method Summary | |
|---|---|
static AssetFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AssetFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AssetFormat Format_AUDIO_MPEG3
public static final AssetFormat Format_AUDIO_SPEEX
public static final AssetFormat Format_AUDIO_VORBIS
public static final AssetFormat Format_IMAGE_MNG
public static final AssetFormat Format_IMAGE_PNG
public static final AssetFormat Format_IMAGE_PNG_SPRITES
public static final AssetFormat Format_VIDEO_FLASH
public static final AssetFormat Format_VIDEO_THEORA
| Method Detail |
|---|
public static AssetFormat[] values()
for (AssetFormat c : AssetFormat.values()) System.out.println(c);
public static AssetFormat valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||