public static enum PieExtra.LABELORIENTAION extends java.lang.Enum<PieExtra.LABELORIENTAION>
Enum Constant and Description |
---|
AUTO |
HORIZONTAL |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static PieExtra.LABELORIENTAION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PieExtra.LABELORIENTAION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PieExtra.LABELORIENTAION AUTO
public static final PieExtra.LABELORIENTAION HORIZONTAL
public static final PieExtra.LABELORIENTAION VERTICAL
public static PieExtra.LABELORIENTAION[] values()
for (PieExtra.LABELORIENTAION c : PieExtra.LABELORIENTAION.values()) System.out.println(c);
public static PieExtra.LABELORIENTAION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null