Uses of Class
org.apache.xmlgraphics.java2d.TransformStackElement
-
Packages that use TransformStackElement Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2Dclass 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 Modifier and Type Method Description static TransformStackElementTransformStackElement. createGeneralTransformElement(java.awt.geom.AffineTransform txf)static TransformStackElementTransformStackElement. createRotateElement(double theta)static TransformStackElementTransformStackElement. createScaleElement(double scaleX, double scaleY)static TransformStackElementTransformStackElement. createShearElement(double shearX, double shearY)static TransformStackElementTransformStackElement. createTranslateElement(double tx, double ty)TransformStackElement[]GraphicContext. getTransformStack()Methods in org.apache.xmlgraphics.java2d with parameters of type TransformStackElement Modifier and Type Method Description booleanTransformStackElement. concatenate(TransformStackElement stackElement)
-