org.apache.batik.swing.svg
public class SVGLoadEventDispatcher extends HaltingThread
| Field Summary | |
|---|---|
| protected BridgeContext | bridgeContext
The bridge context to use. |
| protected Exception | exception
The exception thrown. |
| protected List | listeners
The listeners. |
| protected GraphicsNode | root
The root graphics node. |
| protected SVGDocument | svgDocument
The SVG document to give to the bridge. |
| protected UpdateManager | updateManager
The update manager. |
| Constructor Summary | |
|---|---|
| SVGLoadEventDispatcher(GraphicsNode gn, SVGDocument doc, BridgeContext bc, UpdateManager um)
Creates a new SVGLoadEventDispatcher. | |
| Method Summary | |
|---|---|
| void | addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher. |
| void | fireEvent(EventDispatcher.Dispatcher dispatcher, Object event) |
| Exception | getException()
Returns the exception, if any occured. |
| UpdateManager | getUpdateManager()
Returns the update manager. |
| void | removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
Removes a SVGLoadEventDispatcherListener from this
SVGLoadEventDispatcher. |
| void | run()
Runs the dispatcher. |