Package org.apache.batik.gvt.event
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.
- Version:
- $Id: GraphicsNodeChangeEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The id for the "changeCompleted" event.(package private) static final int
The first number in the range of ids used for change events.static final int
The id for the "changeStarted" event.protected GraphicsNode
Fields inherited from class org.apache.batik.gvt.event.GraphicsNodeEvent
id
Fields inherited from class java.util.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 org.apache.batik.gvt.event.GraphicsNodeEvent
consume, getGraphicsNode, getID, isConsumed
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
CHANGE_FIRST
static final int CHANGE_FIRSTThe first number in the range of ids used for change events.- See Also:
-
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
-