Class GraphicsNodeChangeEvent
java.lang.Object
java.util.EventObject
org.apache.batik.gvt.event.GraphicsNodeEvent
org.apache.batik.gvt.event.GraphicsNodeChangeEvent
- All Implemented Interfaces:
Serializable
An event which indicates that a change action occurred on a graphics node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe id for the "changeCompleted" event.static final intThe id for the "changeStarted" event.protected GraphicsNodeFields inherited from class GraphicsNodeEvent
idFields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGraphicsNodeChangeEvent(GraphicsNode source, int id) Constructs a new graphics node event with the specified source and ID. -
Method Summary
Methods inherited from class GraphicsNodeEvent
consume, getGraphicsNode, getID, isConsumedMethods inherited from class EventObject
getSource, toString
-
Field Details
-
CHANGE_STARTED
public static final int CHANGE_STARTEDThe id for the "changeStarted" event. This change event occurs when a change has started on a graphics node (but no changes have occured on the graphics node it's self).- See Also:
-
CHANGE_COMPLETED
public static final int CHANGE_COMPLETEDThe id for the "changeCompleted" event. This change event occurs when a change has completed on a graphics node (all changes have completed on the graphics node it's self).- See Also:
-
changeSource
-
-
Constructor Details
-
GraphicsNodeChangeEvent
Constructs a new graphics node event with the specified source and ID.- Parameters:
source- the graphics node where the event originatedid- the id of this event
-
-
Method Details
-
setChangeSrc
-
getChangeSrc
-