blob: fc46adcfec8a666539639561a29bd3732115a0e5 [file] [log] [blame]
package org.w3c.dom.svg;
import org.w3c.dom.DOMException;
public interface SVGPathSegLinetoVerticalRel extends
SVGPathSeg {
public float getY( );
public void setY( float y )
throws DOMException;
}