Uses of Interface
de.erichseifert.vectorgraphics2d.Processor
-
Packages that use Processor Package Description de.erichseifert.vectorgraphics2d Main classes.de.erichseifert.vectorgraphics2d.eps Implementation of a processor to convert VectorGraphics2D intermediate language commands to Encapsulated PostScript® (EPS).de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF).de.erichseifert.vectorgraphics2d.svg Implementation of a processor to convert VectorGraphics2D intermediate language commands to Scaled Vector Graphics (SVG). -
-
Uses of Processor in de.erichseifert.vectorgraphics2d
Methods in de.erichseifert.vectorgraphics2d that return Processor Modifier and Type Method Description static Processor
Processors. get(java.lang.String format)
-
Uses of Processor in de.erichseifert.vectorgraphics2d.eps
Classes in de.erichseifert.vectorgraphics2d.eps that implement Processor Modifier and Type Class Description class
EPSProcessor
Processor
implementation that translatesCommandSequence
s to aDocument
in the Encapsulated PostScript® (EPS) format. -
Uses of Processor in de.erichseifert.vectorgraphics2d.pdf
Classes in de.erichseifert.vectorgraphics2d.pdf that implement Processor Modifier and Type Class Description class
PDFProcessor
Processor
implementation that translatesCommandSequence
s to aDocument
in the Portable Document Format (PDF). -
Uses of Processor in de.erichseifert.vectorgraphics2d.svg
Classes in de.erichseifert.vectorgraphics2d.svg that implement Processor Modifier and Type Class Description class
SVGProcessor
Processor
implementation that translatesCommandSequence
s to aDocument
in the Scaled Vector Graphics (SVG) format.
-