1 2 package org.w3c.dom.svg;3 4 import org.w3c.dom.DOMException ;5 6 public interface SVGPathSegLinetoVerticalRel extends 7 SVGPathSeg {8 public float getY( );9 public void setY( float y )10 throws DOMException ;11 }12