public enum PDTransitionDirection extends Enum<PDTransitionDirection>
PDTransitionStyle.Wipe
, PDTransitionStyle.Glitter
,
PDTransitionStyle.Fly
, PDTransitionStyle.Cover
, PDTransitionStyle.Uncover
and
PDTransitionStyle.Push
.Enum Constant and Description |
---|
BOTTOM_TO_TOP
Relevant only for the Wipe transition
|
LEFT_TO_RIGHT |
NONE
Relevant only for the Fly transition when the value of SS is not 1.0
|
RIGHT_TO_LEFT
Relevant only for the Wipe transition
|
TOP_LEFT_TO_BOTTOM_RIGHT
Relevant only for the Glitter transition
|
TOP_TO_BOTTOM |
Modifier and Type | Method and Description |
---|---|
COSBase |
getCOSBase() |
static PDTransitionDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDTransitionDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDTransitionDirection LEFT_TO_RIGHT
public static final PDTransitionDirection BOTTOM_TO_TOP
public static final PDTransitionDirection RIGHT_TO_LEFT
public static final PDTransitionDirection TOP_TO_BOTTOM
public static final PDTransitionDirection TOP_LEFT_TO_BOTTOM_RIGHT
public static final PDTransitionDirection NONE
public static PDTransitionDirection[] values()
for (PDTransitionDirection c : PDTransitionDirection.values()) System.out.println(c);
public static PDTransitionDirection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic COSBase getCOSBase()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.