|
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<Transition.DirectionEnum> it.stefanochizzolini.clown.documents.interaction.navigation.page.Transition.DirectionEnum
public static enum Transition.DirectionEnum
Transition direction [PDF:1.6:8.3.3].
Enum Constant Summary | |
---|---|
BottomToTop
Bottom to top. |
|
LeftToRight
Left to right. |
|
None
None. |
|
RightToLeft
Right to left. |
|
TopLeftToBottomRight
Top-left to bottom-right. |
|
TopToBottom
Top to bottom. |
Method Summary | |
---|---|
static Transition.DirectionEnum |
get(PdfAtomicObject<?> value)
Gets the direction corresponding to the given value. |
PdfAtomicObject<?> |
getCode()
|
static Transition.DirectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Transition.DirectionEnum[] |
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.DirectionEnum LeftToRight
public static final Transition.DirectionEnum BottomToTop
public static final Transition.DirectionEnum RightToLeft
public static final Transition.DirectionEnum TopToBottom
public static final Transition.DirectionEnum TopLeftToBottomRight
public static final Transition.DirectionEnum None
Method Detail |
---|
public static Transition.DirectionEnum[] values()
for (Transition.DirectionEnum c : Transition.DirectionEnum.values()) System.out.println(c);
public static Transition.DirectionEnum 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.DirectionEnum get(PdfAtomicObject<?> value)
public PdfAtomicObject<?> getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |