Uses of Interface
org.apache.batik.gvt.event.GraphicsNodeChangeListener
Packages that use GraphicsNodeChangeListener
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 GraphicsNodeChangeListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GraphicsNodeChangeListenerModifier and TypeClassDescriptionclass
A simple implementation of GraphicsNodeMouseListener for text selection. -
Uses of GraphicsNodeChangeListener in org.apache.batik.gvt
Subinterfaces of GraphicsNodeChangeListener in org.apache.batik.gvtModifier and TypeInterfaceDescriptioninterface
Interface which allows selection of GraphicsNodes and their contents.Classes in org.apache.batik.gvt that implement GraphicsNodeChangeListenerMethods in org.apache.batik.gvt with parameters of type GraphicsNodeChangeListenerModifier and TypeMethodDescriptionvoid
RootGraphicsNode.addTreeGraphicsNodeChangeListener
(GraphicsNodeChangeListener l) void
RootGraphicsNode.removeTreeGraphicsNodeChangeListener
(GraphicsNodeChangeListener l) -
Uses of GraphicsNodeChangeListener in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement GraphicsNodeChangeListenerModifier and TypeClassDescriptionclass
An abstract adapter class for receiving graphics node change events.