Class SVGProcessor
java.lang.Object
de.erichseifert.vectorgraphics2d.svg.SVGProcessor
- All Implemented Interfaces:
Processor
Processor implementation that translates CommandSequences to
a Document in the Scaled Vector Graphics (SVG) format.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocument(CommandSequence commands, PageSize pageSize) Constructs aDocumentfrom the specified commands.
-
Constructor Details
-
SVGProcessor
public SVGProcessor()Initializes anSVGProcessor.
-
-
Method Details
-
getDocument
Description copied from interface:ProcessorConstructs aDocumentfrom the specified commands.- Specified by:
getDocumentin interfaceProcessor- Parameters:
commands- Commands used to create theDocument.pageSize- Size of the resultingDocument.- Returns:
Documentrepresentation of the commands.
-