Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedPoints
Packages that use SVGOMAnimatedPoints
-
Uses of SVGOMAnimatedPoints in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedPointsModifier and TypeFieldDescriptionprotected SVGOMAnimatedPoints
SVGPointShapeElement.points
The 'points' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedPointsModifier and TypeMethodDescriptionprotected SVGOMAnimatedPoints
SVGOMElement.createLiveAnimatedPoints
(String ns, String ln, String def) Creates a newSVGOMAnimatedPoints
and stores it in this element's LiveAttributeValue table.SVGPointShapeElement.getSVGOMAnimatedPoints()
Gets theSVGOMAnimatedPoints
object that manages the point list for this element.