|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PsConverter
This interface describes the ability to translate some nodes into PostScript code.
Method Summary | |
---|---|
void |
init(HeaderManager header,
FontManager fontManager)
Perform some initializations for each document. |
byte[] |
toPostScript(Page page)
Translate nodes into PostScript code. |
void |
writeHeaders(java.io.PrintStream out)
Write the header to the target stream. |
Method Detail |
---|
void init(HeaderManager header, FontManager fontManager) throws java.io.IOException
header
- the header managerfontManager
- the font manager
java.io.IOException
- in case of an IO exceptionbyte[] toPostScript(Page page) throws DocumentWriterException
page
- the nodes to translate into PostScript code
DocumentWriterException
- in case of an errorvoid writeHeaders(java.io.PrintStream out) throws java.io.IOException
out
- the target stream
java.io.IOException
- in case of an I/O error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |