org.apache.batik.dom.svg12
Interface SVGGlobal

All Superinterfaces:
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).

Version:
$Id: SVGGlobal.java 1733416 2016-03-03 07:07:13Z gadams $

Method Summary
 void startMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
          Starts mouse capture.
 void stopMouseCapture()
          Stops mouse capture.
 

Method Detail

startMouseCapture

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


stopMouseCapture

void stopMouseCapture()
Stops mouse capture.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.