Package | Description |
---|---|
org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes 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 1999-2016 The Apache Software Foundation. All Rights Reserved.