|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PSTextHandler
Interface which the Graphics2D class delegates text painting to for Postscript.
Method Summary | |
---|---|
void |
writePageSetup()
Is called by when a "PageSetup" section of the PostScript document is generated. |
void |
writeSetup()
Is called by when the "Setup" or "Prolog" of the PostScript document is generated. |
Methods inherited from interface org.apache.xmlgraphics.java2d.TextHandler |
---|
drawString |
Method Detail |
---|
void writeSetup() throws java.io.IOException
java.io.IOException
- In case of an I/O errorvoid writePageSetup() throws java.io.IOException
java.io.IOException
- In case of an I/O error
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |