Class SVGAnimatedPathDataSupport


  • public abstract class SVGAnimatedPathDataSupport
    extends java.lang.Object
    This class provide support for the SVGAnimatedPathData interface.
    Version:
    $Id: SVGAnimatedPathDataSupport.java 1733416 2016-03-03 07:07:13Z gadams $
    • 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 given PathHandler to handle the path segments from the given SVGPathSegList.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVGAnimatedPathDataSupport

        public SVGAnimatedPathDataSupport()
    • Method Detail

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