org.w3c.dom.svg
Interface SVGAnimatedPathData

All Known Subinterfaces:
SVGPathElement
All Known Implementing Classes:
SVGOMAnimatedPathData, SVGOMPathElement

public interface SVGAnimatedPathData


Method Summary
 SVGPathSegList getAnimatedNormalizedPathSegList()
           
 SVGPathSegList getAnimatedPathSegList()
           
 SVGPathSegList getNormalizedPathSegList()
           
 SVGPathSegList getPathSegList()
           
 

Method Detail

getPathSegList

public SVGPathSegList getPathSegList()

getNormalizedPathSegList

public SVGPathSegList getNormalizedPathSegList()

getAnimatedPathSegList

public SVGPathSegList getAnimatedPathSegList()

getAnimatedNormalizedPathSegList

public SVGPathSegList getAnimatedNormalizedPathSegList()


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.