Uses of Class
org.apache.batik.ext.awt.g2d.TransformType
-
Packages that use TransformType Package Description org.apache.batik.ext.awt.g2d Provides an API for subclassing thejava.awt.Graphics2Dclass 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 TransformType Modifier and Type Field Description static TransformTypeTransformType. GENERALstatic TransformTypeTransformType. ROTATEstatic TransformTypeTransformType. SCALEstatic TransformTypeTransformType. SHEARstatic TransformTypeTransformType. TRANSLATETransformType valuesprivate TransformTypeTransformStackElement. typeTransform typeMethods in org.apache.batik.ext.awt.g2d that return TransformType Modifier and Type Method Description TransformTypeTransformStackElement. getType()Constructors in org.apache.batik.ext.awt.g2d with parameters of type TransformType Constructor Description TransformStackElement(TransformType type, double[] transformParameters)
-