public enum AFPOrientation extends java.lang.Enum<AFPOrientation>
| Enum Constant and Description |
|---|
AsDefined |
ori0 |
ori180 |
ori270 |
ori90 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes() |
static AFPOrientation |
valueOf(int orientationCode) |
static AFPOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AFPOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFPOrientation ori0
public static final AFPOrientation ori90
public static final AFPOrientation ori180
public static final AFPOrientation ori270
public static final AFPOrientation AsDefined
public static AFPOrientation[] values()
for (AFPOrientation c : AFPOrientation.values()) System.out.println(c);
public static AFPOrientation 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 static AFPOrientation valueOf(int orientationCode)
public byte[] toBytes()