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 PageSize
SizedDocument. pageSize
Methods in de.erichseifert.vectorgraphics2d that return PageSize Modifier and Type Method Description PageSize
SizedDocument. getPageSize()
Methods in de.erichseifert.vectorgraphics2d with parameters of type PageSize Modifier and Type Method Description Document
Processor. getDocument(CommandSequence commands, PageSize pageSize)
Constructs aDocument
from 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 Document
EPSProcessor. 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 Document
PDFProcessor. 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 Document
SVGProcessor. 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 PageSize
PageSize. A3
static PageSize
PageSize. A4
static PageSize
PageSize. A5
static PageSize
PageSize. LEDGER
static PageSize
PageSize. LEGAL
static PageSize
PageSize. LETTER
static PageSize
PageSize. TABLOID
Methods in de.erichseifert.vectorgraphics2d.util that return PageSize Modifier and Type Method Description PageSize
PageSize. getLandscape()
PageSize
PageSize. getPortrait()
-