Uses of Interface
org.jungrapht.visualization.layout.event.LayoutSizeChange.Producer
-
Packages that use LayoutSizeChange.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 LayoutSizeChange.Producer in org.jungrapht.visualization
Subinterfaces of LayoutSizeChange.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 LayoutSizeChange.Producer Modifier and Type Class Description class
AbstractVisualizationModel<V,E>
Provided as a public base class for extending the DefaultVisualizationModel -
Uses of LayoutSizeChange.Producer in org.jungrapht.visualization.layout.model
Subinterfaces of LayoutSizeChange.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 LayoutSizeChange.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.
-