| 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 | 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 | Description |
|---|---|---|
TransformType |
TransformStackElement.getType() |
| Constructor | Description |
|---|---|
TransformStackElement(TransformType type,
double[] transformParameters) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.