Package org.jungrapht.samples.tree
Sample applications to visualize graphs with tree structure Current features demonstrated in the samples include:
- visualization of changing graphs
- visualization animation
- layouts: TidierTreeLayout, BalloonLayout, TreeLayout, RadialTreeLayout
- minimum spanning tree
- vertex 'collapsing'
-
Class Summary Class Description ArbitraryShapeMultiSelectDemo Demonstrates multi-selection with arbitrary containing shape instead of a rectangle.
CTRL-click and drag to trace a shape containing vertices to select.BalloonLayoutDemo Demonstrates the visualization of a Tree using several layout algorithms.BalloonLayoutForestDemo Demonstrates the visualization of a Forest using several layout algorithms.EdgePrioritizedTreeDAGLayoutDemo This demo shows how the edgePredicate can be used to construct the desired tree shape.GhidraModuleDependencyGraphDemo Demonstrates the visualization of the Ghidra module dependencies.L2RTreeLayoutDemo A variant of TreeLayoutDemo that rotates the view by 90 degrees from the default orientation.MinimumSpanningTreeDemo Demonstrates a single graph with 3 layouts in 3 views.MultiRowTreeLayoutForestDemo Demonstrates the visualization of a Forest using TreeLayout and BalloonLayout.RadialTreeLensDemo Shows a RadialTreeLayout view of a Forest.RandomDAGExample RandomDAGExampleWithSatellite SatelliteViewTreeDemo Demonstrates the construction of a graph visualization with a main and a satellite view.TidierL2RTreeLayoutDemo A variant of TidierTreeLayoutDemo that rotates the view by 90 degrees from the default orientation.TidierTreeLayoutDemo Demonsrates TreeLayout and RadialTreeLayout.TreeCollapseDemo Demonstrates "collapsing"/"expanding" of a tree's subtrees.TreeLayoutDemo Demonstrates TreeLayout and RadialTreeLayout.TreeLayoutDemoOneVertex Demonstrates TreeLayout and RadialTreeLayout.TreeLayoutDemoOverlapTest Demonstrates TreeLayout and RadialTreeLayout.UniformVertexTreeDAGLayoutDemo VertexSizeAwareTreeDAGLayoutDemo