Uses of Class
de.erichseifert.vectorgraphics2d.GraphicsState
-
Packages that use GraphicsState Package Description de.erichseifert.vectorgraphics2d Main classes.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 GraphicsState in de.erichseifert.vectorgraphics2d
Fields in de.erichseifert.vectorgraphics2d declared as GraphicsState Modifier and Type Field Description private GraphicsState
VectorGraphics2D. state
-
Uses of GraphicsState in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type GraphicsState Modifier and Type Field Description private java.util.Stack<GraphicsState>
PDFDocument. states
Methods in de.erichseifert.vectorgraphics2d.pdf that return GraphicsState Modifier and Type Method Description private GraphicsState
PDFDocument. getCurrentState()
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type GraphicsState Modifier and Type Method Description private byte[]
PDFDocument. getOutput(GraphicsState state, Resources resources, boolean first)
-
Uses of GraphicsState in de.erichseifert.vectorgraphics2d.svg
Fields in de.erichseifert.vectorgraphics2d.svg with type parameters of type GraphicsState Modifier and Type Field Description private java.util.Stack<GraphicsState>
SVGDocument. states
Methods in de.erichseifert.vectorgraphics2d.svg that return GraphicsState Modifier and Type Method Description private GraphicsState
SVGDocument. getCurrentState()
-