Class SVG12BridgeEventSupport

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

public abstract class SVG12BridgeEventSupport extends BridgeEventSupport
This class is responsible for tracking GraphicsNodeMouseEvents and forwarding them to the DOM as regular DOM MouseEvents. This SVG 1.2 specific class handles DOM Level 3 keyboard events and also ensures that mouse events under sXBL have appropriate bubble limits.
  • Constructor Details

    • SVG12BridgeEventSupport

      protected SVG12BridgeEventSupport()
  • 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.