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