Serialized Form

Class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph.Requirements extends LinkedList implements Serializable


Class samples.graph.AddNodeDemo extends JApplet implements Serializable

Serialized Fields

g

Graph g

vv

VisualizationViewer vv

layout

LayoutMutable layout

labler

StringLabeller labler

timer

Timer timer

switchLayout

JButton switchLayout

v_prev

Vertex v_prev


Class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw extends JComponent implements Serializable

Serialized Fields

gd

GraphDraw gd
Deprecated. 
the GraphDraw to manage


originalRenderer

Renderer originalRenderer
Deprecated. 
the first SettableRenderer created


r

Renderer r
Deprecated. 
the renderer that is passed thru to the VisualizationViewer


layout

Layout layout
Deprecated. 
the layout in use


vv

BirdsEyeVisualizationViewer vv
Deprecated. 
the VisualizationViewer for this GraphDraw. It does not modify the underlying graph


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

Serialized Fields

vv

VisualizationViewer vv
Deprecated. 

renderer

Renderer renderer
Deprecated. 

model

VisualizationModel model
Deprecated. 

renderingHints

Map renderingHints
Deprecated. 

scalex

float scalex
Deprecated. 

scaley

float scaley
Deprecated. 

lens

Lens lens
Deprecated. 

layoutTransformer

MutableTransformer layoutTransformer
Deprecated. 


Class samples.preview_new_graphdraw.event.ClickEvent extends EventObject implements Serializable

Serialized Fields

dist

double dist

originator

MouseEvent originator

graphObject

Element graphObject


Class samples.graph.ClusteringDemo extends JApplet implements Serializable

Serialized Fields

similarColors

Color[] similarColors


Class edu.uci.ics.jung.exceptions.ConstraintViolationException extends IllegalArgumentException implements Serializable

Serialized Fields

constraint

Predicate constraint


Class samples.preview_new_graphdraw.impl.crooked.CrookedRun extends Applet implements Serializable


Class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer extends JLabel implements Serializable

Serialized Fields

pickedVertexLabelColor

Color pickedVertexLabelColor

pickedEdgeLabelColor

Color pickedEdgeLabelColor

rotateEdgeLabels

boolean rotateEdgeLabels


Class samples.graph.EdgeLabelDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


vv

VisualizationViewer vv
the visual component and renderer for the graph


pr

PluggableRenderer pr

graphLabelRenderer

GraphLabelRenderer graphLabelRenderer

scaler

ScalingControl scaler


Class edu.uci.ics.jung.exceptions.FatalException extends RuntimeException implements Serializable


Class edu.uci.ics.jung.visualization.GraphDraw extends JComponent implements Serializable

Serialized Fields

vv

VisualizationViewer vv
Deprecated. 

mainFilter

Filter mainFilter
Deprecated. 

allFilters

List allFilters
Deprecated. 

sliders

List sliders
Deprecated. 

toolbar

JPanel toolbar
Deprecated. 

statusbar

JLabel statusbar
Deprecated. 


Class samples.graph.GraphEditorDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


layout

AbstractLayout layout

vv

VisualizationViewer vv
the visual component and renderer for the graph


vertexLocations

DefaultSettableVertexLocationFunction vertexLocations

instructions

String instructions


Class edu.uci.ics.jung.graph.event.GraphEvent extends EventObject implements Serializable

Serialized Fields

mGraphElement

Element mGraphElement


Class samples.preview_new_graphdraw.impl.GraphLayoutPanel extends JPanel implements Serializable

Serialized Fields

clickPolicy

GraphLayoutPanelMouseListener.ClickPolicy clickPolicy

mVertexRenderer

VertexRenderer mVertexRenderer

mEdgeRenderer

EdgeRenderer mEdgeRenderer

mLayout

EmittedLayout mLayout

pipeline

TransformerPipeline pipeline

listeners

List listeners

cleanOriginal

EmittedLayout cleanOriginal


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

Serialized Fields

vv

VisualizationViewer vv

horizontalScrollBar

JScrollBar horizontalScrollBar

verticalScrollBar

JScrollBar verticalScrollBar

corner

JComponent corner

scrollBarsMayControlAdjusting

boolean scrollBarsMayControlAdjusting

south

JPanel south


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


Class samples.graph.LensDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


graphLayout

Layout graphLayout

grid

Graph grid
a grid shaped graph


gridLayout

Layout gridLayout

vv

VisualizationViewer 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.visualization.control.ModalGraphMouse.Mode extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Designates an alternative object to be used when reading an object from a stream. This prevents duplicate constants from coexisting. This method is automatically called as a result of deserialization.

Throws:
ObjectStreamException - when a deserialization error occurs
Serialized Fields

mode

String mode

ordinal

int ordinal


Class samples.graph.MultiViewDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


vv1

VisualizationViewer vv1
the visual components and renderers for the graph


vv2

VisualizationViewer vv2

vv3

VisualizationViewer vv3

transformer

MutableTransformer transformer
the normal transformer


preferredSize

Dimension preferredSize

messageOne

String messageOne
See Also:
Constant Field Values

messageTwo

String messageTwo
See Also:
Constant Field Values

messageThree

String messageThree
See Also:
Constant Field Values

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane


Class edu.uci.ics.jung.utils.MutableDouble extends Number implements Serializable

Serialized Fields

mDouble

double mDouble


Class edu.uci.ics.jung.utils.MutableInteger extends Number implements Serializable

Serialized Fields

mInteger

int mInteger


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

Serialized Fields

x

double x

y

double y


Class samples.graph.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_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

pr

PluggableRenderer pr

vcf

samples.graph.PluggableRendererDemo.SeedColor vcf

ewcs

samples.graph.PluggableRendererDemo.EdgeWeightStrokeFunction ewcs

vsh

samples.graph.PluggableRendererDemo.VertexStrokeHighlight vsh

vs

VertexStringer vs

vs_none

VertexStringer vs_none

es

EdgeStringer es

es_none

EdgeStringer es_none

ff

samples.graph.PluggableRendererDemo.FontHandler ff

vssa

samples.graph.PluggableRendererDemo.VertexShapeSizeAspect vssa

show_edge

samples.graph.PluggableRendererDemo.DirectionDisplayPredicate show_edge

show_arrow

samples.graph.PluggableRendererDemo.DirectionDisplayPredicate show_arrow

show_vertex

samples.graph.PluggableRendererDemo.VertexDisplayPredicate show_vertex

edgePaint

PluggableRendererDemo.GradientPickedEdgePaintFunction edgePaint

edge_weight

NumberEdgeValue edge_weight

voltages

NumberVertexValue voltages

transparency

NumberVertexValue transparency

vv

VisualizationViewer vv

gm

DefaultModalGraphMouse gm

affineTransformer

Transformer affineTransformer


Class samples.graph.RankingDemo extends JPanel implements Serializable

Serialized Fields

mCurrentGraph

Graph mCurrentGraph

mVisualizer

Layout mVisualizer

mRenderer

BasicRenderer mRenderer

mVizViewer

VisualizationViewer mVizViewer

mNodeAcceptBetweennessSlider

JSlider mNodeAcceptBetweennessSlider

mNodeSizeDegreeSlider

JSlider mNodeSizeDegreeSlider

mNodeSizePageRankSlider

JSlider mNodeSizePageRankSlider

mBetweennessFilter

NumericDecorationFilter mBetweennessFilter

mLabel

String mLabel


Class samples.graph.RankingDemo.MyJPanel extends JPanel implements Serializable


Class samples.graph.RankingDemoDriver extends JApplet implements Serializable


Class samples.graph.SatelliteViewDemo extends JApplet implements Serializable

Serialized Fields

helpDialog

JDialog helpDialog

viewGrid

VisualizationViewer.Paintable viewGrid


Class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer extends VisualizationViewer implements Serializable

Serialized Fields

master

VisualizationViewer master
the master VisualizationViewer that this is a satellite view for


Class samples.graph.ShortestPathDemo extends JPanel implements Serializable

Serialized Fields

mFrom

Vertex mFrom
Starting vertex


mTo

Vertex mTo
Ending vertex


mGraph

Graph mGraph

mPred

Set mPred


Class samples.graph.ShortestPathDemoDriver extends JApplet implements Serializable


Class samples.graph.ShowLayouts extends JApplet implements Serializable


Class samples.graph.southern.SouthernWomenApplet extends Applet implements Serializable


Class edu.uci.ics.jung.graph.decorators.StringLabeller.UniqueLabelException extends Exception implements Serializable


Class samples.graph.SubLayoutDemo extends JApplet implements Serializable

Serialized Fields

instructions

String instructions

graph

Graph graph
the graph


vv

VisualizationViewer vv
the visual component and renderer for the graph


clusteringLayout

SubLayoutDecorator clusteringLayout

ps

PickedState ps


Class samples.graph.southern.TestSouthernWomenBipartite extends JPanel implements Serializable

Serialized Fields

dates

StringLabeller dates

women

StringLabeller women

bpg

KPartiteGraph bpg

kpf

FoldingTransformer kpf

bipartitePanel

JPanel bipartitePanel

bipartiteGraphDraw

LocalGraphDraw bipartiteGraphDraw

wellKnownRenderer

BipartiteVertexRenderer wellKnownRenderer


Class samples.graph.TreeLayoutDemo extends JApplet implements Serializable

Serialized Fields

graph

SparseTree graph
the graph


vv

VisualizationViewer vv
the visual component and renderer for the graph


root

Vertex root


Class samples.graph.TwoModelDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


vv1

VisualizationViewer vv1
the visual components and renderers for the graph


vv2

VisualizationViewer vv2

layoutTransformer

MutableTransformer layoutTransformer
the normal transformer


preferredSize

Dimension preferredSize


Class samples.graph.VertexImageShaperDemo extends JApplet implements Serializable

Serialized Fields

graph

Graph graph
the graph


vv

VisualizationViewer vv
the visual component and renderer for the graph


iconNames

String[] iconNames
some icon names to use


Class samples.graph.VertexImageShaperDemo.LayeredIcon extends ImageIcon implements Serializable

Serialized Fields

iconSet

Set iconSet


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

Serialized Fields

changeSupport

ChangeEventSupport changeSupport

model

VisualizationModel model
holds the state of this View


renderer

Renderer renderer
handles the actual drawing of graph elements


toolTipFunction

ToolTipFunction toolTipFunction
should be set to user-defined class to provide tooltips on the graph elements


renderingHints

Map renderingHints
rendering hints used in drawing. Anti-aliasing is on by default


pickSupport

PickSupport pickSupport
pluggable support for picking graph elements by finding them based on their coordinates. Typically used in mouse events.


pickedState

PickedState pickedState
holds the state of which elements 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


viewTransformer

MutableTransformer viewTransformer
Provides support for mutating the AffineTransform that is supplied to the rendering Graphics2D


layoutTransformer

MutableTransformer layoutTransformer

preRenderers

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


postRenderers

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


graphMouse

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


locationMap

Map locationMap
if true, then when the View is resized, the current Layout is resized to the same size.


relaxTimes

long[] relaxTimes

paintTimes

long[] paintTimes

relaxIndex

int relaxIndex

paintIndex

int paintIndex

paintfps

double paintfps

relaxfps

double relaxfps