Interface SVGGlobal

All Superinterfaces:
Global
All Known Implementing Classes:
SVG12ScriptingEnvironment.Global

public interface SVGGlobal extends Global
Interface for a global scripting object for an SVG document. Eventually will move to org.w3c.dom.svg (or some such package).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
    Starts mouse capture.
    void
    Stops mouse capture.
  • Method Details

    • startMouseCapture

      void startMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
      Starts mouse capture.
    • stopMouseCapture

      void stopMouseCapture()
      Stops mouse capture.