Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedPoints
-
Packages that use SVGOMAnimatedPoints Package Description org.apache.batik.anim.dom -
-
Uses of SVGOMAnimatedPoints in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedPoints Modifier and Type Field Description protected SVGOMAnimatedPointsSVGPointShapeElement. pointsThe 'points' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedPoints Modifier and Type Method Description protected SVGOMAnimatedPointsSVGOMElement. createLiveAnimatedPoints(java.lang.String ns, java.lang.String ln, java.lang.String def)Creates a newSVGOMAnimatedPointsand stores it in this element's LiveAttributeValue table.SVGOMAnimatedPointsSVGPointShapeElement. getSVGOMAnimatedPoints()Gets theSVGOMAnimatedPointsobject that manages the point list for this element.
-