summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGAnimatedPoints.java
blob: 0fed4d95b2b6aa8f3aec12c3e44b477c74911b87 (plain) (blame)
1
2
3
4
5
6
7

package org.w3c.dom.svg;

public interface SVGAnimatedPoints {
  public SVGPointList   getPoints( );
  public SVGPointList   getAnimatedPoints( );
}