public static enum VariantSettings.Rotation extends Enum<VariantSettings.Rotation>
Modifier and Type | Field and Description |
---|---|
private int |
degrees |
Modifier and Type | Method and Description |
---|---|
static VariantSettings.Rotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantSettings.Rotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariantSettings.Rotation R0
public static final VariantSettings.Rotation R90
public static final VariantSettings.Rotation R180
public static final VariantSettings.Rotation R270
public static VariantSettings.Rotation[] values()
for (VariantSettings.Rotation c : VariantSettings.Rotation.values()) System.out.println(c);
public static VariantSettings.Rotation 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 null