org.apache.batik.swing.svg

Class SVGLoadEventDispatcherEvent

public class SVGLoadEventDispatcherEvent extends EventObject

This class represents an event which indicate an event originated from a SVGLoadEventDispatcher instance.
Field Summary
protected GraphicsNodegvtRoot
The GVT root.
Constructor Summary
SVGLoadEventDispatcherEvent(Object source, GraphicsNode root)
Creates a new SVGLoadEventDispatcherEvent.
Method Summary
GraphicsNodegetGVTRoot()
Returns the GVT tree root, or null if the gvt construction was not completed or just started.

Field Detail

gvtRoot

protected GraphicsNode gvtRoot
The GVT root.

Constructor Detail

SVGLoadEventDispatcherEvent

public SVGLoadEventDispatcherEvent(Object source, GraphicsNode root)
Creates a new SVGLoadEventDispatcherEvent.

Parameters: source the object that originated the event, ie. the SVGLoadEventDispatcher. root the GVT root.

Method Detail

getGVTRoot

public GraphicsNode getGVTRoot()
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.