@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public static enum FitPolicy.RotatePolicy
extends java.lang.Enum<FitPolicy.RotatePolicy>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="NoRotate"/>
<enumeration value="RotateOrthogonal"/>
<enumeration value="RotateClockwise"/>
<enumeration value="RotateCounterClockwise"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
NO_ROTATE |
ROTATE_CLOCKWISE |
ROTATE_COUNTER_CLOCKWISE |
ROTATE_ORTHOGONAL |
| Modifier and Type | Method and Description |
|---|---|
static FitPolicy.RotatePolicy |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static FitPolicy.RotatePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FitPolicy.RotatePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FitPolicy.RotatePolicy NO_ROTATE
public static final FitPolicy.RotatePolicy ROTATE_ORTHOGONAL
public static final FitPolicy.RotatePolicy ROTATE_CLOCKWISE
public static final FitPolicy.RotatePolicy ROTATE_COUNTER_CLOCKWISE
public static FitPolicy.RotatePolicy[] values()
for (FitPolicy.RotatePolicy c : FitPolicy.RotatePolicy.values()) System.out.println(c);
public static FitPolicy.RotatePolicy 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 nullpublic java.lang.String value()
public static FitPolicy.RotatePolicy fromValue(java.lang.String v)