Code

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