Uses of Class
org.apache.xmlgraphics.java2d.TransformStackElement
Packages that use TransformStackElement
Package
Description
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 TransformStackElementModifier and TypeMethodDescriptionstatic TransformStackElementTransformStackElement.createGeneralTransformElement(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) GraphicContext.getTransformStack()Methods in org.apache.xmlgraphics.java2d with parameters of type TransformStackElementModifier and TypeMethodDescriptionbooleanTransformStackElement.concatenate(TransformStackElement stackElement)