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.
- Version:
- $Id: SVGAnimatedPathDataSupport.java 1733416 2016-03-03 07:07:13Z gadams $
-
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
.
-