Serialized Form
-
Package org.jungrapht.samples
-
Class org.jungrapht.samples.AddVertexDemo extends JPanel implements Serializable
- serialVersionUID:
- -5345319851341875800L
-
Serialized Fields
-
done
boolean done
-
graph
org.jgrapht.Graph<Number,Number> graph
-
layoutAlgorithm
LayoutAlgorithm<Number> layoutAlgorithm
-
switchLayout
JButton switchLayout
-
timer
Timer timer
-
v_prev
Integer v_prev
-
vv
VisualizationViewer<Number,Number> vv
-
-
Class org.jungrapht.samples.AnnotationsDemo extends JPanel implements Serializable
-
Serialized Fields
-
helpDialog
JDialog helpDialog
-
-
-
Class org.jungrapht.samples.EdgeLabelDemo extends JPanel implements Serializable
- serialVersionUID:
- -6077157664507049647L
-
Serialized Fields
-
edgeLabelRenderer
EdgeLabelRenderer edgeLabelRenderer
-
graph
org.jgrapht.Graph<Integer,Number> graph
the graph -
scaler
ScalingControl scaler
-
vertexLabelRenderer
VertexLabelRenderer vertexLabelRenderer
-
vv
VisualizationViewer<Integer,Number> vv
the visual component and renderer for the graph
-
-
Class org.jungrapht.samples.GraphEditorDemo extends JPanel implements Serializable
- serialVersionUID:
- -2023243689258876709L
-
Serialized Fields
-
edgeLabelMap
Map<Number,String> edgeLabelMap
-
graph
org.jgrapht.Graph<Number,Number> graph
the graph -
instructions
String instructions
-
layoutAlgorithm
LayoutAlgorithm<Number> layoutAlgorithm
-
vertexLabelMap
Map<Number,String> vertexLabelMap
-
vv
VisualizationViewer<Number,Number> vv
the visual component and renderer for the graph
-
-
Class org.jungrapht.samples.ImageEdgeLabelDemo extends JPanel implements Serializable
- serialVersionUID:
- -4332663871914930864L
-
Serialized Fields
-
graph
org.jgrapht.Graph<Number,Number> graph
the graph -
vv
VisualizationViewer<Number,Number> vv
the visual component and renderer for the graph
-
-
Class org.jungrapht.samples.LensDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
graphLayoutAlgorithm
FRLayoutAlgorithm<String> graphLayoutAlgorithm
-
grid
org.jgrapht.Graph<String,Number> grid
a grid shaped graph -
gridLayoutAlgorithm
LayoutAlgorithm<String> gridLayoutAlgorithm
-
hyperbolicLayoutSupport
LensSupport<ModalLensGraphMouse> hyperbolicLayoutSupport
provides a Hyperbolic lens for the model -
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
magnifyLayoutSupport
LensSupport<ModalLensGraphMouse> magnifyLayoutSupport
provides a magnification lens for the model -
magnifyViewSupport
LensSupport<ModalLensGraphMouse> magnifyViewSupport
provides a magnification lens for the view -
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.LensVertexImageFromLabelShaperDemo extends JPanel implements Serializable
- serialVersionUID:
- 5432239991020505763L
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
magnifyLayoutSupport
LensSupport<LensGraphMouse> magnifyLayoutSupport
-
magnifyViewSupport
LensSupport<LensGraphMouse> magnifyViewSupport
-
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
Class org.jungrapht.samples.LensVertexImageShaperDemo extends JPanel implements Serializable
- serialVersionUID:
- 5432239991020505763L
-
Serialized Fields
-
graph
org.jgrapht.Graph<Number,Number> graph
the graph -
iconNames
String[] iconNames
some icon names to use -
magnifyLayoutSupport
LensSupport<ModalLensGraphMouse> magnifyLayoutSupport
-
magnifyViewSupport
LensSupport<ModalLensGraphMouse> magnifyViewSupport
-
vv
VisualizationViewer<Number,Number> vv
the visual component and renderer for the graph
-
-
Class org.jungrapht.samples.MultiViewDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
messageOne
String messageOne
-
messageThree
String messageThree
-
messageTwo
String messageTwo
-
preferredSize
Dimension preferredSize
-
scrollPane
JScrollPane scrollPane
-
textArea
JTextArea textArea
-
vv1
VisualizationViewer<String,Number> vv1
the visual components and renderers for the graph -
vv2
VisualizationViewer<String,Number> vv2
-
vv3
VisualizationViewer<String,Number> vv3
-
-
-
Class org.jungrapht.samples.SatelliteViewDemo extends JPanel implements Serializable
-
Serialized Fields
-
helpDialog
JDialog helpDialog
-
viewGrid
VisualizationServer.Paintable viewGrid
-
-
-
Class org.jungrapht.samples.ShortestPathDemo extends JPanel implements Serializable
- serialVersionUID:
- 7526217664458188502L
-
Class org.jungrapht.samples.ShowLayouts extends JPanel implements Serializable
-
Serialized Fields
-
balloonLayoutRings
LayoutPaintable.BalloonRings balloonLayoutRings
-
radialLayoutRings
LayoutPaintable.RadialRings radialLayoutRings
-
-
-
Class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs extends JPanel implements Serializable
-
Serialized Fields
-
balloonLayoutRings
LayoutPaintable.BalloonRings balloonLayoutRings
-
radialLayoutRings
LayoutPaintable.RadialRings radialLayoutRings
-
-
-
Class org.jungrapht.samples.SubLayoutDemo extends JPanel implements Serializable
-
Serialized Fields
-
clusteringLayoutModel
AggregateLayoutModel<String> clusteringLayoutModel
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
instructions
String instructions
-
ps
MutableSelectedState<String> ps
-
subLayoutSize
Dimension subLayoutSize
-
subLayoutType
LayoutAlgorithm<String> subLayoutType
-
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.TwoModelDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
preferredSize
Dimension preferredSize
-
vv1
VisualizationViewer<String,Number> vv1
the visual components and renderers for the graph -
vv2
VisualizationViewer<String,Number> vv2
-
-
-
Class org.jungrapht.samples.VertexCollapseDemo extends JPanel implements Serializable
-
Serialized Fields
-
collapser
GraphCollapser<Number> collapser
-
graph
org.jgrapht.Graph<Collapsable<?>,Number> graph
the graph -
instructions
String instructions
-
layoutAlgorithm
LayoutAlgorithm<Collapsable<?>> layoutAlgorithm
-
vv
VisualizationViewer<Collapsable<?>,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.VertexCollapseDemoWithLayouts extends JPanel implements Serializable
-
Serialized Fields
-
collapser
GraphCollapser collapser
-
graph
org.jgrapht.Graph<Collapsable<?>,Number> graph
the graph -
instructions
String instructions
-
layoutAlgorithm
LayoutAlgorithm<Collapsable<?>> layoutAlgorithm
-
vv
VisualizationViewer<Collapsable<?>,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.VertexImageShaperDemo extends JPanel implements Serializable
- serialVersionUID:
- -4332663871914930864L
-
Class org.jungrapht.samples.VertexLabelAsShapeDemo extends JPanel implements Serializable
- serialVersionUID:
- 1017336668368978842L
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
-
layoutAlgorithm
LayoutAlgorithm<String> layoutAlgorithm
-
vv
VisualizationViewer<String,Number> vv
-
-
Class org.jungrapht.samples.VertexLabelPositionDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
graphLayoutAlgorithm
FRLayoutAlgorithm<String> graphLayoutAlgorithm
-
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.WorldMapGraphDemo extends JPanel implements Serializable
-
-
Package org.jungrapht.samples.large
-
Class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO extends JFrame implements Serializable
-
Serialized Fields
-
balloonLayoutRings
LayoutPaintable.BalloonRings balloonLayoutRings
-
radialLayoutRings
LayoutPaintable.RadialRings radialLayoutRings
-
-
-
Class org.jungrapht.samples.large.SpatialLensLargeGraphDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
graphLayoutAlgorithm
LayoutAlgorithm<String> graphLayoutAlgorithm
-
hyperbolicLayoutSupport
LensSupport<ModalLensGraphMouse> hyperbolicLayoutSupport
provides a Hyperbolic lens for the model -
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
magnifyLayoutSupport
LensSupport<ModalLensGraphMouse> magnifyLayoutSupport
provides a magnification lens for the model -
magnifyViewSupport
LensSupport<ModalLensGraphMouse> magnifyViewSupport
provides a magnification lens for the view -
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
-
Package org.jungrapht.samples.quadtree
-
Class org.jungrapht.samples.quadtree.BarnesHutVisualizer extends JPanel implements Serializable
-
Serialized Fields
-
elements
Map<String,Point> elements
-
stuffToDraw
Collection<Shape> stuffToDraw
-
tree
BarnesHutQuadTree<String> tree
-
-
-
-
Package org.jungrapht.samples.rtree
-
Class org.jungrapht.samples.rtree.RTreeVisualizer extends JPanel implements Serializable
-
Serialized Fields
-
count
int count
-
INITIAL_HEIGHT
int INITIAL_HEIGHT
-
INITIAL_WIDTH
int INITIAL_WIDTH
-
rTree
RTree<Object> rTree
-
running
boolean running
-
splitterContext
SplitterContext<Object> splitterContext
-
-
-
-
Package org.jungrapht.samples.spatial
-
Class org.jungrapht.samples.spatial.RTreeVisualization extends JPanel implements Serializable
-
Serialized Fields
-
balloonLayoutAlgorithm
BalloonLayoutAlgorithm<Object> balloonLayoutAlgorithm
-
balloonRings
VisualizationServer.Paintable balloonRings
-
graph
org.jgrapht.Graph<Object,Integer> graph
-
othervv
VisualizationServer othervv
-
radialLayoutAlgorithm
RadialTreeLayoutAlgorithm<Object> radialLayoutAlgorithm
-
rings
VisualizationServer.Paintable rings
-
rtree
RTree rtree
-
thePaintables
Map<Node,VisualizationServer.Paintable> thePaintables
-
treeLayoutAlgorithm
TreeLayoutAlgorithm<Object> treeLayoutAlgorithm
-
vv
VisualizationViewer<Object,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization extends JPanel implements Serializable
-
Class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest extends JPanel implements Serializable
-
Class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest extends JPanel implements Serializable
-
Class org.jungrapht.samples.spatial.SimpleGraphSpatialTest extends JPanel implements Serializable
-
Class org.jungrapht.samples.spatial.SpatialLensDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
graphLayoutAlgorithm
LayoutAlgorithm<String> graphLayoutAlgorithm
-
hyperbolicLayoutSupport
LensSupport<ModalLensGraphMouse> hyperbolicLayoutSupport
provides a Hyperbolic lens for the model -
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
magnifyLayoutSupport
LensSupport<ModalLensGraphMouse> magnifyLayoutSupport
provides a magnification lens for the model -
magnifyViewSupport
LensSupport<ModalLensGraphMouse> magnifyViewSupport
provides a magnification lens for the view -
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.spatial.SpatialLensDemoWithOneStarVertex extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
graphLayoutAlgorithm
LayoutAlgorithm<String> graphLayoutAlgorithm
-
hyperbolicLayoutSupport
LensSupport<ModalLensGraphMouse> hyperbolicLayoutSupport
provides a Hyperbolic lens for the model -
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
magnifyLayoutSupport
LensSupport<ModalLensGraphMouse> magnifyLayoutSupport
provides a magnification lens for the model -
magnifyViewSupport
LensSupport<ModalLensGraphMouse> magnifyViewSupport
provides a magnification lens for the view -
vv
VisualizationViewer<String,Number> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.spatial.SpatialRTreeTest extends JPanel implements Serializable
-
-
Package org.jungrapht.samples.tree
-
Class org.jungrapht.samples.tree.BalloonLayoutDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
hyperbolicSupport
LensSupport<ModalLensGraphMouse> hyperbolicSupport
-
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.BalloonLayoutForestDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
hyperbolicSupport
LensSupport<ModalLensGraphMouse> hyperbolicSupport
-
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
layoutSize
Dimension layoutSize
-
viewSize
Dimension viewSize
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.EdgePrioritizedTreeDAGLayoutDemo extends JFrame implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.L2RTreeLayoutDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
the graph -
radialLayoutAlgorithm
RadialTreeLayoutAlgorithm<String> radialLayoutAlgorithm
-
rings
VisualizationServer.Paintable rings
-
treeLayoutAlgorithm
TreeLayoutAlgorithm<String> treeLayoutAlgorithm
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.MinimumSpanningTreeDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Number> graph
the graph -
preferredSize
Dimension preferredSize
-
preferredSizeRect
Dimension preferredSizeRect
-
tree
org.jgrapht.Graph<String,Number> tree
-
viewSizeRect
Dimension viewSizeRect
-
vv0
VisualizationViewer<String,Number> vv0
the visual components and renderers for the graph -
vv1
VisualizationViewer<String,Number> vv1
-
vv2
VisualizationViewer<String,Number> vv2
-
-
-
Class org.jungrapht.samples.tree.MultiRowTreeLayoutForestDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
hyperbolicSupport
LensSupport<ModalLensGraphMouse> hyperbolicSupport
-
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
layoutSize
Dimension layoutSize
-
viewSize
Dimension viewSize
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.RadialTreeLensDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
hyperbolicLayoutSupport
LensSupport<ModalLensGraphMouse> hyperbolicLayoutSupport
-
hyperbolicViewSupport
LensSupport<ModalLensGraphMouse> hyperbolicViewSupport
provides a Hyperbolic lens for the view -
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.SatelliteViewTreeDemo extends JPanel implements Serializable
-
Serialized Fields
-
helpDialog
JDialog helpDialog
-
viewGrid
VisualizationServer.Paintable viewGrid
-
-
-
Class org.jungrapht.samples.tree.TreeCollapseDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<Collapsable<?>,Integer> graph
the original graph -
vv
VisualizationViewer<Collapsable<?>,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.TreeDAGLayoutDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-
Class org.jungrapht.samples.tree.TreeLayoutDemo extends JPanel implements Serializable
-
Serialized Fields
-
graph
org.jgrapht.Graph<String,Integer> graph
-
vv
VisualizationViewer<String,Integer> vv
the visual component and renderer for the graph
-
-
-