Uses of Class
org.apache.batik.ext.awt.g2d.TransformStackElement
-
Packages that use TransformStackElement Package Description org.apache.batik.ext.awt.g2d Provides an API for subclassing thejava.awt.Graphics2Dclass in order to translate Java 2D primitives into another graphic format.org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto translate Java 2D primitives into the SVG format. -
-
Uses of TransformStackElement in org.apache.batik.ext.awt.g2d
Methods in org.apache.batik.ext.awt.g2d 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.batik.ext.awt.g2d with parameters of type TransformStackElement Modifier and Type Method Description booleanTransformStackElement. concatenate(TransformStackElement stackElement) -
Uses of TransformStackElement in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as TransformStackElement Modifier and Type Field Description private TransformStackElement[]SVGGraphicContext. transformStackMethods in org.apache.batik.svggen that return TransformStackElement Modifier and Type Method Description TransformStackElement[]SVGGraphicContext. getTransformStack()Methods in org.apache.batik.svggen with parameters of type TransformStackElement Modifier and Type Method Description (package private) java.lang.StringSVGTransform. convertTransform(TransformStackElement transformElement)Converts an AffineTransform to an SVG transform stringprotected voidDOMGroupManager. setTransform(org.w3c.dom.Element element, TransformStackElement[] transformStack)Processes the transform attribute value corresponding to a given transform stackjava.lang.StringSVGGraphicContextConverter. toSVG(TransformStackElement[] transformStack)java.lang.StringSVGTransform. toSVGTransform(TransformStackElement[] transformStack)This method tries to collapse the transform stack into an SVG string as compact as possible while still conveying the semantic of the stack.Constructors in org.apache.batik.svggen with parameters of type TransformStackElement Constructor Description SVGGraphicContext(java.util.Map groupContext, java.util.Map graphicElementContext, TransformStackElement[] transformStack)SVGGraphicContext(java.util.Map context, TransformStackElement[] transformStack)
-