Interface Processor
- All Known Implementing Classes:
EPSProcessor, PDFProcessor, SVGProcessor
-
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.
-