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 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 1999-2012 The Apache Software Foundation. All Rights Reserved.