Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGCursorElement.java
2 package org.w3c.dom.svg;
4 public interface SVGCursorElement extends 
5                SVGElement,
6                SVGURIReference,
7                SVGTests,
8                SVGExternalResourcesRequired {
9   public SVGAnimatedLength getX( );
10   public SVGAnimatedLength getY( );
11 }