Package org.apache.xmlgraphics.java2d
package 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.
-
ClassDescriptionThis 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.Adapter to allow subclassing java.awt.GraphicsConfiguration without compilation errors.Deprecated.This class has been moved to the "color" subpackage.This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.Subclass of Dimension2D which takes double values.This implements the
GraphicsDevice
interface as appropriate for the various output configurations.Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformThis interface is used to paint vector graphic images.An implementation ofGraphicsConfiguration
that does not support transparencies (alpha channels).An implementation ofGraphicsConfiguration
that supports transparencies (alpha channels).Default TextHandler implementation which paints text using graphics primitives (shapes).Interface which the Graphics2D class delegates text painting to.Contains a description of an elementary transform stack element, such as a rotate or translate.Enumeration for transformation types.