Uses of Interface
de.erichseifert.vectorgraphics2d.Document
-
Packages that use Document Package Description de.erichseifert.vectorgraphics2d Main classes.de.erichseifert.vectorgraphics2d.eps Implementation of a processor to convert VectorGraphics2D intermediate language commands to Encapsulated PostScript® (EPS).de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF).de.erichseifert.vectorgraphics2d.svg Implementation of a processor to convert VectorGraphics2D intermediate language commands to Scaled Vector Graphics (SVG). -
-
Uses of Document in de.erichseifert.vectorgraphics2d
Classes in de.erichseifert.vectorgraphics2d that implement Document Modifier and Type Class Description classSizedDocumentAbstract base for documents that are restricted to a specified page size.Methods in de.erichseifert.vectorgraphics2d that return Document Modifier and Type Method Description DocumentProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructs aDocumentfrom the specified commands. -
Uses of Document in de.erichseifert.vectorgraphics2d.eps
Classes in de.erichseifert.vectorgraphics2d.eps that implement Document Modifier and Type Class Description (package private) classEPSDocumentRepresents aDocumentin the Encapsulated PostScript® (EPS) format.Methods in de.erichseifert.vectorgraphics2d.eps that return Document Modifier and Type Method Description DocumentEPSProcessor. getDocument(CommandSequence commands, PageSize pageSize) -
Uses of Document in de.erichseifert.vectorgraphics2d.pdf
Classes in de.erichseifert.vectorgraphics2d.pdf that implement Document Modifier and Type Class Description (package private) classPDFDocumentRepresents aDocumentin the Portable Document Format (PDF).Methods in de.erichseifert.vectorgraphics2d.pdf that return Document Modifier and Type Method Description DocumentPDFProcessor. getDocument(CommandSequence commands, PageSize pageSize) -
Uses of Document in de.erichseifert.vectorgraphics2d.svg
Classes in de.erichseifert.vectorgraphics2d.svg that implement Document Modifier and Type Class Description (package private) classSVGDocumentRepresents aDocumentin the Scaled Vector Graphics (SVG) format.Methods in de.erichseifert.vectorgraphics2d.svg that return Document Modifier and Type Method Description DocumentSVGProcessor. getDocument(CommandSequence commands, PageSize pageSize)
-