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