xmlgraphics-commons 1.2

Uses of Class
org.apache.xmlgraphics.java2d.TransformType

Packages that use TransformType
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. 
 

Uses of TransformType in org.apache.xmlgraphics.java2d
 

Fields in org.apache.xmlgraphics.java2d declared as TransformType
static TransformType TransformType.GENERAL
           
static TransformType TransformType.ROTATE
           
static TransformType TransformType.SCALE
           
static TransformType TransformType.SHEAR
           
static TransformType TransformType.TRANSLATE
          TransformType values
 

Methods in org.apache.xmlgraphics.java2d that return TransformType
 TransformType TransformStackElement.getType()
           
 

Constructors in org.apache.xmlgraphics.java2d with parameters of type TransformType
TransformStackElement(TransformType type, double[] transformParameters)
           
 


xmlgraphics-commons 1.2

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.