Uses of Interface
org.jungrapht.visualization.RenderContextStateChange.Listener
-
Packages that use RenderContextStateChange.Listener Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT. -
-
Uses of RenderContextStateChange.Listener in org.jungrapht.visualization
Subinterfaces of RenderContextStateChange.Listener in org.jungrapht.visualization Modifier and Type Interface Description interface
SatelliteVisualizationViewer<V,E>
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.interface
VisualizationServer<V,E>
The interface for the visualization viewinterface
VisualizationViewer<V,E>
Adds mouse behaviors and tooltips to the graph VisualizationServer base classClasses in org.jungrapht.visualization that implement RenderContextStateChange.Listener Modifier and Type Class Description class
AbstractSatelliteVisualizationViewer<V,E>
Provided as a public base class for extending the DefaultVisualizationViewerclass
AbstractVisualizationServer<V,E>
Provided as a public base class for extending the DefaultVisualizationServerclass
AbstractVisualizationViewer<V,E>
Provided as a public base class for extending the DefaultVisualizationViewerclass
DefaultSatelliteVisualizationViewer<V,E>
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.class
VisualizationImageServer<V,E>
A class that could be used on the server side of a thin-client application.Fields in org.jungrapht.visualization with type parameters of type RenderContextStateChange.Listener Modifier and Type Field Description protected List<RenderContextStateChange.Listener>
RenderContextStateChange.SupportImpl. changeListeners
listeners for these changesMethods in org.jungrapht.visualization that return types with arguments of type RenderContextStateChange.Listener Modifier and Type Method Description List<RenderContextStateChange.Listener>
RenderContextStateChange.Support. getRenderContextStateChangeListeners()
List<RenderContextStateChange.Listener>
RenderContextStateChange.SupportImpl. getRenderContextStateChangeListeners()
Methods in org.jungrapht.visualization with parameters of type RenderContextStateChange.Listener Modifier and Type Method Description void
RenderContextStateChange.Support. addRenderContextStateChangeListener(RenderContextStateChange.Listener listener)
void
RenderContextStateChange.SupportImpl. addRenderContextStateChangeListener(RenderContextStateChange.Listener l)
void
RenderContextStateChange.Support. removeRenderContextStateChangeListener(RenderContextStateChange.Listener listener)
void
RenderContextStateChange.SupportImpl. removeRenderContextStateChangeListener(RenderContextStateChange.Listener l)
-