|
||||||||||
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.gvt.event.GraphicsNodeEvent
A low-level event for GraphicsNode.
Field Summary | |
protected int |
id
The ID of this event. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
GraphicsNodeEvent(GraphicsNode source,
int id)
Constructs a new graphics node event with the specified source and ID. |
Method Summary | |
void |
consume()
Consumes this event so that it will not be processed in the default manner by the source which originated it. |
GraphicsNode |
getGraphicsNode()
Returns the graphics node where the event is originated. |
int |
getID()
Returns the ID of this event. |
boolean |
isConsumed()
Returns whether or not this event has been consumed. |
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 int id
Constructor Detail |
public GraphicsNodeEvent(GraphicsNode source, int id)
source
- the graphics node where the event originatedid
- the id of this eventMethod Detail |
public int getID()
public GraphicsNode getGraphicsNode()
public void consume()
public boolean isConsumed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |