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 SVGPointList
getAnimatedPoints()
SVGPointList
getPoints()
-
-
-
Method Detail
-
getPoints
SVGPointList getPoints()
-
getAnimatedPoints
SVGPointList getAnimatedPoints()
-
-