public enum PropType extends Enum<PropType>
| Enum Constant and Description |
|---|
ALPHA |
HEIGHT |
ROTATION |
SCALE_X |
SCALE_Y |
SKEW_X |
SKEW_Y |
WIDTH |
X |
Y |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ALPHA |
static String |
PROP_HEIGHT |
static String |
PROP_ROTATION |
static String |
PROP_SCALE_X |
static String |
PROP_SCALE_Y |
static String |
PROP_SKEW_X |
static String |
PROP_SKEW_Y |
static String |
PROP_WIDTH |
static String |
PROP_X |
static String |
PROP_Y |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName() |
static PropType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropType X
public static final PropType Y
public static final PropType WIDTH
public static final PropType HEIGHT
public static final PropType SCALE_X
public static final PropType SCALE_Y
public static final PropType SKEW_X
public static final PropType SKEW_Y
public static final PropType ROTATION
public static final PropType ALPHA
public static final String PROP_X
public static final String PROP_Y
public static final String PROP_WIDTH
public static final String PROP_HEIGHT
public static final String PROP_SCALE_X
public static final String PROP_SCALE_Y
public static final String PROP_SKEW_X
public static final String PROP_SKEW_Y
public static final String PROP_ROTATION
public static final String PROP_ALPHA
public static PropType[] values()
for (PropType c : PropType.values()) System.out.println(c);
public static PropType 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 nullpublic abstract String getName()
Copyright © 2015 atRem Interactive Media. All rights reserved.