|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGraphics2D | |
| 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. |
| org.apache.batik.svggen | Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| Uses of AbstractGraphics2D in org.apache.batik.ext.awt.g2d |
| Subclasses of AbstractGraphics2D in org.apache.batik.ext.awt.g2d | |
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.batik.ext.awt.g2d with parameters of type AbstractGraphics2D | |
AbstractGraphics2D(AbstractGraphics2D g)
This private constructor is used in create |
|
| Uses of AbstractGraphics2D in org.apache.batik.svggen |
| Subclasses of AbstractGraphics2D in org.apache.batik.svggen | |
class |
SVGGraphics2D
This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||