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.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 Modifier and Type Method Description static TransformStackElement
TransformStackElement. createGeneralTransformElement(java.awt.geom.AffineTransform txf)
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. createTranslateElement(double tx, double ty)
TransformStackElement[]
GraphicContext. getTransformStack()
Methods in org.apache.xmlgraphics.java2d with parameters of type TransformStackElement Modifier and Type Method Description boolean
TransformStackElement. concatenate(TransformStackElement stackElement)
-