org.jungrapht.samples |
Sample applications created using JUNGRAPHT
Current features demonstrated in the samples include:
visualization of changing graphs
visualization animation
layouts: BalloonLayout, TreeLayout, RadialTreeLayout, MinCross, TidierTree, GEM, and others
clustering, shortest path, minimum spanning tree
sublayouts
label variations: orientation, position
customization of color, shape, stroke
on-the-fly visualization filtering
graph editor
node 'collapsing'
multiple models, multiple views with the same model
nodes as Icons
magnifying lens overlay
satellite view
|
org.jungrapht.samples.control.modal |
|
org.jungrapht.samples.flow |
|
org.jungrapht.samples.large |
Sample applications to visualize 'larger' graphs.
|
org.jungrapht.samples.quadtree |
Sample applications to visualize a Barnes Hut Quadtree
|
org.jungrapht.samples.rtree |
Sample applications to visualize an RTree
|
org.jungrapht.samples.spatial |
Sample applications showing spatial data structures
|
org.jungrapht.samples.sugiyama |
Sample applications using Sugiyama layout and contributing algorithms
Current features demonstrated in the samples include:
BrandesKopf horizontal coordinate assignment
Eisperger optimization
LongestPath algorithm
NetworkSimplex algorithm
Coffman Graham algorithm
|
org.jungrapht.samples.sugiyama.test.algorithms |
|
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'
|
org.jungrapht.samples.util |
Sample applications utilities
|
org.jungrapht.visualization |
Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.
|
org.jungrapht.visualization.annotations |
Classes which support creating visual annotations for graphs.
|
org.jungrapht.visualization.control |
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
|
org.jungrapht.visualization.control.modal |
|
org.jungrapht.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
org.jungrapht.visualization.layout.algorithms |
Support for graph layout algorithms
|
org.jungrapht.visualization.layout.algorithms.eiglsperger |
|
org.jungrapht.visualization.layout.algorithms.repulsion |
|
org.jungrapht.visualization.layout.algorithms.sugiyama |
|
org.jungrapht.visualization.layout.algorithms.util |
|
org.jungrapht.visualization.layout.event |
Support for graph layout related events
|
org.jungrapht.visualization.layout.model |
Support for graph layout models mapping vertices to location points
|
org.jungrapht.visualization.layout.quadtree |
Support for spatial optimization of graph layout algorithms
|
org.jungrapht.visualization.layout.util |
Utilities for graph layout models and graph layout algorithms
|
org.jungrapht.visualization.layout.util.synthetics |
|
org.jungrapht.visualization.renderers |
Visualization mechanisms relating to rendering.
|
org.jungrapht.visualization.selection |
Visualization mechanisms for supporting the selection of graph elements.
|
org.jungrapht.visualization.spatial |
Visualization mechanisms for supporting spatial data structures.
|
org.jungrapht.visualization.spatial.rtree |
Visualization mechanisms for supporting RTree spatial data structures.
|
org.jungrapht.visualization.sublayout |
Visualization mechanisms relating to grouping or hiding specified element sets.
|
org.jungrapht.visualization.transform |
Visualization mechanisms related to transformations, including lens effects.
|
org.jungrapht.visualization.transform.shape |
Visualization mechanisms related to transformation of graph element shapes.
|
org.jungrapht.visualization.util |
Utilities for graph visualization.
|