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 SVGOMAnimatedPoints
SVGPointShapeElement. points
The 'points' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedPoints Modifier and Type Method Description protected SVGOMAnimatedPoints
SVGOMElement. createLiveAnimatedPoints(java.lang.String ns, java.lang.String ln, java.lang.String def)
Creates a newSVGOMAnimatedPoints
and stores it in this element's LiveAttributeValue table.SVGOMAnimatedPoints
SVGPointShapeElement. getSVGOMAnimatedPoints()
Gets theSVGOMAnimatedPoints
object that manages the point list for this element.
-