Package de.erichseifert.vectorgraphics2d
Interface Processor
- All Known Implementing Classes:
EPSProcessor,PDFProcessor,SVGProcessor
public interface Processor
-
Method Summary
Modifier and TypeMethodDescriptiongetDocument(CommandSequence commands, PageSize pageSize) Constructs aDocumentfrom the specified commands.
-
Method Details
-
getDocument
Constructs aDocumentfrom the specified commands.- Parameters:
commands- Commands used to create theDocument.pageSize- Size of the resultingDocument.- Returns:
Documentrepresentation of the commands.
-