Uses of Class
org.apache.batik.ext.awt.g2d.TransformStackElement
Packages that use TransformStackElement
Package
Description
Provides an API for subclassing the
java.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic
format.Provides an API on top of the
AbstractGraphics2D to 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 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.batik.ext.awt.g2d with parameters of type TransformStackElementModifier and TypeMethodDescriptionbooleanTransformStackElement.concatenate(TransformStackElement stackElement) -
Uses of TransformStackElement in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as TransformStackElementModifier and TypeFieldDescriptionprivate TransformStackElement[]SVGGraphicContext.transformStackMethods in org.apache.batik.svggen that return TransformStackElementMethods in org.apache.batik.svggen with parameters of type TransformStackElementModifier and TypeMethodDescription(package private) final StringSVGTransform.convertTransform(TransformStackElement transformElement) Converts an AffineTransform to an SVG transform stringprotected voidDOMGroupManager.setTransform(Element element, TransformStackElement[] transformStack) Processes the transform attribute value corresponding to a given transform stackSVGGraphicContextConverter.toSVG(TransformStackElement[] transformStack) final 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 TransformStackElementModifierConstructorDescriptionSVGGraphicContext(Map groupContext, Map graphicElementContext, TransformStackElement[] transformStack) SVGGraphicContext(Map context, TransformStackElement[] transformStack)