Package org.apache.batik.ext.awt.g2d
package org.apache.batik.ext.awt.g2d
Provides an API for subclassing the
java.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic
format.-
ClassesClassDescriptionThis extension of the
java.awt.Graphics2D
abstract class is still abstract, but it implements a lot of theGraphics2D
method in a way that concrete implementations can reuse.This concrete implementation ofAbstractGraphics2D
is a simple help to programmers to get started with their own implementation ofGraphics2D
.Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformContains a description of an elementary transform stack element, such as a rotate or translate.Enumeration for transformation types.