Package org.w3c.dom.svg
Interface SVGAnimatedPoints
-
- All Known Subinterfaces:
SVGPolygonElement,SVGPolylineElement
public interface SVGAnimatedPoints
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVGPointListgetAnimatedPoints()SVGPointListgetPoints()
-
-
-
Method Detail
-
getPoints
SVGPointList getPoints()
-
getAnimatedPoints
SVGPointList getAnimatedPoints()
-
-