xmlgraphics-commons 1.4

Uses of Package
org.apache.xmlgraphics.java2d

Packages that use org.apache.xmlgraphics.java2d
org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters. 
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. 
 

Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.image.loader.impl
Graphics2DImagePainter
          This interface is used to paint vector graphic images.
 

Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.java2d
AbstractGraphics2D
          This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.
CMYKColorSpace
          Deprecated. This class has been moved to the "color" subpackage.
DefaultGraphics2D
          This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.
GraphicContext
          Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
TextHandler
          Interface which the Graphics2D class delegates text painting to.
TransformStackElement
          Contains a description of an elementary transform stack element, such as a rotate or translate.
TransformType
          Enumeration for transformation types.
 

Classes in org.apache.xmlgraphics.java2d used by org.apache.xmlgraphics.java2d.ps
AbstractGraphics2D
          This extension of the java.awt.Graphics2D abstract class is still abstract, but it implements a lot of the Graphics2D method in a way that concrete implementations can reuse.
GraphicContext
          Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransform
TextHandler
          Interface which the Graphics2D class delegates text painting to.
 


xmlgraphics-commons 1.4

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