All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.svg.SVGCursorElement Maven / Gradle / Ivy


package org.w3c.dom.svg;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy