Serialized Form


Package edu.uci.ics.jung.algorithms.cluster

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


Package edu.uci.ics.jung.exceptions

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

Serialized Fields

constraint

Predicate constraint

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


Package edu.uci.ics.jung.graph.decorators

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


Package edu.uci.ics.jung.graph.event

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

Serialized Fields

mGraphElement

Element mGraphElement

Package edu.uci.ics.jung.graph.impl

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


Package edu.uci.ics.jung.utils

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

Package edu.uci.ics.jung.visualization

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<K,V> renderingHints
Deprecated. 

scalex

float scalex
Deprecated. 

scaley

float scaley
Deprecated. 

lens

Lens lens
Deprecated. 

layoutTransformer

MutableTransformer layoutTransformer
Deprecated. 

Class edu.uci.ics.jung.visualization.Coordinates extends Point2D.Float 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 edu.uci.ics.jung.visualization.GraphDraw extends JComponent implements Serializable

Serialized Fields

vv

VisualizationViewer vv
Deprecated. 

mainFilter

Filter mainFilter
Deprecated. 

allFilters

List<E> allFilters
Deprecated. 

sliders

List<E> sliders
Deprecated. 

toolbar

JPanel toolbar
Deprecated. 

statusbar

JLabel statusbar
Deprecated. 

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.visualization.Lens extends Rectangle2D.Float implements Serializable

Serialized Fields

pan

boolean pan
Deprecated. 
true if we are dragging the Rectangle around


dragRightLeg

boolean dragRightLeg
Deprecated. 
true if we are dragging the right leg


dragBase

boolean dragBase
Deprecated. 
true if we are dragging the base


dragLeftLeg

boolean dragLeftLeg
Deprecated. 
true if we are dragging the left leg


dragTop

boolean dragTop
Deprecated. 
true if we are dragging the top


outside

boolean outside
Deprecated. 
true if the mouse pointer is outside the window


offx

float offx
Deprecated. 
the offset in the x direction, as a percentage of width


offy

float offy
Deprecated. 
the offset in the y direction, as a percentage of height


leftLeg

Line2D leftLeg
Deprecated. 
the left leg of the rectangle


rightLeg

Line2D rightLeg
Deprecated. 
the right leg of the rectangle


base

Line2D base
Deprecated. 
the base of the rectangle


top

Line2D top
Deprecated. 
the top of the rectangle


scalex

float scalex
Deprecated. 
the scale of the BirdsEyeVisualizationViewer compared to the graph display


scaley

float scaley
Deprecated. 
the scale of the BirdsEyeVisualizationViewer compared to the graph display


layout

Layout layout
Deprecated. 
the layout being used by the BirdsEye


vv

VisualizationViewer vv
Deprecated. 
the VisualizationViewer that is scaled and translated by this Lens


support

PropertyChangeSupport support
Deprecated. 
support for property changes


aspectRatio

float aspectRatio
Deprecated. 
ratio of width to height


down

Point down
Deprecated. 

lensXform

AffineTransform lensXform
Deprecated. 

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

Serialized Fields

x

double x

y

double y

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<K,V> 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<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)


graphMouse

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


locationMap

Map<K,V> 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

Package edu.uci.ics.jung.visualization.contrib

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


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

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 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


Package edu.uci.ics.jung.visualization.transform

Class edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint extends Point2D.Double implements Serializable


Package samples.graph

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 samples.graph.ClusteringDemo extends JApplet implements Serializable

Serialized Fields

similarColors

Color[] similarColors

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 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 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 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

messageTwo

String messageTwo

messageThree

String messageThree

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane

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 samples.graph.ShortestPathDemo extends JPanel implements Serializable

Serialized Fields

mFrom

Vertex mFrom
Starting vertex


mTo

Vertex mTo
Ending vertex


mGraph

Graph mGraph

mPred

Set<E> mPred

Class samples.graph.ShortestPathDemoDriver extends JApplet implements Serializable

Class samples.graph.ShowLayouts extends JApplet 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.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<E> iconSet

Package samples.graph.southern

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

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

Package samples.preview_new_graphdraw.event

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

Serialized Fields

dist

double dist

originator

MouseEvent originator

graphObject

Element graphObject

Package samples.preview_new_graphdraw.impl

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

Serialized Fields

clickPolicy

samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.ClickPolicy clickPolicy

mVertexRenderer

VertexRenderer mVertexRenderer

mEdgeRenderer

EdgeRenderer mEdgeRenderer

mLayout

EmittedLayout mLayout

pipeline

TransformerPipeline pipeline

listeners

List<E> listeners

cleanOriginal

EmittedLayout cleanOriginal

Package samples.preview_new_graphdraw.impl.crooked

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


Package scratch.biao

Class scratch.biao.SliderPanel extends JPanel implements Serializable

Serialized Fields

slider

JSlider slider

textField

JFormattedTextField textField

max_val

int max_val

min_val

int min_val

init_val

int init_val

majorTickSpacing

int majorTickSpacing

minorTickSpacing

int minorTickSpacing

label

String label

numberFormat

NumberFormat numberFormat

formatter

NumberFormatter formatter

Class scratch.biao.TestFrame extends JFrame implements Serializable

Serialized Fields

tf

JTextArea tf

sp

JScrollPane sp

Package scratch.danyel

Class scratch.danyel.BabySoWoBi extends JPanel implements Serializable

Serialized Fields

dates

StringLabeller dates

women

StringLabeller women

bpg

KPartiteGraph bpg

Class scratch.danyel.TMAMiniGraph extends JPanel implements Serializable

Serialized Fields

gd

GraphDraw gd

name

String name

Package scratch.joshua.ranking

Class scratch.joshua.ranking.RankerDemo 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

values

NumberVertexValue[] values

rankers

String[] rankers

prr

PageRankRanker prr

wdr

WeightedDegreeRanker wdr

rank_id

int rank_id

vertex_sizes

InterpolatingVertexSizeFunction vertex_sizes

instructions

String instructions

Package scratch.scott

Class scratch.scott.GraphGeneratorDemo extends Applet implements Serializable

Class scratch.scott.VizApp extends JFrame implements Serializable

Serialized Fields

mCurrentGraph

Graph mCurrentGraph

mVisualizer

Layout mVisualizer

mRenderer

BasicRenderer mRenderer

mVizViewer

VisualizationViewer mVizViewer

mNodeAcceptBetweennessSlider

JSlider mNodeAcceptBetweennessSlider

mNodeSizeBetweennessSlider

JSlider mNodeSizeBetweennessSlider

mNodeSizePageRankSlider

JSlider mNodeSizePageRankSlider

mBetweennessFilter

NumericDecorationFilter mBetweennessFilter

mPageRankFilter

NumericDecorationFilter mPageRankFilter

Package scratch.scott.demo

Class scratch.scott.demo.GraphDistributionsDemo extends JFrame implements Serializable


Package scratch.scott.event

Class scratch.scott.event.GraphEvent extends EventObject implements Serializable

Serialized Fields

mEventType

GraphEventType mEventType

mGraphElement

UserDataContainer mGraphElement

Package scratch.scott.sample

Class scratch.scott.sample.Demo extends Applet implements Serializable

Class scratch.scott.sample.RankingDemo extends JFrame implements Serializable

Serialized Fields

mCurrentGraph

Graph mCurrentGraph

mVisualizer

Layout mVisualizer

mRenderer

BasicRenderer mRenderer

mVizViewer

VisualizationViewer mVizViewer

mNodeAcceptBetweennessSlider

JSlider mNodeAcceptBetweennessSlider

mNodeSizeBetweennessSlider

JSlider mNodeSizeBetweennessSlider

mNodeSizePageRankSlider

JSlider mNodeSizePageRankSlider

mBetweennessFilter

NumericDecorationFilter mBetweennessFilter

mPageRankFilter

NumericDecorationFilter mPageRankFilter