Package org.w3c.dom.svg
Interface SVGAnimatedPathData
- All Known Subinterfaces:
SVGPathElement
public interface SVGAnimatedPathData
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPathSegList
SVGPathSegList getPathSegList() -
getNormalizedPathSegList
SVGPathSegList getNormalizedPathSegList() -
getAnimatedPathSegList
SVGPathSegList getAnimatedPathSegList() -
getAnimatedNormalizedPathSegList
SVGPathSegList getAnimatedNormalizedPathSegList()
-