Package | Description |
---|---|
org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes for subclassing the
java.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.
|
Modifier and Type | Field and Description |
---|---|
protected GraphicContext |
AbstractGraphics2D.gc
Current state of the Graphic Context.
|
Modifier and Type | Method and Description |
---|---|
GraphicContext |
AbstractGraphics2D.getGraphicContext() |
Constructor and Description |
---|
GraphicContext(GraphicContext template)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
PSGraphics2D.setGraphicContext(GraphicContext c)
Sets the GraphicContext
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.