|
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.StyleEnum> org.pdfclown.documents.interaction.navigation.page.Transition.StyleEnum
public static enum Transition.StyleEnum
Transition style [PDF:1.6:8.3.3].
Enum Constant Summary | |
---|---|
Blinds
Multiple lines sweep across the screen, revealing the page. |
|
Box
A rectangular box sweeps between the edges of the page and the center. |
|
Cover
The page slides on to the screen, covering the old one. |
|
Dissolve
The old page dissolves gradually. |
|
Fade
The new page reveals gradually. |
|
Fly
Changes are flown across the screen. |
|
Glitter
The old page dissolves gradually sweeping across the page in a wide band moving from one side of the screen to the other. |
|
Push
The page slides in, pushing away the old one. |
|
Replace
No transition. |
|
Split
Two lines sweep across the screen, revealing the page. |
|
Uncover
The old page slides off the screen, uncovering the new one. |
|
Wipe
A single line sweeps across the screen from one edge to the other. |
Method Summary | |
---|---|
static Transition.StyleEnum |
get(PdfName value)
Gets the style corresponding to the given value. |
PdfName |
getCode()
|
static Transition.StyleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Transition.StyleEnum[] |
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.StyleEnum Split
public static final Transition.StyleEnum Blinds
public static final Transition.StyleEnum Box
public static final Transition.StyleEnum Wipe
public static final Transition.StyleEnum Dissolve
public static final Transition.StyleEnum Glitter
public static final Transition.StyleEnum Replace
@PDF(value=PDF15) public static final Transition.StyleEnum Fly
@PDF(value=PDF15) public static final Transition.StyleEnum Push
@PDF(value=PDF15) public static final Transition.StyleEnum Cover
@PDF(value=PDF15) public static final Transition.StyleEnum Uncover
@PDF(value=PDF15) public static final Transition.StyleEnum Fade
Method Detail |
---|
public static Transition.StyleEnum[] values()
for (Transition.StyleEnum c : Transition.StyleEnum.values()) System.out.println(c);
public static Transition.StyleEnum 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.StyleEnum 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 |