Uses of Class
de.erichseifert.vectorgraphics2d.util.PageSize
-
Packages that use PageSize 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).de.erichseifert.vectorgraphics2d.util Utility classes for common data or graphics operations. -
-
Uses of PageSize in de.erichseifert.vectorgraphics2d
Fields in de.erichseifert.vectorgraphics2d declared as PageSize Modifier and Type Field Description private PageSizeSizedDocument. pageSizeMethods in de.erichseifert.vectorgraphics2d that return PageSize Modifier and Type Method Description PageSizeSizedDocument. getPageSize()Methods in de.erichseifert.vectorgraphics2d with parameters of type PageSize Modifier and Type Method Description DocumentProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructs aDocumentfrom the specified commands.Constructors in de.erichseifert.vectorgraphics2d with parameters of type PageSize Constructor Description SizedDocument(PageSize pageSize, boolean compressed) -
Uses of PageSize in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type PageSize Modifier and Type Method Description DocumentEPSProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructors in de.erichseifert.vectorgraphics2d.eps with parameters of type PageSize Constructor Description EPSDocument(CommandSequence commands, PageSize pageSize) -
Uses of PageSize in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageSize Modifier and Type Method Description DocumentPDFProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageSize Constructor Description PDFDocument(CommandSequence commands, PageSize pageSize, boolean compressed) -
Uses of PageSize in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type PageSize Modifier and Type Method Description DocumentSVGProcessor. getDocument(CommandSequence commands, PageSize pageSize)Constructors in de.erichseifert.vectorgraphics2d.svg with parameters of type PageSize Constructor Description SVGDocument(CommandSequence commands, PageSize pageSize) -
Uses of PageSize in de.erichseifert.vectorgraphics2d.util
Fields in de.erichseifert.vectorgraphics2d.util declared as PageSize Modifier and Type Field Description static PageSizePageSize. A3static PageSizePageSize. A4static PageSizePageSize. A5static PageSizePageSize. LEDGERstatic PageSizePageSize. LEGALstatic PageSizePageSize. LETTERstatic PageSizePageSize. TABLOIDMethods in de.erichseifert.vectorgraphics2d.util that return PageSize Modifier and Type Method Description PageSizePageSize. getLandscape()PageSizePageSize. getPortrait()
-