Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGAnimatedEnumeration.java
2 package org.w3c.dom.svg;
4 import org.w3c.dom.DOMException;
5 public interface SVGAnimatedEnumeration {
6   public short getBaseVal( );
7   public void           setBaseVal( short baseVal )
8                        throws DOMException;
9   public short getAnimVal( );
10 }