Package | Description |
---|---|
org.axsl.graphic.output |
Helper interfaces useful with specific output formats, usually to assist with embedding graphics in output
documents.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicPdf.drawVectorContent(java.io.OutputStream output,
GraphicOutputContext outputContext,
FontConsumer fontConsumer,
boolean strokeText,
boolean commentsEnabled)
Places the graphic content into an output stream in PDF format.
|
void |
GraphicPs.drawVectorContent(java.io.OutputStream output,
GraphicOutputContext outputContext,
FontConsumer fontConsumer,
boolean strokeText,
boolean commentsEnabled)
Places the graphic content into an output stream in PostScript format.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.