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 TransformStackElement
TransformStackElement.createGeneralTransformElement
(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) GraphicContext.getTransformStack()
Methods in org.apache.batik.ext.awt.g2d with parameters of type TransformStackElementModifier and TypeMethodDescriptionboolean
TransformStackElement.concatenate
(TransformStackElement stackElement) -
Uses of TransformStackElement in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as TransformStackElementModifier and TypeFieldDescriptionprivate TransformStackElement[]
SVGGraphicContext.transformStack
Methods in org.apache.batik.svggen that return TransformStackElementMethods in org.apache.batik.svggen with parameters of type TransformStackElementModifier and TypeMethodDescription(package private) final String
SVGTransform.convertTransform
(TransformStackElement transformElement) Converts an AffineTransform to an SVG transform stringprotected void
DOMGroupManager.setTransform
(Element element, TransformStackElement[] transformStack) Processes the transform attribute value corresponding to a given transform stackSVGGraphicContextConverter.toSVG
(TransformStackElement[] transformStack) final String
SVGTransform.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)