Serialized Form


Package edu.uci.ics.jung.algorithms.importance

Class edu.uci.ics.jung.algorithms.importance.AbstractRanker$1 extends Object implements Serializable

Class edu.uci.ics.jung.algorithms.importance.AbstractRanker$2 extends Object implements Serializable


Package edu.uci.ics.jung.algorithms.layout

Class edu.uci.ics.jung.algorithms.layout.AbstractLayout$1 extends Object implements Serializable

Class edu.uci.ics.jung.algorithms.layout.BalloonLayout$1 extends Object implements Serializable

Class edu.uci.ics.jung.algorithms.layout.TreeLayout$1 extends Object implements Serializable


Package edu.uci.ics.jung.algorithms.layout3d

Class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout$1 extends Object implements Serializable

Class edu.uci.ics.jung.algorithms.layout3d.SpringLayout$1 extends Object implements Serializable


Package edu.uci.ics.jung.algorithms.scoring.util

Class edu.uci.ics.jung.algorithms.scoring.util.ScoringUtils$1 extends Object implements Serializable

Class edu.uci.ics.jung.algorithms.scoring.util.ScoringUtils$2 extends Object implements Serializable


Package edu.uci.ics.jung.algorithms.util

Class edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException extends RuntimeException implements Serializable


Package edu.uci.ics.jung.graph

Class edu.uci.ics.jung.graph.DelegateForest extends GraphDecorator<V,E> implements Serializable

Class edu.uci.ics.jung.graph.DelegateTree extends GraphDecorator<V,E> implements Serializable

Serialized Fields

root

Object root

vertex_depths

Map<K,V> vertex_depths

Class edu.uci.ics.jung.graph.DelegateTree$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph extends DirectedSparseMultigraph<V,E> implements Serializable

Class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.DirectedSparseGraph extends AbstractTypedGraph<V,E> implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

Class edu.uci.ics.jung.graph.DirectedSparseGraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.DirectedSparseMultigraph extends AbstractTypedGraph<V,E> implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

Class edu.uci.ics.jung.graph.DirectedSparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.OrderedKAryTree$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.OrderedSparseMultigraph extends SparseMultigraph<V,E> implements Serializable

Class edu.uci.ics.jung.graph.OrderedSparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.SetHypergraph extends Object implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

Class edu.uci.ics.jung.graph.SetHypergraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.SortedSparseMultigraph extends OrderedSparseMultigraph<V,E> implements Serializable

Serialized Fields

vertex_comparator

Comparator<T> vertex_comparator
Comparator used in ordering vertices. Defaults to util.ComparableComparator if no comparators are specified in the constructor.


edge_comparator

Comparator<T> edge_comparator
Comparator used in ordering edges. Defaults to util.ComparableComparator if no comparators are specified in the constructor.

Class edu.uci.ics.jung.graph.SortedSparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.SparseGraph extends AbstractGraph<V,E> implements Serializable

Serialized Fields

vertex_maps

Map<K,V> vertex_maps

directed_edges

Map<K,V> directed_edges

undirected_edges

Map<K,V> undirected_edges

Class edu.uci.ics.jung.graph.SparseGraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.SparseMultigraph extends AbstractGraph<V,E> implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

directedEdges

Set<E> directedEdges

Class edu.uci.ics.jung.graph.SparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph extends UndirectedSparseMultigraph<V,E> implements Serializable

Class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.UndirectedSparseGraph extends AbstractTypedGraph<V,E> implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

Class edu.uci.ics.jung.graph.UndirectedSparseGraph$1 extends Object implements Serializable

Class edu.uci.ics.jung.graph.UndirectedSparseMultigraph extends AbstractTypedGraph<V,E> implements Serializable

Serialized Fields

vertices

Map<K,V> vertices

edges

Map<K,V> edges

Class edu.uci.ics.jung.graph.UndirectedSparseMultigraph$1 extends Object implements Serializable


Package edu.uci.ics.jung.graph.util

Class edu.uci.ics.jung.graph.util.Pair extends Object implements Serializable

Serialized Fields

first

Object first

second

Object second

Package edu.uci.ics.jung.io

Class edu.uci.ics.jung.io.GraphIOException extends Exception implements Serializable

serialVersionUID: 3773882099782535606L

Class edu.uci.ics.jung.io.GraphMLWriter$1 extends Object implements Serializable

Class edu.uci.ics.jung.io.PajekNetWriter$1 extends Object implements Serializable


Package edu.uci.ics.jung.samples

Class edu.uci.ics.jung.samples.AddNodeDemo extends JApplet implements Serializable

serialVersionUID: -5345319851341875800L

Serialized Fields

g

Graph<V,E> g

vv

VisualizationViewer<V,E> vv

layout

AbstractLayout<V,E> layout

timer

Timer timer

done

boolean done

switchLayout

JButton switchLayout

v_prev

Integer v_prev

Class edu.uci.ics.jung.samples.AnimatingAddNodeDemo extends JApplet implements Serializable

serialVersionUID: -5345319851341875800L

Serialized Fields

g

Graph<V,E> g

vv

VisualizationViewer<V,E> vv

layout

AbstractLayout<V,E> layout

timer

Timer timer

done

boolean done

switchLayout

JButton switchLayout

v_prev

Integer v_prev

Class edu.uci.ics.jung.samples.AnnotationsDemo extends JApplet implements Serializable

Serialized Fields

helpDialog

JDialog helpDialog

viewGrid

VisualizationServer.Paintable viewGrid

Class edu.uci.ics.jung.samples.BalloonLayoutDemo extends JApplet implements Serializable

Serialized Fields

graph

Forest<V,E> graph
the graph


graphFactory

org.apache.commons.collections15.Factory<T> graphFactory

treeFactory

org.apache.commons.collections15.Factory<T> treeFactory

edgeFactory

org.apache.commons.collections15.Factory<T> edgeFactory

vertexFactory

org.apache.commons.collections15.Factory<T> vertexFactory

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


rings

VisualizationServer.Paintable rings

root

String root

layout

TreeLayout<V,E> layout

radialLayout

BalloonLayout<V,E> radialLayout

hyperbolicViewSupport

LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view

Class edu.uci.ics.jung.samples.ClusteringDemo extends JApplet implements Serializable

Serialized Fields

vv

VisualizationViewer<V,E> vv

vertexPaints

Map<K,V> vertexPaints

edgePaints

Map<K,V> edgePaints

similarColors

Color[] similarColors

Class edu.uci.ics.jung.samples.EdgeLabelDemo extends JApplet implements Serializable

serialVersionUID: -6077157664507049647L

Serialized Fields

graph

Graph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


vertexLabelRenderer

VertexLabelRenderer vertexLabelRenderer

edgeLabelRenderer

EdgeLabelRenderer edgeLabelRenderer

scaler

ScalingControl scaler

Class edu.uci.ics.jung.samples.GraphEditorDemo extends JApplet implements Serializable

serialVersionUID: -2023243689258876709L

Serialized Fields

graph

Graph<V,E> graph
the graph


layout

AbstractLayout<V,E> layout

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


instructions

String instructions

Class edu.uci.ics.jung.samples.ImageEdgeLabelDemo extends JApplet implements Serializable

serialVersionUID: -4332663871914930864L

Serialized Fields

graph

DirectedGraph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph

Class edu.uci.ics.jung.samples.L2RTreeLayoutDemo extends JApplet implements Serializable

Serialized Fields

graph

Forest<V,E> graph
the graph


graphFactory

org.apache.commons.collections15.Factory<T> graphFactory

treeFactory

org.apache.commons.collections15.Factory<T> treeFactory

edgeFactory

org.apache.commons.collections15.Factory<T> edgeFactory

vertexFactory

org.apache.commons.collections15.Factory<T> vertexFactory

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


rings

VisualizationServer.Paintable rings

root

String root

treeLayout

TreeLayout<V,E> treeLayout

radialLayout

RadialTreeLayout<V,E> radialLayout

Class edu.uci.ics.jung.samples.LensDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


graphLayout

Layout<V,E> graphLayout

grid

Graph<V,E> grid
a grid shaped graph


gridLayout

Layout<V,E> gridLayout

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


hyperbolicViewSupport

LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view


magnifyViewSupport

LensSupport magnifyViewSupport
provides a magnification lens for the view


hyperbolicLayoutSupport

LensSupport hyperbolicLayoutSupport
provides a Hyperbolic lens for the model


magnifyLayoutSupport

LensSupport magnifyLayoutSupport
provides a magnification lens for the model


scaler

ScalingControl scaler

Class edu.uci.ics.jung.samples.LensVertexImageShaperDemo extends JApplet implements Serializable

serialVersionUID: 5432239991020505763L

Serialized Fields

graph

DirectedSparseGraph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


iconNames

String[] iconNames
some icon names to use


viewSupport

LensSupport viewSupport

modelSupport

LensSupport modelSupport

magnifyLayoutSupport

LensSupport magnifyLayoutSupport

magnifyViewSupport

LensSupport magnifyViewSupport

Class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


tree

Forest<V,E> tree

vv0

VisualizationViewer<V,E> vv0
the visual components and renderers for the graph


vv1

VisualizationViewer<V,E> vv1

vv2

VisualizationViewer<V,E> vv2

layoutTransformer

MutableTransformer layoutTransformer
the normal transformer


preferredSize

Dimension preferredSize

preferredLayoutSize

Dimension preferredLayoutSize

preferredSizeRect

Dimension preferredSizeRect

Class edu.uci.ics.jung.samples.MultiViewDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


vv1

VisualizationViewer<V,E> vv1
the visual components and renderers for the graph


vv2

VisualizationViewer<V,E> vv2

vv3

VisualizationViewer<V,E> vv3

preferredSize

Dimension preferredSize
the normal transformer


messageOne

String messageOne

messageTwo

String messageTwo

messageThree

String messageThree

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane

Class edu.uci.ics.jung.samples.PluggableRendererDemo extends JApplet implements Serializable

Serialized Fields

v_color

JCheckBox v_color

e_color

JCheckBox e_color

v_stroke

JCheckBox v_stroke

e_uarrow_pred

JCheckBox e_uarrow_pred

e_darrow_pred

JCheckBox e_darrow_pred

v_shape

JCheckBox v_shape

v_size

JCheckBox v_size

v_aspect

JCheckBox v_aspect

v_labels

JCheckBox v_labels

e_line

JRadioButton e_line

e_bent

JRadioButton e_bent

e_wedge

JRadioButton e_wedge

e_quad

JRadioButton e_quad

e_ortho

JRadioButton e_ortho

e_cubic

JRadioButton e_cubic

e_labels

JCheckBox e_labels

font

JCheckBox font

e_show_d

JCheckBox e_show_d

e_show_u

JCheckBox e_show_u

v_small

JCheckBox v_small

zoom_at_mouse

JCheckBox zoom_at_mouse

fill_edges

JCheckBox fill_edges

no_gradient

JRadioButton no_gradient

gradient_relative

JRadioButton gradient_relative

seedFillColor

edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor<V> seedFillColor

seedDrawColor

edu.uci.ics.jung.samples.PluggableRendererDemo.SeedDrawColor<V> seedDrawColor

ewcs

edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction<E> ewcs

vsh

edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight<V,E> vsh

vs

org.apache.commons.collections15.Transformer<I,O> vs

vs_none

org.apache.commons.collections15.Transformer<I,O> vs_none

es

org.apache.commons.collections15.Transformer<I,O> es

es_none

org.apache.commons.collections15.Transformer<I,O> es_none

vff

edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer<V> vff

eff

edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer<E> eff

vssa

edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect<V,E> vssa

show_edge

edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate<V,E> show_edge

show_arrow

edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate<V,E> show_arrow

show_vertex

edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate<V,E> show_vertex

self_loop

org.apache.commons.collections15.Predicate<T> self_loop

edgeDrawPaint

PluggableRendererDemo.GradientPickedEdgePaintFunction<V,E> edgeDrawPaint

edgeFillPaint

PluggableRendererDemo.GradientPickedEdgePaintFunction<V,E> edgeFillPaint

edge_weight

Map<K,V> edge_weight

voltages

org.apache.commons.collections15.Transformer<I,O> voltages

transparency

Map<K,V> transparency

vv

VisualizationViewer<V,E> vv

gm

DefaultModalGraphMouse<V,E> gm

seedVertices

Set<E> seedVertices

Class edu.uci.ics.jung.samples.PluggableRendererDemo$VertexShapeSizeAspect$1 extends Object implements Serializable

Class edu.uci.ics.jung.samples.PluggableRendererDemo$VertexShapeSizeAspect$2 extends Object implements Serializable

Class edu.uci.ics.jung.samples.RadialTreeLensDemo extends JApplet implements Serializable

Serialized Fields

graph

Forest<V,E> graph

graphFactory

org.apache.commons.collections15.Factory<T> graphFactory

treeFactory

org.apache.commons.collections15.Factory<T> treeFactory

edgeFactory

org.apache.commons.collections15.Factory<T> edgeFactory

vertexFactory

org.apache.commons.collections15.Factory<T> vertexFactory

rings

VisualizationServer.Paintable rings

root

String root

layout

TreeLayout<V,E> layout

radialLayout

RadialTreeLayout<V,E> radialLayout

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


hyperbolicViewSupport

LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view


scaler

ScalingControl scaler

Class edu.uci.ics.jung.samples.SatelliteViewDemo extends JApplet implements Serializable

Serialized Fields

helpDialog

JDialog helpDialog

viewGrid

VisualizationServer.Paintable viewGrid

Class edu.uci.ics.jung.samples.ShortestPathDemo extends JPanel implements Serializable

serialVersionUID: 7526217664458188502L

Serialized Fields

mFrom

String mFrom
Starting vertex


mTo

String mTo
Ending vertex


mGraph

Graph<V,E> mGraph

mPred

Set<E> mPred

Class edu.uci.ics.jung.samples.ShowLayouts extends JApplet implements Serializable

Class edu.uci.ics.jung.samples.SubLayoutDemo extends JApplet implements Serializable

Serialized Fields

instructions

String instructions

graph

Graph<V,E> graph
the graph


sizes

Map<K,V> sizes

layoutClasses

Class<T>[] layoutClasses

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


clusteringLayout

AggregateLayout<V,E> clusteringLayout

subLayoutSize

Dimension subLayoutSize

ps

PickedState<T> ps

subLayoutType

Class<T> subLayoutType

Class edu.uci.ics.jung.samples.TreeCollapseDemo extends JApplet implements Serializable

Serialized Fields

graph

Forest<V,E> graph
the graph


graphFactory

org.apache.commons.collections15.Factory<T> graphFactory

treeFactory

org.apache.commons.collections15.Factory<T> treeFactory

edgeFactory

org.apache.commons.collections15.Factory<T> edgeFactory

vertexFactory

org.apache.commons.collections15.Factory<T> vertexFactory

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


rings

VisualizationServer.Paintable rings

root

String root

layout

TreeLayout<V,E> layout

layout1

FRLayout<V,E> layout1

collapser

TreeCollapser collapser

radialLayout

RadialTreeLayout<V,E> radialLayout

Class edu.uci.ics.jung.samples.TreeLayoutDemo extends JApplet implements Serializable

Serialized Fields

graph

Forest<V,E> graph
the graph


graphFactory

org.apache.commons.collections15.Factory<T> graphFactory

treeFactory

org.apache.commons.collections15.Factory<T> treeFactory

edgeFactory

org.apache.commons.collections15.Factory<T> edgeFactory

vertexFactory

org.apache.commons.collections15.Factory<T> vertexFactory

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


rings

VisualizationServer.Paintable rings

root

String root

treeLayout

TreeLayout<V,E> treeLayout

radialLayout

RadialTreeLayout<V,E> radialLayout

Class edu.uci.ics.jung.samples.TwoModelDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


vv1

VisualizationViewer<V,E> vv1
the visual components and renderers for the graph


vv2

VisualizationViewer<V,E> vv2

layoutTransformer

MutableTransformer layoutTransformer
the normal transformer


preferredSize

Dimension preferredSize

Class edu.uci.ics.jung.samples.VertexCollapseDemo extends JApplet implements Serializable

Serialized Fields

instructions

String instructions

graph

Graph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


layout

Layout<V,E> layout

collapser

GraphCollapser collapser

Class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts extends JApplet implements Serializable

Serialized Fields

instructions

String instructions

graph

Graph<V,E> graph
the graph


collapsedGraph

Graph<V,E> collapsedGraph

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


layout

Layout<V,E> layout

collapser

GraphCollapser collapser

Class edu.uci.ics.jung.samples.VertexImageShaperDemo extends JApplet implements Serializable

serialVersionUID: -4332663871914930864L

Serialized Fields

graph

DirectedSparseGraph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


iconNames

String[] iconNames
some icon names to use

Class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo extends JApplet implements Serializable

serialVersionUID: 1017336668368978842L

Serialized Fields

graph

Graph<V,E> graph

vv

VisualizationViewer<V,E> vv

layout

Layout<V,E> layout

Class edu.uci.ics.jung.samples.VertexLabelPositionDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


graphLayout

Layout<V,E> graphLayout

vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


scaler

ScalingControl scaler

Class edu.uci.ics.jung.samples.WorldMapGraphDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph<V,E> graph
the graph


vv

VisualizationViewer<V,E> vv
the visual component and renderer for the graph


map

Map<K,V> map

cityList

List<E> cityList

Package edu.uci.ics.jung.visualization

Class edu.uci.ics.jung.visualization.BasicVisualizationServer extends JPanel implements Serializable

Serialized Fields

changeSupport

ChangeEventSupport changeSupport

model

VisualizationModel<V,E> model
holds the state of this View


renderer

Renderer<V,E> renderer
handles the actual drawing of graph elements


renderingHints

Map<K,V> renderingHints
rendering hints used in drawing. Anti-aliasing is on by default


pickedVertexState

PickedState<T> pickedVertexState
holds the state of which vertices of the graph are currently 'picked'


pickedEdgeState

PickedState<T> pickedEdgeState
holds the state of which edges of the graph are currently 'picked'


pickEventListener

ItemListener pickEventListener
a listener used to cause pick events to result in repaints, even if they come from another view


offscreen

BufferedImage offscreen
an offscreen image to render the graph Used if doubleBuffered is set to true


offscreenG2d

Graphics2D offscreenG2d
graphics context for the offscreen image Used if doubleBuffered is set to true


doubleBuffered

boolean doubleBuffered
user-settable choice to use the offscreen image or not. 'false' by default


preRenderers

List<E> preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered)


postRenderers

List<E> postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered)


renderContext

RenderContext<V,E> renderContext

Class edu.uci.ics.jung.visualization.GraphZoomScrollPane extends JPanel implements Serializable

Serialized Fields

vv

VisualizationViewer<V,E> vv

horizontalScrollBar

JScrollBar horizontalScrollBar

verticalScrollBar

JScrollBar verticalScrollBar

corner

JComponent corner

scrollBarsMayControlAdjusting

boolean scrollBarsMayControlAdjusting

south

JPanel south

Class edu.uci.ics.jung.visualization.LayeredIcon extends ImageIcon implements Serializable

Serialized Fields

iconSet

Set<E> iconSet

Class edu.uci.ics.jung.visualization.VisualizationImageServer extends BasicVisualizationServer<V,E> implements Serializable

Serialized Fields

renderingHints

Map<K,V> renderingHints

Class edu.uci.ics.jung.visualization.VisualizationViewer extends BasicVisualizationServer<V,E> implements Serializable

Serialized Fields

vertexToolTipTransformer

org.apache.commons.collections15.Transformer<I,O> vertexToolTipTransformer

edgeToolTipTransformer

org.apache.commons.collections15.Transformer<I,O> edgeToolTipTransformer

mouseEventToolTipTransformer

org.apache.commons.collections15.Transformer<I,O> mouseEventToolTipTransformer

graphMouse

VisualizationViewer.GraphMouse graphMouse
provides MouseListener, MouseMotionListener, and MouseWheelListener events to the graph


requestFocusListener

MouseListener requestFocusListener

Package edu.uci.ics.jung.visualization.annotations

Class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer extends JLabel implements Serializable


Package edu.uci.ics.jung.visualization.control

Class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer extends VisualizationViewer<V,E> implements Serializable

Serialized Fields

master

VisualizationViewer<V,E> master
the master VisualizationViewer that this is a satellite view for


Package edu.uci.ics.jung.visualization.layout

Class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point extends Object implements Serializable

Serialized Fields

x

double x

y

double y

Class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory extends Object implements Serializable

Serialized Fields

d

Dimension d

Package edu.uci.ics.jung.visualization.renderers

Class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer extends JLabel implements Serializable

Serialized Fields

pickedEdgeLabelColor

Color pickedEdgeLabelColor

rotateEdgeLabels

boolean rotateEdgeLabels

Class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer extends JLabel implements Serializable

Serialized Fields

pickedVertexLabelColor

Color pickedVertexLabelColor

Package edu.uci.ics.jung.visualization3d

Class edu.uci.ics.jung.visualization3d.PluggableRenderContext$1 extends Object implements Serializable

Class edu.uci.ics.jung.visualization3d.PluggableRenderContext$2 extends Object implements Serializable

Class edu.uci.ics.jung.visualization3d.VisualizationViewer extends JPanel implements Serializable

Serialized Fields

objRoot

javax.media.j3d.BranchGroup objRoot

objTrans

javax.media.j3d.TransformGroup objTrans

grayLook

javax.media.j3d.Appearance grayLook

pickEventListener

ItemListener pickEventListener
a listener used to cause pick events to result in repaints, even if they come from another view


pickedVertexState

PickedState<T> pickedVertexState
holds the state of which vertices of the graph are currently 'picked'


pickedEdgeState

PickedState<T> pickedEdgeState
holds the state of which edges of the graph are currently 'picked'


renderContext

RenderContext<V,E> renderContext

vertexMap

org.apache.commons.collections15.BidiMap<K,V> vertexMap

edgeMap

Map<K,V> edgeMap

graph

Graph<V,E> graph

layout

Layout<V,E> layout



Copyright © 2009. All Rights Reserved.