Class SVGAnimatedPathDataSupport
java.lang.Object
org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
This class provide support for the SVGAnimatedPathData
interface.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandlePathSegList(org.w3c.dom.svg.SVGPathSegList p, PathHandler h) Uses the givenPathHandlerto handle the path segments from the givenSVGPathSegList.
-
Constructor Details
-
SVGAnimatedPathDataSupport
public SVGAnimatedPathDataSupport()
-
-
Method Details
-
handlePathSegList
Uses the givenPathHandlerto handle the path segments from the givenSVGPathSegList.
-