| 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 | Field and Description |
|---|---|
static TransformType |
TransformType.GENERAL |
static TransformType |
TransformType.ROTATE |
static TransformType |
TransformType.SCALE |
static TransformType |
TransformType.SHEAR |
static TransformType |
TransformType.TRANSLATE
TransformType values
|
| Modifier and Type | Method and Description |
|---|---|
TransformType |
TransformStackElement.getType() |
| Constructor and Description |
|---|
TransformStackElement(TransformType type,
double[] transformParameters) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.