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