org.apache.batik.gvt.event
public class GraphicsNodeEvent extends EventObject
| Field Summary | |
|---|---|
| protected int | id The ID of this event. |
| 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. |
Parameters: source the graphics node where the event originated id the id of this event