Serialized Form
Package edu.uci.ics.jung.algorithms.cluster |
Package edu.uci.ics.jung.exceptions |
constraint
Predicate constraint
Package edu.uci.ics.jung.graph.decorators |
Package edu.uci.ics.jung.graph.event |
mGraphElement
Element mGraphElement
Package edu.uci.ics.jung.graph.impl |
Package edu.uci.ics.jung.utils |
mDouble
double mDouble
mInteger
int mInteger
Package edu.uci.ics.jung.visualization |
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.
pickedVertexLabelColor
Color pickedVertexLabelColor
pickedEdgeLabelColor
Color pickedEdgeLabelColor
rotateEdgeLabels
boolean rotateEdgeLabels
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.
vv
VisualizationViewer vv
horizontalScrollBar
JScrollBar horizontalScrollBar
verticalScrollBar
JScrollBar verticalScrollBar
corner
JComponent corner
scrollBarsMayControlAdjusting
boolean scrollBarsMayControlAdjusting
south
JPanel south
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.
x
double x
y
double y
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 |
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 |
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
mode
String mode
ordinal
int ordinal
master
VisualizationViewer master
- the master VisualizationViewer that this is a satellite view for
Package edu.uci.ics.jung.visualization.transform |
g
Graph g
vv
VisualizationViewer vv
layout
LayoutMutable layout
labler
StringLabeller labler
timer
Timer timer
switchLayout
JButton switchLayout
v_prev
Vertex v_prev
similarColors
Color[] similarColors
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
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
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
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
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
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
helpDialog
JDialog helpDialog
viewGrid
VisualizationViewer.Paintable viewGrid
mFrom
Vertex mFrom
- Starting vertex
mTo
Vertex mTo
- Ending vertex
mGraph
Graph mGraph
mPred
Set<E> mPred
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
graph
SparseTree graph
- the graph
vv
VisualizationViewer vv
- the visual component and renderer for the graph
root
Vertex root
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
graph
Graph graph
- the graph
vv
VisualizationViewer vv
- the visual component and renderer for the graph
iconNames
String[] iconNames
- some icon names to use
iconSet
Set<E> iconSet
Package samples.graph.southern |
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 |
dist
double dist
originator
MouseEvent originator
graphObject
Element graphObject
Package samples.preview_new_graphdraw.impl |
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 |
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
tf
JTextArea tf
sp
JScrollPane sp
dates
StringLabeller dates
women
StringLabeller women
bpg
KPartiteGraph bpg
gd
GraphDraw gd
name
String name
Package scratch.joshua.ranking |
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
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 |
Package scratch.scott.event |
mEventType
GraphEventType mEventType
mGraphElement
UserDataContainer mGraphElement
Package scratch.scott.sample |
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