| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphics2D
This concrete implementation of
AbstractGraphics2D is a
simple help to programmers to get started with their own
implementation of Graphics2D. |
| Constructor and Description |
|---|
AbstractGraphics2D(AbstractGraphics2D g)
Creates a new AbstractGraphics2D from an existing instance.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.