Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGAnimatedInteger.java
2 package org.w3c.dom.svg;
4 import org.w3c.dom.DOMException;
5 public interface SVGAnimatedInteger {
6   public int getBaseVal( );
7   public void           setBaseVal( int baseVal )
8                        throws DOMException;
9   public int getAnimVal( );
10 }