Uses of Interface
org.jungrapht.visualization.layout.event.ViewChange.Producer
-
Packages that use ViewChange.Producer Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location points -
-
Uses of ViewChange.Producer in org.jungrapht.visualization
Subinterfaces of ViewChange.Producer in org.jungrapht.visualization Modifier and Type Interface Description interface
VisualizationModel<V,E>
Interface for the visualization model to hold state information for a graph visualizationClasses in org.jungrapht.visualization that implement ViewChange.Producer Modifier and Type Class Description class
AbstractVisualizationModel<V,E>
Provided as a public base class for extending the DefaultVisualizationModel -
Uses of ViewChange.Producer in org.jungrapht.visualization.layout.model
Subinterfaces of ViewChange.Producer in org.jungrapht.visualization.layout.model Modifier and Type Interface Description interface
LayoutModel<V>
two dimensional layout model.Classes in org.jungrapht.visualization.layout.model that implement ViewChange.Producer Modifier and Type Class Description class
AbstractLayoutModel<V>
superclass for LayoutModels.class
AggregateLayoutModel<V>
ALayoutModel
implementation that combines multiple other layoutModels so that they may be manipulated as one layoutModel.class
DefaultLayoutModel<V>
A LayoutModel that uses a ConcurrentHashMap.
-