xmlgraphics-commons 1.0

Uses of Class
org.apache.xmlgraphics.java2d.GraphicContext

Packages that use GraphicContext
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   
 

Uses of GraphicContext in org.apache.xmlgraphics.java2d
 

Fields in org.apache.xmlgraphics.java2d declared as GraphicContext
protected  GraphicContext AbstractGraphics2D.gc
          Current state of the Graphic Context.
 

Methods in org.apache.xmlgraphics.java2d that return GraphicContext
 GraphicContext AbstractGraphics2D.getGraphicContext()
           
 

Uses of GraphicContext in org.apache.xmlgraphics.java2d.ps
 

Methods in org.apache.xmlgraphics.java2d.ps with parameters of type GraphicContext
 void PSGraphics2D.setGraphicContext(GraphicContext c)
          Sets the GraphicContext
 


xmlgraphics-commons 1.0

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.