Class SVG12BridgeEventSupport

  • All Implemented Interfaces:
    CSSConstants, SVGConstants, XMLConstants

    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 Detail

      • SVG12BridgeEventSupport

        protected SVG12BridgeEventSupport()
    • Method Detail

      • addGVTListener

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