|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.qoppa.pdfWriter.PDFPage
One page in a PDF document.
Method Summary | |
Graphics2D |
createGraphics()
Returns a Graphics2D object used to draw to this page. |
PDFDocument |
getDocument()
Returns the PDFDocument object that this page belongs to. |
void |
setTransitionParams(double dispDuration,
double transDuration,
String transEffect)
Sets this page's presentation information. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Graphics2D createGraphics()
public PDFDocument getDocument()
public void setTransitionParams(double dispDuration, double transDuration, String transEffect)
dispDuration
- The page's display duration, in seconds. The viewer will
display this page for this duration before advancing to the next page.transDuration
- The duration of the transition, in seconds.transEffect
- The name of the transition effect to use to display the next page.
Possible values for the transition are:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |