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 $
  • Constructor Details

    • SVGAnimatedPathDataSupport

      public SVGAnimatedPathDataSupport()
  • Method Details

    • 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.