|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Transition.OrientationEnum> org.pdfclown.documents.interaction.navigation.page.Transition.OrientationEnum
public static enum Transition.OrientationEnum
Transition orientation [PDF:1.6:8.3.3].
Enum Constant Summary | |
---|---|
Horizontal
Horizontal. |
|
Vertical
Vertical. |
Method Summary | |
---|---|
static Transition.OrientationEnum |
get(PdfName value)
Gets the orientation corresponding to the given value. |
PdfName |
getCode()
|
static Transition.OrientationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Transition.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 Transition.OrientationEnum Horizontal
public static final Transition.OrientationEnum Vertical
Method Detail |
---|
public static Transition.OrientationEnum[] values()
for (Transition.OrientationEnum c : Transition.OrientationEnum.values()) System.out.println(c);
public static Transition.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 Transition.OrientationEnum get(PdfName value)
public PdfName getCode()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |