Package org.loboevolution.html.dom.svg
Interface SVGAnimatedPoints
- All Known Subinterfaces:
SVGPolygonElement
,SVGPolylineElement
- All Known Implementing Classes:
SVGPolygonElementImpl
,SVGPolylineElementImpl
public interface SVGAnimatedPoints
SVGAnimatedPoints interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnimatedPoints.getPoints.
-
Method Details
-
getPoints
SVGPointList getPoints()getPoints.
- Returns:
- a
SVGPointList
object.
-
getAnimatedPoints
SVGPointList getAnimatedPoints()getAnimatedPoints.
- Returns:
- a
SVGPointList
object.
-