org.apache.batik.swing.svg
public class SVGLoadEventDispatcherEvent extends EventObject
| Field Summary | |
|---|---|
| protected GraphicsNode | gvtRoot
The GVT root. |
| Constructor Summary | |
|---|---|
| SVGLoadEventDispatcherEvent(Object source, GraphicsNode root)
Creates a new SVGLoadEventDispatcherEvent. | |
| Method Summary | |
|---|---|
| GraphicsNode | getGVTRoot()
Returns the GVT tree root, or null if the gvt construction
was not completed or just started. |
Parameters: source the object that originated the event, ie. the SVGLoadEventDispatcher. root the GVT root.