org.apache.batik.bridge

Class SVGImageElementBridge.ForwardEventListener

protected static class SVGImageElementBridge.ForwardEventListener extends Object implements EventListener

A simple DOM listener to forward events from the SVG image document to the original document.
Field Summary
protected ElementimgElement
The image element.
protected ElementsvgElement
The root element of the SVG image.
Constructor Summary
ForwardEventListener(Element svgElement, Element imgElement)
Constructs a new ForwardEventListener
Method Summary
voidhandleEvent(Event e)

Field Detail

imgElement

protected Element imgElement
The image element.

svgElement

protected Element svgElement
The root element of the SVG image.

Constructor Detail

ForwardEventListener

public ForwardEventListener(Element svgElement, Element imgElement)
Constructs a new ForwardEventListener

Method Detail

handleEvent

public void handleEvent(Event e)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.