A B C D E F G H I L M N P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
- actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
- addBottomControls(JPanel) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
- AddNodeDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates visualization of a graph being actively updated.
- AddNodeDemo() - Constructor for class edu.uci.ics.jung.samples.AddNodeDemo
- AnimatingAddNodeDemo - Class in edu.uci.ics.jung.samples
-
A variation of AddNodeDemo that animates transitions between graph states.
- AnimatingAddNodeDemo() - Constructor for class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- AnnotationsDemo<V,E> - Class in edu.uci.ics.jung.samples
-
Demonstrates annotation of graph elements.
- AnnotationsDemo() - Constructor for class edu.uci.ics.jung.samples.AnnotationsDemo
-
create an instance of a simple graph in two views with controls to demo the features.
B
- BalloonLayoutDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the visualization of a Tree using TreeLayout and BalloonLayout.
- BalloonLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.BalloonLayoutDemo
C
- clusterAndRecolor(AggregateLayout<Number, Number>, int, Color[], boolean) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- ClusteringDemo - Class in edu.uci.ics.jung.samples
-
This simple app demonstrates how one can use our algorithms and visualization libraries in unison.
- ClusteringDemo() - Constructor for class edu.uci.ics.jung.samples.ClusteringDemo
D
- DemoVertexIconShapeTransformer(Transformer<V, Shape>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- DemoVertexIconTransformer() - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- DrawnIconVertexDemo - Class in edu.uci.ics.jung.samples
-
A demo that shows drawn Icons as vertices
- DrawnIconVertexDemo() - Constructor for class edu.uci.ics.jung.samples.DrawnIconVertexDemo
- drawShortest() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
E
- e_arrow_centered - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_bent - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_color - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_cubic - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_darrow_pred - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_labels - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_line - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_ortho - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_quad - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_show_d - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_show_u - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_uarrow_pred - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_wedge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- EDGE_LENGTH - Static variable in class edu.uci.ics.jung.samples.AddNodeDemo
- EDGE_LENGTH - Static variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- edge_weight - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- edgeDrawPaint - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- edgeFillPaint - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- EdgeLabelDemo - Class in edu.uci.ics.jung.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 edu.uci.ics.jung.samples.EdgeLabelDemo
-
create an instance of a simple graph with controls to demo the label positioning features
- edu.uci.ics.jung.samples - package edu.uci.ics.jung.samples
- eff - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- es - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- es_none - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- ewcs - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
F
- fill_edge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- fill_edges - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- font - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
G
- g_array - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
- getColor2(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- getGraph() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
-
Generates a mixed-mode random graph, runs VoltageRanker on it, and returns the resultant graph.
- getGraph() - Static method in class edu.uci.ics.jung.samples.SimpleGraphDraw
-
Generates a graph: in this case, reads it from the file "samples/datasetsgraph/simple.net"
- gm - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- gradient_level - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- GRADIENT_NONE - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- gradient_relative - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- GRADIENT_RELATIVE - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- GradientPickedEdgePaintFunction(Transformer<E, Paint>, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- graph_index - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
- graph_names - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
- GraphChooser(JComboBox) - Constructor for class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
- GraphEditorDemo - Class in edu.uci.ics.jung.samples
-
Shows how to create a graph editor with JUNG.
- GraphEditorDemo() - Constructor for class edu.uci.ics.jung.samples.GraphEditorDemo
-
create an instance of a simple graph with popup controls to create a graph.
- GraphFromGraphMLDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates loading (and visualizing) a graph from a GraphML file.
- GraphFromGraphMLDemo(String) - Constructor for class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- GraphZoomScrollPaneDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of
GraphZoomScrollPane
. - GraphZoomScrollPaneDemo() - Constructor for class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
create an instance of a simple graph with controls to demo the zoom features.
H
- handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
-
If this event is over a Vertex, pop up a menu to allow the user to increase/decrease the voltage attribute of this Vertex
I
- ImageEdgeLabelDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of images on graph edge labels.
- ImageEdgeLabelDemo() - Constructor for class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
- init() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
- init() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- InternalFrameSatelliteViewDemo - Class in edu.uci.ics.jung.samples
-
Similar to the SatelliteViewDemo, but using JInternalFrame.
- InternalFrameSatelliteViewDemo() - Constructor for class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- isEnabled() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- isFillImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- isOutlineImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- isShapeImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- itemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
- itemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
L
- L2RTreeLayoutDemo - Class in edu.uci.ics.jung.samples
-
A variant of TreeLayoutDemo that rotates the view by 90 degrees from the default orientation.
- L2RTreeLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- LensDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of
HyperbolicTransform
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. - LensDemo() - Constructor for class edu.uci.ics.jung.samples.LensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- LensVertexImageShaperDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of images to represent graph vertices.
- LensVertexImageShaperDemo() - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- LensVertexImageShaperDemo.PickWithIconListener - Class in edu.uci.ics.jung.samples
- loadImages(Integer[], Map<Integer, Icon>) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
A nested class to demo ToolTips
M
- main(String[]) - Static method in class edu.uci.ics.jung.samples.AddNodeDemo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.AnnotationsDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.BalloonLayoutDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.ClusteringDemo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.EdgeLabelDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphEditorDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.LensDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.MultiViewDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.PersistentLayoutDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.PluggableRendererDemo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.RadialTreeLensDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.SatelliteViewDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.ShortestPathDemo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.ShowLayouts
- main(String[]) - Static method in class edu.uci.ics.jung.samples.SimpleGraphDraw
- main(String[]) - Static method in class edu.uci.ics.jung.samples.SubLayoutDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeCollapseDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeLayoutDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.TwoModelDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexImageShaperDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
-
a driver for this demo
- main(String[]) - Static method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
a driver for this demo
- MinimumSpanningTreeDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates a single graph with 3 layouts in 3 views.
- MinimumSpanningTreeDemo() - Constructor for class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- MultiViewDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates 3 views of one graph in one model with one layout.
- MultiViewDemo() - Constructor for class edu.uci.ics.jung.samples.MultiViewDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- MyEdgePaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
- MyEdgeStrokeFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
- MyVertexDrawPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
- MyVertexFillPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
N
- no_gradient - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
P
- PersistentLayoutDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of
PersistentLayout
andPersistentLayoutImpl
. - PersistentLayoutDemo(String) - Constructor for class edu.uci.ics.jung.samples.PersistentLayoutDemo
-
create an instance of a simple graph with controls to demo the persistence and zoom features.
- PickWithIconListener(DefaultVertexIconTransformer<Number>) - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
- PickWithIconListener(DefaultVertexIconTransformer<V>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
- PluggableRendererDemo - Class in edu.uci.ics.jung.samples
-
Shows off some of the capabilities of
PluggableRenderer
. - PluggableRendererDemo() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo
- PluggableRendererDemo.GradientPickedEdgePaintFunction<V,E> - Class in edu.uci.ics.jung.samples
- PluggableRendererDemo.PopupGraphMousePlugin - Class in edu.uci.ics.jung.samples
-
a GraphMousePlugin that offers popup menu support
- PluggableRendererDemo.VoltageTips<E> - Class in edu.uci.ics.jung.samples
- PopupGraphMousePlugin() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
- PopupGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
- print(Graphics, PageFormat, int) - Method in class edu.uci.ics.jung.samples.GraphEditorDemo
- process() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
- process() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
R
- RadialTreeLensDemo - Class in edu.uci.ics.jung.samples
-
Shows a RadialTreeLayout view of a Forest.
- RadialTreeLensDemo() - Constructor for class edu.uci.ics.jung.samples.RadialTreeLensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
S
- SatelliteViewDemo<V,E> - Class in edu.uci.ics.jung.samples
-
Demonstrates the construction of a graph visualization with a main and a satellite view.
- SatelliteViewDemo() - Constructor for class edu.uci.ics.jung.samples.SatelliteViewDemo
-
create an instance of a simple graph in two views with controls to demo the features.
- seedDrawColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- seedFillColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- seedVertices - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- self_loop - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- setEnabled(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- setFillImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- setOutlineImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- setShapeImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- ShortestPathDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates use of the shortest path algorithm and visualization of the results.
- ShortestPathDemo() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo
- ShortestPathDemo.MyEdgePaintFunction - Class in edu.uci.ics.jung.samples
- ShortestPathDemo.MyEdgeStrokeFunction - Class in edu.uci.ics.jung.samples
- ShortestPathDemo.MyVertexDrawPaintFunction<V> - Class in edu.uci.ics.jung.samples
- ShortestPathDemo.MyVertexFillPaintFunction<V> - Class in edu.uci.ics.jung.samples
- show_arrow - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- show_edge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- show_vertex - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- showGrid(VisualizationViewer, boolean) - Method in class edu.uci.ics.jung.samples.SatelliteViewDemo
- ShowLayouts - Class in edu.uci.ics.jung.samples
-
Demonstrates several of the graph layout algorithms.
- ShowLayouts() - Constructor for class edu.uci.ics.jung.samples.ShowLayouts
- ShowLayouts.GraphChooser - Class in edu.uci.ics.jung.samples
- similarColors - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
- SimpleGraphDraw - Class in edu.uci.ics.jung.samples
-
A class that shows the minimal work necessary to load and visualize a graph.
- SimpleGraphDraw() - Constructor for class edu.uci.ics.jung.samples.SimpleGraphDraw
- start() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
- start() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- start() - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- start() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
- start() - Method in class edu.uci.ics.jung.samples.ShowLayouts
- startFunction() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
- SubLayoutDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the AggregateLayout class.
- SubLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.SubLayoutDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- switchLayout - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- switchLayout - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
T
- THICK - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
- THIN - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
- transform(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- transform(Integer) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
- transform(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
- transform(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
- transform(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
- transform(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
- transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- transparency - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- TRANSPARENCY - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- TreeCollapseDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates "collapsing"/"expanding" of a tree's subtrees.
- TreeCollapseDemo() - Constructor for class edu.uci.ics.jung.samples.TreeCollapseDemo
- TreeLayoutDemo - Class in edu.uci.ics.jung.samples
-
Demonsrates TreeLayout and RadialTreeLayout.
- TreeLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.TreeLayoutDemo
- TwoModelDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates a single graph with 2 layouts in 2 views.
- TwoModelDemo() - Constructor for class edu.uci.ics.jung.samples.TwoModelDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
U
- UnicodeLabelDemo - Class in edu.uci.ics.jung.samples
-
A demo that shows flag images as vertices, and uses unicode to render vertex labels.
- UnicodeLabelDemo() - Constructor for class edu.uci.ics.jung.samples.UnicodeLabelDemo
- useFill(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
V
- v_aspect - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_color - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_labels - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_shape - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_size - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_small - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- v_stroke - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- VertexCollapseDemo - Class in edu.uci.ics.jung.samples
-
A demo that shows how collections of vertices can be collapsed into a single vertex.
- VertexCollapseDemo() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemo
- VertexCollapseDemoWithLayouts - Class in edu.uci.ics.jung.samples
-
A demo that shows how collections of vertices can be collapsed into a single vertex.
- VertexCollapseDemoWithLayouts() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- VertexImageShaperDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates the use of images to represent graph vertices.
- VertexImageShaperDemo() - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo
- VertexImageShaperDemo.DemoVertexIconShapeTransformer<V> - Class in edu.uci.ics.jung.samples
-
this class exists only to provide settings to turn on/off shapes and image fill in this demo.
- VertexImageShaperDemo.DemoVertexIconTransformer<V> - Class in edu.uci.ics.jung.samples
-
this class exists only to provide settings to turn on/off shapes and image fill in this demo.
- VertexImageShaperDemo.PickWithIconListener<V> - Class in edu.uci.ics.jung.samples
-
When Vertices are picked, add a checkmark icon to the imager.
- VertexImageShaperDemo.VertexStringerImpl<V,S> - Class in edu.uci.ics.jung.samples
-
A simple implementation of VertexStringer that gets Vertex labels from a Map
- VertexLabelAsShapeDemo - Class in edu.uci.ics.jung.samples
-
This demo shows how to use the vertex labels themselves as the vertex shapes.
- VertexLabelAsShapeDemo() - Constructor for class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
-
create an instance of a simple graph with basic controls
- VertexLabelPositionDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates vertex label positioning controlled by the user.
- VertexLabelPositionDemo() - Constructor for class edu.uci.ics.jung.samples.VertexLabelPositionDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- vff - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- VisualizationImageServerDemo - Class in edu.uci.ics.jung.samples
-
Demonstrates VisualizationImageServer.
- VisualizationImageServerDemo() - Constructor for class edu.uci.ics.jung.samples.VisualizationImageServerDemo
- VOLTAGE_KEY - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- voltages - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- VoltageTips() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
- vs - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- vs_none - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- vsh - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- vssa - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- vv - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
W
- WorldMapGraphDemo - Class in edu.uci.ics.jung.samples
-
Shows a graph overlaid on a world map image.
- WorldMapGraphDemo() - Constructor for class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- writeJPEGImage(File) - Method in class edu.uci.ics.jung.samples.GraphEditorDemo
-
copy the visible part of the graph to a file as a jpeg image
Z
- zoom_at_mouse - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
All Classes All Packages