public enum SpiderRotationEnum extends Enum<SpiderRotationEnum> implements JREnum
| Enum Constant and Description |
|---|
ANTICLOCKWISE |
CLOCKWISE |
| Modifier and Type | Method and Description |
|---|---|
static SpiderRotationEnum |
getByName(String name) |
static SpiderRotationEnum |
getByValue(org.jfree.util.Rotation rotation) |
String |
getName() |
org.jfree.util.Rotation |
getRotation() |
byte |
getValue() |
Byte |
getValueByte() |
static SpiderRotationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpiderRotationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpiderRotationEnum CLOCKWISE
public static final SpiderRotationEnum ANTICLOCKWISE
public static SpiderRotationEnum[] values()
for (SpiderRotationEnum c : SpiderRotationEnum.values()) System.out.println(c);
public static SpiderRotationEnum 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 Byte getValueByte()
getValueByte in interface JREnumpublic final org.jfree.util.Rotation getRotation()
public static SpiderRotationEnum getByName(String name)
public static SpiderRotationEnum getByValue(org.jfree.util.Rotation rotation)
Copyright © 2012. All Rights Reserved.