xmlgraphics-commons 1.0

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

Packages that use TransformStackElement
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 TransformStackElement in org.apache.xmlgraphics.java2d
 

Methods in org.apache.xmlgraphics.java2d that return TransformStackElement
static TransformStackElement TransformStackElement.createTranslateElement(double tx, double ty)
           
static TransformStackElement TransformStackElement.createRotateElement(double theta)
           
static TransformStackElement TransformStackElement.createScaleElement(double scaleX, double scaleY)
           
static TransformStackElement TransformStackElement.createShearElement(double shearX, double shearY)
           
static TransformStackElement TransformStackElement.createGeneralTransformElement(java.awt.geom.AffineTransform txf)
           
 TransformStackElement[] GraphicContext.getTransformStack()
           
 

Methods in org.apache.xmlgraphics.java2d with parameters of type TransformStackElement
 boolean TransformStackElement.concatenate(TransformStackElement stackElement)
           
 


xmlgraphics-commons 1.0

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