Uses of Package
org.apache.batik.ext.awt.g2d
-
Packages that use org.apache.batik.ext.awt.g2d Package Description org.apache.batik.ext.awt.g2d Provides an API for subclassing thejava.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic format.org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
Classes in org.apache.batik.ext.awt.g2d used by org.apache.batik.ext.awt.g2d Class Description AbstractGraphics2D This extension of thejava.awt.Graphics2D
abstract class is still abstract, but it implements a lot of theGraphics2D
method in a way that concrete implementations can reuse.DefaultGraphics2D This concrete implementation ofAbstractGraphics2D
is a simple help to programmers to get started with their own implementation ofGraphics2D
.GraphicContext Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformTransformStackElement Contains a description of an elementary transform stack element, such as a rotate or translate.TransformType Enumeration for transformation types. -
Classes in org.apache.batik.ext.awt.g2d used by org.apache.batik.svggen Class Description AbstractGraphics2D This extension of thejava.awt.Graphics2D
abstract class is still abstract, but it implements a lot of theGraphics2D
method in a way that concrete implementations can reuse.GraphicContext Handles the attributes in a graphic context:
+ Composite
+ Font
+ Paint
+ Stroke
+ Clip
+ RenderingHints
+ AffineTransformTransformStackElement Contains a description of an elementary transform stack element, such as a rotate or translate.