|
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.PageDirectionEnum> org.pdfclown.documents.interaction.navigation.page.Transition.PageDirectionEnum
public static enum Transition.PageDirectionEnum
Transition direction on page [PDF:1.6:8.3.3].
Enum Constant Summary | |
---|---|
Inward
Inward (from the edges of the page). |
|
Outward
Outward (from the center of the page). |
Method Summary | |
---|---|
static Transition.PageDirectionEnum |
get(PdfName value)
Gets the page direction corresponding to the given value. |
PdfName |
getCode()
|
static Transition.PageDirectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Transition.PageDirectionEnum[] |
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.PageDirectionEnum Inward
public static final Transition.PageDirectionEnum Outward
Method Detail |
---|
public static Transition.PageDirectionEnum[] values()
for (Transition.PageDirectionEnum c : Transition.PageDirectionEnum.values()) System.out.println(c);
public static Transition.PageDirectionEnum 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.PageDirectionEnum 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 |