summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGCursorElement.java
blob: f93e81dea0dbefe1859d3b68c70362a6d34dba64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

package org.w3c.dom.svg;

public interface SVGCursorElement extends 
               SVGElement,
               SVGURIReference,
               SVGTests,
               SVGExternalResourcesRequired {
  public SVGAnimatedLength getX( );
  public SVGAnimatedLength getY( );
}