summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGAnimatedPathData.java
blob: e6c77599b700b9087d6c7270249388779d8b5797 (plain) (blame)
1
2
3
4
5
6
7
8
9

package org.w3c.dom.svg;

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