Uses of Class
org.apache.batik.dom.svg.AbstractSVGTransform
-
Packages that use AbstractSVGTransform Package Description org.apache.batik.anim.values org.apache.batik.dom.svg -
-
Uses of AbstractSVGTransform in org.apache.batik.anim.values
Constructors in org.apache.batik.anim.values with parameters of type AbstractSVGTransform Constructor Description AnimatableTransformListValue(AnimationTarget target, AbstractSVGTransform t)
Creates a new AnimatableTransformListValue with a single transform. -
Uses of AbstractSVGTransform in org.apache.batik.dom.svg
Subclasses of AbstractSVGTransform in org.apache.batik.dom.svg Modifier and Type Class Description static class
AbstractSVGTransformList.SVGTransformItem
AnSVGTransform
in the list.class
SVGOMTransform
This class is the implementation of the SVGTransform interface.Methods in org.apache.batik.dom.svg with parameters of type AbstractSVGTransform Modifier and Type Method Description void
AbstractSVGTransform. assign(AbstractSVGTransform t)
Copies the value of the specified transformation into this object.
-