Class EPSProcessor
java.lang.Object
de.erichseifert.vectorgraphics2d.eps.EPSProcessor
- All Implemented Interfaces:
Processor
Processor implementation that translates CommandSequences to
a Document in the Encapsulated PostScript® (EPS) format.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocument(CommandSequence commands, PageSize pageSize) Constructs aDocumentfrom the specified commands.
-
Constructor Details
-
EPSProcessor
public EPSProcessor()Initializes anEPSProcessor.
-
-
Method Details
-
getDocument
Description copied from interface:ProcessorConstructs aDocumentfrom the specified commands.- Specified by:
getDocumentin interfaceProcessor- Parameters:
commands- Commands used to create theDocument.pageSize- Size of the resultingDocument.- Returns:
Documentrepresentation of the commands.
-