Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGPathSegLinetoHorizontalAbs.java
2 package org.w3c.dom.svg;
4 import org.w3c.dom.DOMException;
6 public interface SVGPathSegLinetoHorizontalAbs extends 
7                SVGPathSeg {
8   public float   getX( );
9   public void      setX( float x )
10                        throws DOMException;
11 }