|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AppearanceCharacteristics.OrientationEnum> it.stefanochizzolini.clown.documents.interaction.annotations.AppearanceCharacteristics.OrientationEnum
public static enum AppearanceCharacteristics.OrientationEnum
Annotation orientation [PDF:1.6:8.4.5].
Enum Constant Summary | |
---|---|
Down
Downward. |
|
Left
Leftward. |
|
Right
Rightward. |
|
Up
Upward. |
Method Summary | |
---|---|
static AppearanceCharacteristics.OrientationEnum |
get(int value)
Gets the orientation corresponding to the given value. |
int |
getCode()
|
static AppearanceCharacteristics.OrientationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AppearanceCharacteristics.OrientationEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AppearanceCharacteristics.OrientationEnum Up
public static final AppearanceCharacteristics.OrientationEnum Left
public static final AppearanceCharacteristics.OrientationEnum Down
public static final AppearanceCharacteristics.OrientationEnum Right
Method Detail |
---|
public static AppearanceCharacteristics.OrientationEnum[] values()
for (AppearanceCharacteristics.OrientationEnum c : AppearanceCharacteristics.OrientationEnum.values()) System.out.println(c);
public static AppearanceCharacteristics.OrientationEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static AppearanceCharacteristics.OrientationEnum get(int value)
public int getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |