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 | Description |
---|---|---|
protected GraphicContext |
AbstractGraphics2D.gc |
Current state of the Graphic Context.
|
Modifier and Type | Method | Description |
---|---|---|
GraphicContext |
AbstractGraphics2D.getGraphicContext() |
Constructor | Description |
---|---|
GraphicContext(GraphicContext template) |
Copy constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PSGraphics2D.setGraphicContext(GraphicContext c) |
Sets the GraphicContext
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.