Package samples.graph

Class Summary
AddNodeDemo Thanks to Brad Allen for an original inspiration for this.
AnimatingAddNodeDemo Changed AddNodeDemo to animate transitions
AnnotationsDemo<V,E>  
BalloonLayoutDemo Demonstrates the visualization of a Tree using TreeLayout and BalloonLayout.
ClusteringDemo This simple app demonstrates how one can use our algorithms and visualization libraries in unison.
EdgeLabelDemo Demonstrates jung support for drawing edge labels that can be positioned at any point along the edge, and can be rotated to be parallel with the edge.
GraphDemo  
GraphEditorDemo Shows how to create a graph editor with JUNG.
GraphFromGraphMLDemo Visualizes a graph from a GraphML file
GraphZoomScrollPaneDemo Demonstrates the use of GraphZoomScrollPane.
ImageEdgeLabelDemo Demonstrates the use of images on graph edge labels.
InternalFrameSatelliteViewDemo Similar to the SatelliteViewDemo, but using JInternalFrame
L2RTreeLayoutDemo Shoes a TreeLayout and RadialTreeLayout view of a Forest.
LensDemo Demonstrates the use of HyperbolicTransform and MagnifyTransform 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.
LensVertexImageShaperDemo Demonstrates the use of images to represent graph vertices.
LensVertexImageShaperDemo.PickWithIconListener  
MinimumSpanningTreeDemo Demonstrates a single graph with 3 layouts in 3 views.
MultiViewDemo Demonstrates 3 views of one graph in one model with one layout.
PersistentLayoutDemo Demonstrates the use of PersistentLayout and PersistentLayoutImpl.
PluggableRendererDemo Shows off some of the capabilities of PluggableRenderer.
RadialTreeLensDemo Shows a RadialTreeLayout view of a Forest.
SatelliteViewDemo<V,E> A graph displayed in a main and a satellite view.
ShortestPathDemo  
ShowLayouts A demonstrator for some of the graph layout algorithms.
ShowLayouts.GraphChooser  
SubLayoutDemo Demonstrates the AggregateLayout class.
SWTBalloonLayoutDemo Demonstrates the visualization of a Tree using TreeLayout and BalloonLayout.
SWTImageEdgeLabelDemo Demonstrates the use of images on graph edge labels.
SWTUtils  
SWTVertexImageShaperDemo Demonstrates the use of images to represent graph vertices.
SWTVertexImageShaperDemo.DemoVertexImageShapeTransformer<V> this class exists only to provide settings to turn on/off shapes and image fill in this demo.
SWTVertexImageShaperDemo.DemoVertexImageTransformer<V> this class exists only to provide settings to turn on/off shapes and image fill in this demo.
SWTVertexImageShaperDemo.PickWithIconListener<V> When Vertices are picked, add a checkmark icon to the imager.
SWTVertexImageShaperDemo.VertexStringerImpl<V,S> A simple implementation of VertexStringer that gets Vertex labels from a Map
TreeCollapseDemo Shoes a TreeLayout and RadialTreeLayout view of a Forest.
TreeLayoutDemo Shoes a TreeLayout and RadialTreeLayout view of a Forest.
TwoModelDemo Demonstrates a single graph with 2 layouts in 2 views.
UnicodeLabelDemo A demo that shows flag images as vertices, and uses unicode to render vertex labels.
VertexCollapseDemo A demo that shows how collections of vertices can be collapsed into a single vertex.
VertexImageShaperDemo Demonstrates the use of images to represent graph vertices.
VertexImageShaperDemo.DemoVertexIconShapeTransformer<V> this class exists only to provide settings to turn on/off shapes and image fill in this demo.
VertexImageShaperDemo.DemoVertexIconTransformer<V> this class exists only to provide settings to turn on/off shapes and image fill in this demo.
VertexImageShaperDemo.PickWithIconListener<V> When Vertices are picked, add a checkmark icon to the imager.
VertexImageShaperDemo.VertexStringerImpl<V,S> A simple implementation of VertexStringer that gets Vertex labels from a Map
VertexLabelAsShapeDemo This demo shows how to use the vertex labels themselves as the vertex shapes.
VertexLabelPositionDemo Demonstrates vertex label positioning controlled by the user.
VisualizationImageServerDemo  
WorldMapGraphDemo Shows a graph on a world map image scaling of the graph also scales the image background
 



Copyright © 2007. All Rights Reserved.