|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.gvt.event.GraphicsNodeChangeAdapter | +--org.apache.batik.gvt.UpdateTracker
This class tracks the changes on a GVT tree
Constructor Summary | |
UpdateTracker()
|
Method Summary | |
void |
changeStarted(GraphicsNodeChangeEvent gnce)
Recieves notification of a change to a GraphicsNode. |
void |
clear()
Clears the tracker. |
java.util.List |
getDirtyAreas()
Returns the list of dirty areas on GVT. |
boolean |
hasChanged()
Tells whether the GVT tree has changed. |
Methods inherited from class org.apache.batik.gvt.event.GraphicsNodeChangeAdapter |
changeCompleted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateTracker()
Method Detail |
public boolean hasChanged()
public java.util.List getDirtyAreas()
public void changeStarted(GraphicsNodeChangeEvent gnce)
changeStarted
in class GraphicsNodeChangeAdapter
gn
- The graphics node that is changing.public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |