protected static class SVGImageElementBridge.ForwardEventListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
imgElement
The image element.
|
protected org.w3c.dom.Element |
svgElement
The root element of the SVG image.
|
Constructor and Description |
---|
ForwardEventListener(org.w3c.dom.Element svgElement,
org.w3c.dom.Element imgElement)
Constructs a new
ForwardEventListener |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(org.w3c.dom.events.Event e) |
protected org.w3c.dom.Element svgElement
protected org.w3c.dom.Element imgElement