|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.svg.PDFContext
public class PDFContext
Context class which holds state information which should remain in sync over multiple instances of PDFDocumentGraphics2D.
Constructor Summary | |
---|---|
PDFContext()
|
Method Summary | |
---|---|
void |
clearCurrentPage()
After this call, there's no current page. |
PDFPage |
getCurrentPage()
|
void |
increasePageCount()
Notifies the context to increase the page count. |
boolean |
isPagePending()
|
void |
setCurrentPage(PDFPage page)
Sets the current page |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFContext()
Method Detail |
---|
public boolean isPagePending()
public void clearCurrentPage()
public PDFPage getCurrentPage()
public void setCurrentPage(PDFPage page)
page
- the pagepublic void increasePageCount()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |