TextHandler
public interface PSTextHandler extends TextHandler
Modifier and Type | Method | Description |
---|---|---|
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.
|
drawString
void writeSetup() throws IOException
IOException
- In case of an I/O errorvoid writePageSetup() throws IOException
IOException
- In case of an I/O errorCopyright © 2018 Apache Software Foundation. All rights reserved.