Uses of Class
de.erichseifert.vectorgraphics2d.util.PageSize
Packages that use PageSize
Package
Description
Main classes.
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to Encapsulated PostScript® (EPS).
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to the Portable Document Format (PDF).
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to Scaled Vector Graphics (SVG).
Utility classes for common data or graphics operations.
-
Uses of PageSize in de.erichseifert.vectorgraphics2d
Fields in de.erichseifert.vectorgraphics2d declared as PageSizeMethods in de.erichseifert.vectorgraphics2d that return PageSizeMethods in de.erichseifert.vectorgraphics2d with parameters of type PageSizeModifier and TypeMethodDescriptionProcessor.getDocument
(CommandSequence commands, PageSize pageSize) Constructs aDocument
from the specified commands.Constructors in de.erichseifert.vectorgraphics2d with parameters of type PageSize -
Uses of PageSize in de.erichseifert.vectorgraphics2d.eps
Methods in de.erichseifert.vectorgraphics2d.eps with parameters of type PageSizeModifier and TypeMethodDescriptionEPSProcessor.getDocument
(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.eps with parameters of type PageSize -
Uses of PageSize in de.erichseifert.vectorgraphics2d.pdf
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageSizeModifier and TypeMethodDescriptionPDFProcessor.getDocument
(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type PageSizeModifierConstructorDescriptionPDFDocument
(CommandSequence commands, PageSize pageSize, boolean compressed) -
Uses of PageSize in de.erichseifert.vectorgraphics2d.svg
Methods in de.erichseifert.vectorgraphics2d.svg with parameters of type PageSizeModifier and TypeMethodDescriptionSVGProcessor.getDocument
(CommandSequence commands, PageSize pageSize) Constructors in de.erichseifert.vectorgraphics2d.svg with parameters of type PageSize -
Uses of PageSize in de.erichseifert.vectorgraphics2d.util
Fields in de.erichseifert.vectorgraphics2d.util declared as PageSizeModifier and TypeFieldDescriptionstatic final PageSize
PageSize.A3
static final PageSize
PageSize.A4
static final PageSize
PageSize.A5
static final PageSize
PageSize.LEDGER
static final PageSize
PageSize.LEGAL
static final PageSize
PageSize.LETTER
static final PageSize
PageSize.TABLOID
Methods in de.erichseifert.vectorgraphics2d.util that return PageSize