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 aDocument
from the specified commands.
-
Method Details
-
getDocument
Constructs aDocument
from the specified commands.- Parameters:
commands
- Commands used to create theDocument
.pageSize
- Size of the resultingDocument
.- Returns:
Document
representation of the commands.
-