All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.svg.SVGAnimatedPathData Maven / Gradle / Ivy

The newest version!

package org.w3c.dom.svg;

public interface SVGAnimatedPathData {
  public SVGPathSegList   getPathSegList( );
  public SVGPathSegList   getNormalizedPathSegList( );
  public SVGPathSegList   getAnimatedPathSegList( );
  public SVGPathSegList   getAnimatedNormalizedPathSegList( );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy