Uses of Class
org.apache.batik.ext.awt.g2d.TransformType
Packages that use TransformType
Package
Description
Provides an API for subclassing the
java.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic
format.-
Uses of TransformType in org.apache.batik.ext.awt.g2d
Fields in org.apache.batik.ext.awt.g2d declared as TransformTypeModifier and TypeFieldDescriptionstatic final TransformType
TransformType.GENERAL
static final TransformType
TransformType.ROTATE
static final TransformType
TransformType.SCALE
static final TransformType
TransformType.SHEAR
static final TransformType
TransformType.TRANSLATE
TransformType valuesprivate TransformType
TransformStackElement.type
Transform typeMethods in org.apache.batik.ext.awt.g2d that return TransformTypeConstructors in org.apache.batik.ext.awt.g2d with parameters of type TransformTypeModifierConstructorDescriptionprotected
TransformStackElement
(TransformType type, double[] transformParameters)