Uses of Class
org.apache.batik.gvt.event.GraphicsNodeChangeEvent
-
Packages that use GraphicsNodeChangeEvent Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects.org.apache.batik.gvt.event 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 GraphicsNodeChangeEvent Modifier and Type Method Description void
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 GraphicsNodeChangeEvent Modifier and Type Field Description protected GraphicsNodeChangeEvent
AbstractGraphicsNode. changeCompletedEvent
protected GraphicsNodeChangeEvent
AbstractGraphicsNode. changeStartedEvent
Methods in org.apache.batik.gvt with parameters of type GraphicsNodeChangeEvent Modifier and Type Method Description void
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 GraphicsNodeChangeEvent Modifier and Type Method Description void
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.
-