Uses of Class
org.apache.batik.gvt.event.GraphicsNodeChangeEvent
Packages that use GraphicsNodeChangeEvent
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains all of the interfaces for describing and painting vector
graphics as Java objects.
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
-
Uses of GraphicsNodeChangeEvent in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type GraphicsNodeChangeEventModifier and TypeMethodDescriptionvoid
ConcreteTextSelector.changeCompleted
(GraphicsNodeChangeEvent gnce) void
ConcreteTextSelector.changeStarted
(GraphicsNodeChangeEvent gnce) -
Uses of GraphicsNodeChangeEvent in org.apache.batik.gvt
Fields in org.apache.batik.gvt declared as GraphicsNodeChangeEventModifier and TypeFieldDescriptionprotected GraphicsNodeChangeEvent
AbstractGraphicsNode.changeCompletedEvent
protected GraphicsNodeChangeEvent
AbstractGraphicsNode.changeStartedEvent
Methods in org.apache.batik.gvt with parameters of type GraphicsNodeChangeEventModifier and TypeMethodDescriptionvoid
UpdateTracker.changeStarted
(GraphicsNodeChangeEvent gnce) Receives notification of a change to a GraphicsNode.void
AbstractGraphicsNode.fireGraphicsNodeChangeStarted
(GraphicsNodeChangeEvent changeStartedEvent) -
Uses of GraphicsNodeChangeEvent in org.apache.batik.gvt.event
Methods in org.apache.batik.gvt.event with parameters of type GraphicsNodeChangeEventModifier and TypeMethodDescriptionvoid
GraphicsNodeChangeAdapter.changeCompleted
(GraphicsNodeChangeEvent gnce) Invoked when a change on a graphics node has completedvoid
GraphicsNodeChangeListener.changeCompleted
(GraphicsNodeChangeEvent gnce) Invoked when a change on a graphics node has completedvoid
GraphicsNodeChangeAdapter.changeStarted
(GraphicsNodeChangeEvent gnce) Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.void
GraphicsNodeChangeListener.changeStarted
(GraphicsNodeChangeEvent gnce) Invoked when a change has started on a graphics node, but before any changes occure in the graphics node it's self.