Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGPathSegLinetoVerticalAbs.java
2 package org.w3c.dom.svg;
4 import org.w3c.dom.DOMException;
6 public interface SVGPathSegLinetoVerticalAbs extends 
7                SVGPathSeg {
8   public float   getY( );
9   public void      setY( float y )
10                        throws DOMException;
11 }