org.apache.batik.dom.svg
Class SVGAnimatedPathDataSupport
java.lang.Object
org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
public abstract class SVGAnimatedPathDataSupport
- extends Object
This class provide support for the SVGAnimatedPathData
interface.
- Version:
- $Id: SVGAnimatedPathDataSupport.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Nicolas Socheleau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGAnimatedPathDataSupport
public SVGAnimatedPathDataSupport()
handlePathSegList
public static void handlePathSegList(org.w3c.dom.svg.SVGPathSegList p,
PathHandler h)
- Uses the given
PathHandler to handle the path segments from the
given SVGPathSegList.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.