xmlgraphics-commons 1.3

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

Packages that use AbstractGraphics2D
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. 
 

Uses of AbstractGraphics2D in org.apache.xmlgraphics.java2d
 

Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2d
 class DefaultGraphics2D
          This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.
 

Constructors in org.apache.xmlgraphics.java2d with parameters of type AbstractGraphics2D
AbstractGraphics2D(AbstractGraphics2D g)
          Creates a new AbstractGraphics2D from an existing instance.
StrokingTextHandler(AbstractGraphics2D g2d)
          Main constructor
 

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

Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2d.ps
 class AbstractPSDocumentGraphics2D
          This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.
 class EPSDocumentGraphics2D
          This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.
 class PSDocumentGraphics2D
          This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.
 class PSGraphics2D
          This is a concrete implementation of AbstractGraphics2D (and therefore of Graphics2D) which is able to generate PostScript code.
 


xmlgraphics-commons 1.3

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