程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 字段和说明 |
---|---|
protected GraphicContext |
AbstractGraphics2D.gc
Current state of the Graphic Context.
|
限定符和类型 | 方法和说明 |
---|---|
GraphicContext |
AbstractGraphics2D.getGraphicContext() |
构造器和说明 |
---|
GraphicContext(GraphicContext template)
Copy constructor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
PSGraphics2D.setGraphicContext(GraphicContext c)
Sets the GraphicContext
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.