Class BridgeEventSupport

java.lang.Object
org.apache.batik.bridge.BridgeEventSupport
All Implemented Interfaces:
XMLConstants, CSSConstants, SVGConstants
Direct Known Subclasses:
SVG12BridgeEventSupport

public abstract class BridgeEventSupport extends Object implements SVGConstants
This class is responsible of tracking GraphicsNodeMouseEvent and fowarding them to the DOM as regular DOM MouseEvent.
Version:
$Id: BridgeEventSupport.java 1851346 2019-01-15 13:41:00Z ssteiner $
  • Field Details

  • Constructor Details

    • BridgeEventSupport

      protected BridgeEventSupport()
  • Method Details

    • addGVTListener

      public static void addGVTListener(BridgeContext ctx, Document doc)
      Is called only for the root element in order to dispatch GVT events to the DOM.
    • storeEventListener

      protected static void storeEventListener(BridgeContext ctx, EventTarget e, String t, EventListener l, boolean c)
      Calls storeEventListener on the given BridgeContext.
    • storeEventListenerNS

      protected static void storeEventListenerNS(BridgeContext ctx, EventTarget e, String n, String t, EventListener l, boolean c)
      Calls storeEventListenerNS on the given BridgeContext.