org.apache.batik.swing.svg
public class GVTTreeBuilderEvent extends EventObject
Field Summary | |
---|---|
protected GraphicsNode | gvtRoot
The GVT root. |
Constructor Summary | |
---|---|
GVTTreeBuilderEvent(Object source, GraphicsNode root)
Creates a new GVTTreeBuilderEvent. |
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 GVTTreeBuilder. root the GVT root.