Package org.apache.batik.dom.svg
Class SVGAnimatedPathDataSupport
- java.lang.Object
-
- org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
-
public abstract class SVGAnimatedPathDataSupport extends java.lang.Object
This class provide support for the SVGAnimatedPathData interface.
-
-
Constructor Summary
Constructors Constructor Description SVGAnimatedPathDataSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handlePathSegList(org.w3c.dom.svg.SVGPathSegList p, PathHandler h)
Uses the givenPathHandler
to handle the path segments from the givenSVGPathSegList
.
-
-
-
Method Detail
-
handlePathSegList
public static void handlePathSegList(org.w3c.dom.svg.SVGPathSegList p, PathHandler h)
Uses the givenPathHandler
to handle the path segments from the givenSVGPathSegList
.
-
-