|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.apache.batik.swing.svg.GVTTreeBuilderEvent
This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
| Field Summary | |
protected GraphicsNode |
gvtRoot
The GVT root. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
GVTTreeBuilderEvent(java.lang.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. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected GraphicsNode gvtRoot
| Constructor Detail |
public GVTTreeBuilderEvent(java.lang.Object source,
GraphicsNode root)
source - the object that originated the event, ie. the
GVTTreeBuilder.root - the GVT root.| Method Detail |
public GraphicsNode getGVTRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||