|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfTransition
public class PdfTransition
Field Summary | |
---|---|
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 Summary | |
---|---|
PdfTransition()
Constructs a Transition . |
|
PdfTransition(int type)
Constructs a Transition . |
|
PdfTransition(int type,
int duration)
Constructs a Transition . |
Method Summary | |
---|---|
int |
getDuration()
|
PdfDictionary |
getTransitionDictionary()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public PdfTransition()
Transition
.
public PdfTransition(int type)
Transition
.
type
- type of the transition effectpublic PdfTransition(int type, int duration)
Transition
.
type
- type of the transition effectduration
- duration of the transition effectMethod Detail |
---|
public int getDuration()
public int getType()
public PdfDictionary getTransitionDictionary()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |