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 voidConcreteTextSelector. changeCompleted(GraphicsNodeChangeEvent gnce)voidConcreteTextSelector. 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 GraphicsNodeChangeEventAbstractGraphicsNode. changeCompletedEventprotected GraphicsNodeChangeEventAbstractGraphicsNode. changeStartedEventMethods in org.apache.batik.gvt with parameters of type GraphicsNodeChangeEvent Modifier and Type Method Description voidUpdateTracker. changeStarted(GraphicsNodeChangeEvent gnce)Receives notification of a change to a GraphicsNode.voidAbstractGraphicsNode. 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 voidGraphicsNodeChangeAdapter. changeCompleted(GraphicsNodeChangeEvent gnce)Invoked when a change on a graphics node has completedvoidGraphicsNodeChangeListener. changeCompleted(GraphicsNodeChangeEvent gnce)Invoked when a change on a graphics node has completedvoidGraphicsNodeChangeAdapter. 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.voidGraphicsNodeChangeListener. 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.
-