Uses of Class
org.apache.xmlgraphics.java2d.GraphicContext
-
Packages that use GraphicContext Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic format.org.apache.xmlgraphics.java2d.ps Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files. -
-
Uses of GraphicContext in org.apache.xmlgraphics.java2d
Fields in org.apache.xmlgraphics.java2d declared as GraphicContext Modifier and Type Field Description protected GraphicContext
AbstractGraphics2D. gc
Current state of the Graphic Context.Methods in org.apache.xmlgraphics.java2d that return GraphicContext Modifier and Type Method Description GraphicContext
AbstractGraphics2D. getGraphicContext()
Constructors in org.apache.xmlgraphics.java2d with parameters of type GraphicContext Constructor Description GraphicContext(GraphicContext template)
Copy constructor. -
Uses of GraphicContext in org.apache.xmlgraphics.java2d.ps
Methods in org.apache.xmlgraphics.java2d.ps with parameters of type GraphicContext Modifier and Type Method Description void
PSGraphics2D. setGraphicContext(GraphicContext c)
Sets the GraphicContext
-