Uses of Interface
org.apache.batik.gvt.event.GraphicsNodeChangeListener
-
Packages that use GraphicsNodeChangeListener 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 GraphicsNodeChangeListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement GraphicsNodeChangeListener Modifier and Type Class Description class
ConcreteTextSelector
A simple implementation of GraphicsNodeMouseListener for text selection. -
Uses of GraphicsNodeChangeListener in org.apache.batik.gvt
Subinterfaces of GraphicsNodeChangeListener in org.apache.batik.gvt Modifier and Type Interface Description interface
Selector
Interface which allows selection of GraphicsNodes and their contents.Classes in org.apache.batik.gvt that implement GraphicsNodeChangeListener Modifier and Type Class Description class
UpdateTracker
This class tracks the changes on a GVT treeMethods in org.apache.batik.gvt with parameters of type GraphicsNodeChangeListener Modifier and Type Method Description void
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 GraphicsNodeChangeListener Modifier and Type Class Description class
GraphicsNodeChangeAdapter
An abstract adapter class for receiving graphics node change events.
-