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 TypeClassDescriptionclassA simple implementation of GraphicsNodeMouseListener for text selection. -
Uses of GraphicsNodeChangeListener in org.apache.batik.gvt
Subinterfaces of GraphicsNodeChangeListener in org.apache.batik.gvtModifier and TypeInterfaceDescriptioninterfaceInterface 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 TypeMethodDescriptionvoidRootGraphicsNode.addTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l) voidRootGraphicsNode.removeTreeGraphicsNodeChangeListener(GraphicsNodeChangeListener l) -
Uses of GraphicsNodeChangeListener in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement GraphicsNodeChangeListenerModifier and TypeClassDescriptionclassAn abstract adapter class for receiving graphics node change events.