public static enum ScreenManager.TransactionType extends Enum<ScreenManager.TransactionType>
| Modifier and Type | Method and Description |
|---|---|
static ScreenManager.TransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenManager.TransactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScreenManager.TransactionType SMOOTH
public static final ScreenManager.TransactionType SLIDE
public static final ScreenManager.TransactionType SLICE
public static ScreenManager.TransactionType[] values()
for (ScreenManager.TransactionType c : ScreenManager.TransactionType.values()) System.out.println(c);
public static ScreenManager.TransactionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d