public class PdfTransition extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLINDH
Vertical Blinds
|
static int |
BLINDV
Vertical Blinds
|
static int |
BTWIPE
Bottom-Top Wipe
|
static int |
DGLITTER
Diagonal Glitter
|
static int |
DISSOLVE
Dissolve
|
protected int |
duration
duration of the transition effect
|
static int |
INBOX
Inward Box
|
static int |
LRGLITTER
Left-Right Glitter
|
static int |
LRWIPE
Left-Right Wipe
|
static int |
OUTBOX
Outward Box
|
static int |
RLWIPE
Right-Left Wipe
|
static int |
SPLITHIN
IN Horizontal Split
|
static int |
SPLITHOUT
Out Horizontal Split
|
static int |
SPLITVIN
In Vertical Split
|
static int |
SPLITVOUT
Out Vertical Split
|
static int |
TBGLITTER
Top-Bottom Glitter
|
static int |
TBWIPE
Top-Bottom Wipe
|
protected int |
type
type of the transition effect
|
Constructor and Description |
---|
PdfTransition()
Constructs a Transition .
|
PdfTransition(int type)
Constructs a Transition .
|
PdfTransition(int type, int duration)
Constructs a Transition .
|
Modifier and Type | Method and Description |
---|---|
int |
getDuration() |
PdfDictionary |
getTransitionDictionary() |
int |
getType() |
public static final int SPLITVOUT
public static final int SPLITHOUT
public static final int SPLITVIN
public static final int SPLITHIN
public static final int BLINDV
public static final int BLINDH
public static final int INBOX
public static final int OUTBOX
public static final int LRWIPE
public static final int RLWIPE
public static final int BTWIPE
public static final int TBWIPE
public static final int DISSOLVE
public static final int LRGLITTER
public static final int TBGLITTER
public static final int DGLITTER
protected int duration
protected int type
public PdfTransition()
Transition
.
public PdfTransition(int type)
Transition
.
type
- type of the transition effect
public PdfTransition(int type, int duration)
Transition
.
type
- type of the transition effect
duration
- duration of the transition effect
public int getDuration()
public int getType()
public PdfDictionary getTransitionDictionary()
Copyright © 2016. All rights reserved.