A B C D E G I L M O P R S T U V W 
All Classes All Packages

A

AddVertexDemo - Class in org.jungrapht.samples
A variation of old AddVertexDemo that animates transitions between graph algorithms.
AddVertexDemo() - Constructor for class org.jungrapht.samples.AddVertexDemo
 
AnnotationsDemo - Class in org.jungrapht.samples
Demonstrates annotation of graph elements.
AnnotationsDemo() - Constructor for class org.jungrapht.samples.AnnotationsDemo
create an instance of a simple graph in two views with controls to demo the features.
apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
 
apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
 

B

BalloonLayoutDemo - Class in org.jungrapht.samples.tree
Demonstrates the visualization of a Tree using TreeLayout and BalloonLayout.
BalloonLayoutDemo() - Constructor for class org.jungrapht.samples.tree.BalloonLayoutDemo
 
BalloonLayoutForestDemo - Class in org.jungrapht.samples.tree
Demonstrates the visualization of a Forest using TreeLayout and BalloonLayout.
BalloonLayoutForestDemo() - Constructor for class org.jungrapht.samples.tree.BalloonLayoutForestDemo
 
BarnesHutVisualizer - Class in org.jungrapht.samples.quadtree
Draws a Barnes-Hut Quad Tree.
BarnesHutVisualizer() - Constructor for class org.jungrapht.samples.quadtree.BarnesHutVisualizer
 

C

createChainPlusIsolates(int, int) - Static method in class org.jungrapht.samples.util.TestGraphs
 
createChainPlusIsolates(int, int) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
 
createDirectedAcyclicGraph(int, int, double) - Static method in class org.jungrapht.samples.util.TestGraphs
Creates a sample directed acyclic graph by generating several "layers", and connecting vertices (randomly) to vertices in earlier (but never later) layers.
createDirectedAcyclicGraph(int, int, double) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
Creates a sample directed acyclic graph by generating several "layers", and connecting vertices (randomly) to vertices in earlier (but never later) layers.
createForest() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
createForest2() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
createGenericTreeOne() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
createSmallGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGraphs
 
createSmallGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
 
createSmallTree() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
createTestGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGraphs
Creates a small sample graph that can be used for testing purposes.
createTestGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
Creates a small sample graph that can be used for testing purposes.
createTreeOne() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
createTreeTwo() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 

D

DemoIconShapeFunction(Function<V, Shape>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
 
DemoTreeSupplier - Class in org.jungrapht.samples.util
 
DemoTreeSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier
 
DemoTreeSupplier.EdgeSupplier - Class in org.jungrapht.samples.util
 
DemoTreeSupplier.VertexSupplier - Class in org.jungrapht.samples.util
 
DemoVertexIconTransformer(Map<V, Icon>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
DrawnIconVertexDemo - Class in org.jungrapht.samples
A demo that shows drawn Icons as vertices
DrawnIconVertexDemo() - Constructor for class org.jungrapht.samples.DrawnIconVertexDemo
 

E

EDGE_LENGTH - Static variable in class org.jungrapht.samples.AddVertexDemo
 
EdgeLabelDemo - Class in org.jungrapht.samples
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.
EdgeLabelDemo() - Constructor for class org.jungrapht.samples.EdgeLabelDemo
create an instance of a simple graph with controls to demo the label positioning features
EdgePrioritizedTreeDAGLayoutDemo - Class in org.jungrapht.samples.tree
 
EdgePrioritizedTreeDAGLayoutDemo() - Constructor for class org.jungrapht.samples.tree.EdgePrioritizedTreeDAGLayoutDemo
 
EdgeSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier.EdgeSupplier
 

G

g_array - Static variable in class org.jungrapht.samples.ShowLayouts
 
g_array - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
 
g_array - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
 
generateForest(int, int) - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
generateProgramGraph() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
generateProgramGraph2() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
generateProgramGraph3() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
 
get() - Method in class org.jungrapht.samples.util.DemoTreeSupplier.EdgeSupplier
 
get() - Method in class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
 
get(int) - Static method in class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
 
getCombos() - Static method in class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
 
getDemoGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
Returns a bigger test graph with a clique, several components, and other parts.
getDemoGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
Returns a bigger test graph with a clique, several components, and other parts.
getGeneratedBipartiteGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
 
getGeneratedGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
 
getGeneratedGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
 
getGeneratedGraph2() - Static method in class org.jungrapht.samples.util.TestGraphs
 
getGraph() - Static method in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
 
getOneComponentGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
Returns a bigger, undirected test graph with a just one component.
getOneComponentGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
Returns a bigger, undirected test graph with a just one component.
graph_index - Static variable in class org.jungrapht.samples.ShowLayouts
 
graph_index - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
 
graph_index - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
 
graph_names - Static variable in class org.jungrapht.samples.ShowLayouts
 
graph_names - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
 
graph_names - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
 
GraphEditorDemo - Class in org.jungrapht.samples
Shows how to create a graph editor with JUNG.
GraphEditorDemo() - Constructor for class org.jungrapht.samples.GraphEditorDemo
create an instance of a simple graph with popup controls to create a graph.

I

ImageEdgeLabelDemo - Class in org.jungrapht.samples
Demonstrates the use of images on graph edge labels.
ImageEdgeLabelDemo() - Constructor for class org.jungrapht.samples.ImageEdgeLabelDemo
 
InternalFrameSatelliteViewDemo - Class in org.jungrapht.samples
Similar to the SatelliteViewDemo, but using JInternalFrame.
InternalFrameSatelliteViewDemo() - Constructor for class org.jungrapht.samples.InternalFrameSatelliteViewDemo
create an instance of a simple graph with controls to demo the zoom features.
isEnabled() - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
 
isFillImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
isOutlineImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
isShapeImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
 
itemStateChanged(ItemEvent) - Method in class org.jungrapht.samples.LensVertexImageShaperDemo.PickWithIconListener
 
itemStateChanged(ItemEvent) - Method in class org.jungrapht.samples.VertexImageShaperDemo.PickWithIconListener
 

L

L2RTreeLayoutDemo - Class in org.jungrapht.samples.tree
A variant of TreeLayoutDemo that rotates the view by 90 degrees from the default orientation.
L2RTreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.L2RTreeLayoutDemo
 
LensDemo - Class in org.jungrapht.samples
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.
LensDemo() - Constructor for class org.jungrapht.samples.LensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
LensVertexImageFromLabelShaperDemo - Class in org.jungrapht.samples
 
LensVertexImageFromLabelShaperDemo() - Constructor for class org.jungrapht.samples.LensVertexImageFromLabelShaperDemo
create an instance of a simple graph with controls to demo the zoom features.
LensVertexImageShaperDemo - Class in org.jungrapht.samples
Demonstrates the use of images to represent graph vertices.
LensVertexImageShaperDemo() - Constructor for class org.jungrapht.samples.LensVertexImageShaperDemo
create an instance of a simple graph with controls to demo the zoom features.
LensVertexImageShaperDemo.PickWithIconListener - Class in org.jungrapht.samples
 
loadImages(Map<Integer, Icon>) - Method in class org.jungrapht.samples.UnicodeLabelDemo
 

M

main(String[]) - Static method in class org.jungrapht.samples.AddVertexDemo
 
main(String[]) - Static method in class org.jungrapht.samples.AnnotationsDemo
 
main(String[]) - Static method in class org.jungrapht.samples.DrawnIconVertexDemo
 
main(String[]) - Static method in class org.jungrapht.samples.EdgeLabelDemo
 
main(String[]) - Static method in class org.jungrapht.samples.GraphEditorDemo
 
main(String[]) - Static method in class org.jungrapht.samples.ImageEdgeLabelDemo
 
main(String[]) - Static method in class org.jungrapht.samples.InternalFrameSatelliteViewDemo
 
main(String[]) - Static method in class org.jungrapht.samples.large.PerformanceGraph
 
main(String[]) - Static method in class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
 
main(String[]) - Static method in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
 
main(String[]) - Static method in class org.jungrapht.samples.LensDemo
 
main(String[]) - Static method in class org.jungrapht.samples.LensVertexImageFromLabelShaperDemo
 
main(String[]) - Static method in class org.jungrapht.samples.LensVertexImageShaperDemo
 
main(String[]) - Static method in class org.jungrapht.samples.MinimalVisualization
 
main(String[]) - Static method in class org.jungrapht.samples.MultiViewDemo
 
main(String[]) - Static method in class org.jungrapht.samples.quadtree.BarnesHutVisualizer
 
main(String[]) - Static method in class org.jungrapht.samples.rtree.RTreeVisualizer
 
main(String[]) - Static method in class org.jungrapht.samples.SatelliteViewDemo
 
main(String[]) - Static method in class org.jungrapht.samples.ShortestPathDemo
 
main(String[]) - Static method in class org.jungrapht.samples.ShowLayouts
 
main(String[]) - Static method in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialTest
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialLensDemo
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialLensDemoWithOneStarVertex
 
main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialRTreeTest
 
main(String[]) - Static method in class org.jungrapht.samples.SubLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.BalloonLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.BalloonLayoutForestDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.EdgePrioritizedTreeDAGLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.L2RTreeLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.MinimumSpanningTreeDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.MultiRowTreeLayoutForestDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.RadialTreeLensDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.SatelliteViewTreeDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.TreeCollapseDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.TreeDAGLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.tree.TreeLayoutDemo
 
main(String[]) - Static method in class org.jungrapht.samples.TwoModelDemo
 
main(String[]) - Static method in class org.jungrapht.samples.UnicodeLabelDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VertexCollapseDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VertexCollapseDemoWithLayouts
 
main(String[]) - Static method in class org.jungrapht.samples.VertexImageShaperDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VertexLabelAsShapeDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VertexLabelPositionDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VisualizationImageServerDemo
 
main(String[]) - Static method in class org.jungrapht.samples.VisualizationScrollPaneDemo
 
main(String[]) - Static method in class org.jungrapht.samples.WorldMapGraphDemo
 
MinimalVisualization - Class in org.jungrapht.samples
A demo that shows a minimal visualization
MinimalVisualization() - Constructor for class org.jungrapht.samples.MinimalVisualization
 
MinimumSpanningTreeDemo - Class in org.jungrapht.samples.tree
Demonstrates a single graph with 3 layouts in 3 views.
MinimumSpanningTreeDemo() - Constructor for class org.jungrapht.samples.tree.MinimumSpanningTreeDemo
create an instance of a simple graph in two views with controls to demo the zoom features.
MultiRowTreeLayoutForestDemo - Class in org.jungrapht.samples.tree
Demonstrates the visualization of a Forest using TreeLayout and BalloonLayout.
MultiRowTreeLayoutForestDemo() - Constructor for class org.jungrapht.samples.tree.MultiRowTreeLayoutForestDemo
 
MultiViewDemo - Class in org.jungrapht.samples
Demonstrates 3 views of one graph in one model with one layout.
MultiViewDemo() - Constructor for class org.jungrapht.samples.MultiViewDemo
create an instance of a simple graph in two views with controls to demo the zoom features.

O

org.jungrapht.samples - package org.jungrapht.samples
Sample applications created using JUNG, largely focused on visualization.
org.jungrapht.samples.large - package org.jungrapht.samples.large
 
org.jungrapht.samples.quadtree - package org.jungrapht.samples.quadtree
 
org.jungrapht.samples.rtree - package org.jungrapht.samples.rtree
 
org.jungrapht.samples.spatial - package org.jungrapht.samples.spatial
 
org.jungrapht.samples.tree - package org.jungrapht.samples.tree
 
org.jungrapht.samples.util - package org.jungrapht.samples.util
 

P

pairs - Static variable in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
 
pairs - Static variable in class org.jungrapht.samples.util.TestGraphs
A series of pairs that may be useful for generating graphs.
pairs - Static variable in class org.jungrapht.samples.util.TestGuavaGraphs
A series of pairs that may be useful for generating graphs.
PerformanceGraph - Class in org.jungrapht.samples.large
demonstrates a large graph with animated layout lightweight rendering is enabled for better performance
PerformanceGraph() - Constructor for class org.jungrapht.samples.large.PerformanceGraph
 
PickWithIconListener(Function<Number, Icon>) - Constructor for class org.jungrapht.samples.LensVertexImageShaperDemo.PickWithIconListener
 
PickWithIconListener(Function<V, Icon>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.PickWithIconListener
 
print(Graphics, PageFormat, int) - Method in class org.jungrapht.samples.GraphEditorDemo
 
process() - Method in class org.jungrapht.samples.AddVertexDemo
 

R

RadialTreeLensDemo - Class in org.jungrapht.samples.tree
Shows a RadialTreeLayout view of a Forest.
RadialTreeLensDemo() - Constructor for class org.jungrapht.samples.tree.RadialTreeLensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
RTreeVisualization<V> - Class in org.jungrapht.samples.spatial
A Visualization for the RTree used in a graph visualization
RTreeVisualization(RTree, VisualizationServer) - Constructor for class org.jungrapht.samples.spatial.RTreeVisualization
 
RTreeVisualizer - Class in org.jungrapht.samples.rtree
A visualization of the R-Tree structure.
RTreeVisualizer() - Constructor for class org.jungrapht.samples.rtree.RTreeVisualizer
 

S

SatelliteViewDemo - Class in org.jungrapht.samples
Demonstrates the construction of a graph visualization with a main and a satellite view.
SatelliteViewDemo() - Constructor for class org.jungrapht.samples.SatelliteViewDemo
create an instance of a simple graph in two views with controls to demo the features.
SatelliteViewTreeDemo - Class in org.jungrapht.samples.tree
Demonstrates the construction of a graph visualization with a main and a satellite view.
SatelliteViewTreeDemo() - Constructor for class org.jungrapht.samples.tree.SatelliteViewTreeDemo
create an instance of a simple graph in two views with controls to demo the features.
setEnabled(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
 
setFillImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
setOutlineImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
setShapeImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
 
ShortestPathDemo - Class in org.jungrapht.samples
Demonstrates use of the JGrapht shortest path algorithm and visualization of the results.
showGrid(VisualizationViewer<?, ?>, boolean) - Method in class org.jungrapht.samples.SatelliteViewDemo
 
showGrid(VisualizationViewer<?, ?>, boolean) - Method in class org.jungrapht.samples.tree.SatelliteViewTreeDemo
 
ShowLayouts - Class in org.jungrapht.samples
Demonstrates several of the graph layout algorithms.
ShowLayouts() - Constructor for class org.jungrapht.samples.ShowLayouts
 
ShowLayoutsWithBarnesHutVisualization - Class in org.jungrapht.samples.spatial
This demo is adapted from ShowLayouts, but when a LayoutAlgorithm that uses the BarnesHutOctTree is selected, the Barnes-Hut structure is drawn on the view under the Graph.
ShowLayoutsWithBarnesHutVisualization() - Constructor for class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
 
ShowLayoutsWithGuavaGraphs - Class in org.jungrapht.samples
Demonstrates several of the graph layout algorithms.
ShowLayoutsWithGuavaGraphs() - Constructor for class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
 
ShowLayoutsWithJGraphtIO - Class in org.jungrapht.samples.large
Demonstrates several of the graph layout algorithms.
ShowLayoutsWithJGraphtIO() - Constructor for class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
 
showRTree(VisualizationViewer) - Static method in class org.jungrapht.samples.spatial.RTreeVisualization
 
SimpleGraphSpatialEdgeSearchTest - Class in org.jungrapht.samples.spatial
A test that puts a lot of vertices on the screen with a visible quadtree.
SimpleGraphSpatialEdgeSearchTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
 
SimpleGraphSpatialSearchTest - Class in org.jungrapht.samples.spatial
A test that puts a lot of vertices on the screen with a visible R-Tree.
SimpleGraphSpatialSearchTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
 
SimpleGraphSpatialTest - Class in org.jungrapht.samples.spatial
A test program to show the SpatialLayout structure and allow users to manipulate the graph ('p' for pick mode, 't' for transform mode) and watch the Spatial structure update
SimpleGraphSpatialTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialTest
 
SpatialLensDemo - Class in org.jungrapht.samples.spatial
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.
SpatialLensDemo() - Constructor for class org.jungrapht.samples.spatial.SpatialLensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
SpatialLensDemoWithOneStarVertex - Class in org.jungrapht.samples.spatial
The purpose of this demo is to test picking a single, irregularly shaped vertex in the presence of Lens effects and spatial data structures.
SpatialLensDemoWithOneStarVertex() - Constructor for class org.jungrapht.samples.spatial.SpatialLensDemoWithOneStarVertex
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
SpatialLensLargeGraphDemo - Class in org.jungrapht.samples.large
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.
SpatialLensLargeGraphDemo() - Constructor for class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
 
SpatialRTreeTest - Class in org.jungrapht.samples.spatial
A test that puts a lot of vertices on the screen with a visible quadtree.
SpatialRTreeTest() - Constructor for class org.jungrapht.samples.spatial.SpatialRTreeTest
 
SubLayoutDemo - Class in org.jungrapht.samples
Demonstrates the AggregateLayout class.
SubLayoutDemo() - Constructor for class org.jungrapht.samples.SubLayoutDemo
 
switchLayout - Variable in class org.jungrapht.samples.AddVertexDemo
 

T

testClosestVertices(VisualizationViewer<String, Number>, Graph<String, Number>, LayoutModel<String>, Spatial<String>) - Method in class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
 
testClosestVertices(VisualizationViewer<String, Number>, Graph<String, Number>, LayoutModel<String>, Spatial<String>) - Method in class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
 
testClosestVertices(VisualizationViewer<String, Number>, Graph<String, Number>, LayoutModel<String>, SpatialQuadTree<String>) - Method in class org.jungrapht.samples.spatial.SpatialRTreeTest
 
testClosestVertices(VisualizationViewer<String, Number>, Graph<String, Number>, LayoutModel<String>, SpatialRTree.Vertices<String>) - Method in class org.jungrapht.samples.spatial.SpatialRTreeTest
 
TestGraphs - Class in org.jungrapht.samples.util
Provides generators for several different test graphs.
TestGraphs() - Constructor for class org.jungrapht.samples.util.TestGraphs
 
TestGuavaGraphs - Class in org.jungrapht.samples.util
Provides generators for several different test graphs.
TestGuavaGraphs() - Constructor for class org.jungrapht.samples.util.TestGuavaGraphs
 
TreeCollapseDemo - Class in org.jungrapht.samples.tree
Demonstrates "collapsing"/"expanding" of a tree's subtrees.
TreeCollapseDemo() - Constructor for class org.jungrapht.samples.tree.TreeCollapseDemo
 
TreeDAGLayoutDemo - Class in org.jungrapht.samples.tree
Demonstrates TreeLayout and RadialTreeLayout.
TreeDAGLayoutDemo() - Constructor for class org.jungrapht.samples.tree.TreeDAGLayoutDemo
 
TreeLayoutDemo - Class in org.jungrapht.samples.tree
Demonsrates TreeLayout and RadialTreeLayout.
TreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.TreeLayoutDemo
 
TwoModelDemo - Class in org.jungrapht.samples
Demonstrates a single graph with 2 layouts in 2 views.
TwoModelDemo() - Constructor for class org.jungrapht.samples.TwoModelDemo
create an instance of a simple graph in two views with controls to demo the zoom features.

U

UnicodeLabelDemo - Class in org.jungrapht.samples
A demo that shows flag images as vertices, and uses unicode to render vertex labels.
UnicodeLabelDemo() - Constructor for class org.jungrapht.samples.UnicodeLabelDemo
 

V

VertexCollapseDemo - Class in org.jungrapht.samples
A demo that shows how collections of vertices can be collapsed into a single vertex.
VertexCollapseDemo() - Constructor for class org.jungrapht.samples.VertexCollapseDemo
 
VertexCollapseDemoWithLayouts - Class in org.jungrapht.samples
A demo that shows how collections of vertices can be collapsed into a single vertex.
VertexCollapseDemoWithLayouts() - Constructor for class org.jungrapht.samples.VertexCollapseDemoWithLayouts
 
VertexImageShaperDemo - Class in org.jungrapht.samples
Demonstrates the use of images to represent graph vertices.
VertexImageShaperDemo() - Constructor for class org.jungrapht.samples.VertexImageShaperDemo
 
VertexImageShaperDemo.DemoIconShapeFunction<V> - Class in org.jungrapht.samples
this class exists only to provide settings to turn on/off shapes and image fill in this demo.
VertexImageShaperDemo.DemoVertexIconTransformer<V> - Class in org.jungrapht.samples
This class exists only to provide settings to turn on/off shapes and image fill in this demo.
VertexImageShaperDemo.PickWithIconListener<V> - Class in org.jungrapht.samples
When Vertices are selected, add a checkmark icon to the imager.
VertexImageShaperDemo.VertexStringerImpl<V> - Class in org.jungrapht.samples
A simple implementation of Function that gets Vertex labels from a Map
VertexLabelAsShapeDemo - Class in org.jungrapht.samples
This demo shows how to use the vertex labels themselves as the vertex shapes.
VertexLabelAsShapeDemo() - Constructor for class org.jungrapht.samples.VertexLabelAsShapeDemo
create an instance of a simple graph with basic controls
VertexLabelPositionDemo - Class in org.jungrapht.samples
Demonstrates vertex label positioning controlled by the user.
VertexLabelPositionDemo() - Constructor for class org.jungrapht.samples.VertexLabelPositionDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
VertexStringerImpl(Map<V, String>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
 
VertexSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
 
VisualizationImageServerDemo - Class in org.jungrapht.samples
Demonstrates VisualizationImageServer.
VisualizationImageServerDemo() - Constructor for class org.jungrapht.samples.VisualizationImageServerDemo
 
VisualizationScrollPaneDemo - Class in org.jungrapht.samples
Demonstrates the use of VisualizationScrollPane.
VisualizationScrollPaneDemo() - Constructor for class org.jungrapht.samples.VisualizationScrollPaneDemo
create an instance of a simple graph with controls to demo the zoom features.

W

WorldMapGraphDemo - Class in org.jungrapht.samples
Shows a graph overlaid on a world map image.
WorldMapGraphDemo() - Constructor for class org.jungrapht.samples.WorldMapGraphDemo
create an instance of a simple graph with controls to demo the zoom features.
writeJPEGImage(File) - Method in class org.jungrapht.samples.GraphEditorDemo
copy the visible part of the graph to a file as a jpeg image
A B C D E G I L M O P R S T U V W 
All Classes All Packages