summaryrefslogblamecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGAnimatedLengthList.java
blob: 15ab02292db2573332a5d6a48088f52ecce2bea5 (plain) (tree)
1
2
3
4
5
6
7






                                         

package org.w3c.dom.svg;

public interface SVGAnimatedLengthList {
  public SVGLengthList getBaseVal( );
  public SVGLengthList getAnimVal( );
}