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 SVGOMAnimatedPointsSVGPointShapeElement.pointsThe 'points' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedPointsModifier and TypeMethodDescriptionprotected SVGOMAnimatedPointsSVGOMElement.createLiveAnimatedPoints(String ns, String ln, String def) Creates a newSVGOMAnimatedPointsand stores it in this element's LiveAttributeValue table.SVGPointShapeElement.getSVGOMAnimatedPoints()Gets theSVGOMAnimatedPointsobject that manages the point list for this element.