Package org.jungrapht.samples.large
Sample applications to visualize 'larger' graphs. Current features demonstrated in the samples include:
- tunable ForceAtlas2 layout algorithm using I/O
- Show Layouts with graphs from JGrapht io
-
Class Summary Class Description ForceAtlas2WithJGraphtIO Demonstrates settings for ForceAtlas2 layout algorithm.PerformanceGraph First demo I made that shows how the Lightweight rendering and the BH optimization of the layout algorithm can acceptably render a larger graph.ShowLayoutsWithGraphFileImport Demonstrates several of the graph layout algorithms.ShowLayoutsWithJGraphtIO Demonstrates several of the graph layout algorithms.SpatialLensLargeGraphDemo Demonstrates the use ofHyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization.