Serialized Form
-
Package edu.uci.ics.jung.algorithms.layout
-
Class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
class FRVertexData extends Point2D.Double implements Serializable
-
-
Package edu.uci.ics.jung.algorithms.util
-
Exception Class edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException
class NotEnoughClustersException extends RuntimeException implements Serializable
-
-
Package edu.uci.ics.jung.graph
-
Class edu.uci.ics.jung.graph.AbstractGraph
class AbstractGraph extends Object implements Serializable -
Class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Serialized Fields
-
edge_type
EdgeType edge_type
The edge type for all edges in this graph.
-
-
-
Class edu.uci.ics.jung.graph.DelegateForest
-
Class edu.uci.ics.jung.graph.DelegateTree
-
Class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
-
Class edu.uci.ics.jung.graph.DirectedSparseGraph
-
Class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
Class edu.uci.ics.jung.graph.GraphDecorator
class GraphDecorator extends Object implements Serializable -
Class edu.uci.ics.jung.graph.ObservableGraph
-
Serialized Fields
-
listenerList
List<GraphEventListener<V,
E>> listenerList
-
-
-
Class edu.uci.ics.jung.graph.OrderedKAryTree
-
Class edu.uci.ics.jung.graph.OrderedSparseMultigraph
-
Class edu.uci.ics.jung.graph.SetHypergraph
class SetHypergraph extends Object implements Serializable -
Class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Serialized Fields
-
edge_comparator
Comparator<E> edge_comparator
Comparator
used in ordering edges. Defaults toutil.ComparableComparator
if no comparators are specified in the constructor. -
vertex_comparator
Comparator<V> vertex_comparator
Comparator
used in ordering vertices. Defaults toutil.ComparableComparator
if no comparators are specified in the constructor.
-
-
-
Class edu.uci.ics.jung.graph.SparseGraph
-
Class edu.uci.ics.jung.graph.SparseMultigraph
-
Class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
class UndirectedOrderedSparseMultigraph extends UndirectedSparseMultigraph<V,E> implements Serializable -
Class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
Class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
-
Package edu.uci.ics.jung.graph.util
-
Class edu.uci.ics.jung.graph.util.Pair
class Pair extends Object implements Serializable
-
-
Package edu.uci.ics.jung.io
-
Exception Class edu.uci.ics.jung.io.GraphIOException
class GraphIOException extends Exception implements Serializable- serialVersionUID:
- 3773882099782535606L
-
-
Package edu.uci.ics.jung.samples
-
Class edu.uci.ics.jung.samples.AddNodeDemo
class AddNodeDemo extends JApplet implements Serializable- serialVersionUID:
- -5345319851341875800L
-
Class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
class AnimatingAddNodeDemo extends JApplet implements Serializable- serialVersionUID:
- -5345319851341875800L
-
Class edu.uci.ics.jung.samples.AnnotationsDemo
class AnnotationsDemo extends JApplet implements Serializable-
Serialized Fields
-
helpDialog
JDialog helpDialog
-
viewGrid
VisualizationServer.Paintable viewGrid
-
-
-
Class edu.uci.ics.jung.samples.BalloonLayoutDemo
class BalloonLayoutDemo extends JApplet implements Serializable-
Serialized Fields
-
edgeFactory
com.google.common.base.Supplier<Integer> edgeFactory
-
graph
Forest<String,
Integer> graph the graph -
graphFactory
com.google.common.base.Supplier<DirectedGraph<String,
Integer>> graphFactory -
hyperbolicViewSupport
LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view -
layout
TreeLayout<String,
Integer> layout -
radialLayout
BalloonLayout<String,
Integer> radialLayout -
rings
VisualizationServer.Paintable rings
-
root
String root
-
treeFactory
com.google.common.base.Supplier<Tree<String,
Integer>> treeFactory -
vertexFactory
com.google.common.base.Supplier<String> vertexFactory
-
vv
VisualizationViewer<String,
Integer> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.ClusteringDemo
class ClusteringDemo extends JApplet implements Serializable -
Class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
class DemoLensVertexImageShaperDemo extends JApplet implements Serializable- serialVersionUID:
- 5432239991020505763L
-
Serialized Fields
-
graph
DirectedSparseGraph<Number,
Number> graph the graph -
iconNames
String[] iconNames
some icon names to use -
magnifyLayoutSupport
LensSupport magnifyLayoutSupport
-
magnifyViewSupport
LensSupport magnifyViewSupport
-
modelSupport
LensSupport modelSupport
-
viewSupport
LensSupport viewSupport
-
vv
VisualizationViewer<Number,
Number> vv the visual component and renderer for the graph
-
-
Class edu.uci.ics.jung.samples.EdgeLabelDemo
class EdgeLabelDemo extends JApplet implements Serializable- serialVersionUID:
- -6077157664507049647L
-
Serialized Fields
-
edgeLabelRenderer
EdgeLabelRenderer edgeLabelRenderer
-
graph
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 edu.uci.ics.jung.samples.GraphEditorDemo
class GraphEditorDemo extends JApplet implements Serializable- serialVersionUID:
- -2023243689258876709L
-
Serialized Fields
-
graph
Graph<Number,
Number> graph the graph -
instructions
String instructions
-
layout
AbstractLayout<Number,
Number> layout -
vv
VisualizationViewer<Number,
Number> vv the visual component and renderer for the graph
-
-
Class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
class ImageEdgeLabelDemo extends JApplet implements Serializable- serialVersionUID:
- -4332663871914930864L
-
Serialized Fields
-
graph
DirectedGraph<Number,
Number> graph the graph -
vv
VisualizationViewer<Number,
Number> vv the visual component and renderer for the graph
-
-
Class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
class L2RTreeLayoutDemo extends JApplet implements Serializable-
Serialized Fields
-
edgeFactory
com.google.common.base.Supplier<Integer> edgeFactory
-
graph
Forest<String,
Integer> graph the graph -
graphFactory
com.google.common.base.Supplier<DirectedGraph<String,
Integer>> graphFactory -
radialLayout
RadialTreeLayout<String,
Integer> radialLayout -
rings
VisualizationServer.Paintable rings
-
root
String root
-
treeFactory
com.google.common.base.Supplier<Tree<String,
Integer>> treeFactory -
treeLayout
TreeLayout<String,
Integer> treeLayout -
vertexFactory
com.google.common.base.Supplier<String> vertexFactory
-
vv
VisualizationViewer<String,
Integer> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.LensDemo
class LensDemo extends JApplet implements Serializable-
Serialized Fields
-
graph
Graph<String,
Number> graph the graph -
graphLayout
FRLayout<String,
Number> graphLayout -
grid
Graph<String,
Number> grid a grid shaped graph -
gridLayout
Layout<String,
Number> gridLayout -
hyperbolicLayoutSupport
LensSupport hyperbolicLayoutSupport
provides a Hyperbolic lens for the model -
hyperbolicViewSupport
LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view -
magnifyLayoutSupport
LensSupport magnifyLayoutSupport
provides a magnification lens for the model -
magnifyViewSupport
LensSupport magnifyViewSupport
provides a magnification lens for the view -
scaler
ScalingControl scaler
-
vv
VisualizationViewer<String,
Number> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
class LensVertexImageShaperDemo extends JApplet implements Serializable- serialVersionUID:
- 5432239991020505763L
-
Serialized Fields
-
graph
DirectedSparseGraph<Number,
Number> graph the graph -
iconNames
String[] iconNames
some icon names to use -
magnifyLayoutSupport
LensSupport magnifyLayoutSupport
-
magnifyViewSupport
LensSupport magnifyViewSupport
-
modelSupport
LensSupport modelSupport
-
viewSupport
LensSupport viewSupport
-
vv
VisualizationViewer<Number,
Number> vv the visual component and renderer for the graph
-
-
Class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
class MinimumSpanningTreeDemo extends JApplet implements Serializable-
Serialized Fields
-
graph
Graph<String,
Number> graph the graph -
layoutTransformer
MutableTransformer layoutTransformer
the normal Function -
preferredLayoutSize
Dimension preferredLayoutSize
-
preferredSize
Dimension preferredSize
-
preferredSizeRect
Dimension preferredSizeRect
-
tree
Forest<String,
Number> tree -
vv0
VisualizationViewer<String,
Number> vv0 the visual components and renderers for the graph -
vv1
VisualizationViewer<String,
Number> vv1 -
vv2
VisualizationViewer<String,
Number> vv2
-
-
-
Class edu.uci.ics.jung.samples.MultiViewDemo
class MultiViewDemo extends JApplet implements Serializable-
Serialized Fields
-
graph
Graph<String,
Number> graph the graph -
messageOne
String messageOne
-
messageThree
String messageThree
-
messageTwo
String messageTwo
-
preferredSize
Dimension preferredSize
the normal Function -
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 edu.uci.ics.jung.samples.PluggableRendererDemo
class PluggableRendererDemo extends JApplet implements Serializable-
Serialized Fields
-
e_arrow_centered
JCheckBox e_arrow_centered
-
e_bent
JRadioButton e_bent
-
e_color
JCheckBox e_color
-
e_cubic
JRadioButton e_cubic
-
e_darrow_pred
JCheckBox e_darrow_pred
-
e_labels
JCheckBox e_labels
-
e_line
JRadioButton e_line
-
e_ortho
JRadioButton e_ortho
-
e_quad
JRadioButton e_quad
-
e_show_d
JCheckBox e_show_d
-
e_show_u
JCheckBox e_show_u
-
e_uarrow_pred
JCheckBox e_uarrow_pred
-
e_wedge
JRadioButton e_wedge
-
edge_weight
Map<Number,
Number> edge_weight -
edgeDrawPaint
PluggableRendererDemo.GradientPickedEdgePaintFunction<Integer,
Number> edgeDrawPaint -
edgeFillPaint
PluggableRendererDemo.GradientPickedEdgePaintFunction<Integer,
Number> edgeFillPaint -
eff
PluggableRendererDemo.EdgeFontTransformer<Number> eff
-
es
com.google.common.base.Function<? super Number,
String> es -
es_none
com.google.common.base.Function<? super Number,
String> es_none -
ewcs
PluggableRendererDemo.EdgeWeightStrokeFunction<Number> ewcs
-
fill_edges
JCheckBox fill_edges
-
font
JCheckBox font
-
gm
DefaultModalGraphMouse<Integer,
Number> gm -
gradient_relative
JRadioButton gradient_relative
-
graph
Graph<Integer,
Number> graph -
no_gradient
JRadioButton no_gradient
-
seedDrawColor
PluggableRendererDemo.SeedDrawColor<Integer> seedDrawColor
-
seedFillColor
PluggableRendererDemo.SeedFillColor<Integer> seedFillColor
-
seedVertices
Set<Integer> seedVertices
-
self_loop
com.google.common.base.Predicate<Context<Graph<Integer,
Number>, Number>> self_loop -
show_arrow
PluggableRendererDemo.DirectionDisplayPredicate<Integer,
Number> show_arrow -
show_edge
PluggableRendererDemo.DirectionDisplayPredicate<Integer,
Number> show_edge -
show_vertex
PluggableRendererDemo.VertexDisplayPredicate<Integer,
Number> show_vertex -
transparency
Map<Integer,
Number> transparency -
v_aspect
JCheckBox v_aspect
-
v_color
JCheckBox v_color
-
v_labels
JCheckBox v_labels
-
v_shape
JCheckBox v_shape
-
v_size
JCheckBox v_size
-
v_small
JCheckBox v_small
-
v_stroke
JCheckBox v_stroke
-
vff
PluggableRendererDemo.VertexFontTransformer<Integer> vff
-
voltages
com.google.common.base.Function<Integer,
Double> voltages -
vs
com.google.common.base.Function<? super Integer,
String> vs -
vs_none
com.google.common.base.Function<? super Integer,
String> vs_none -
vsh
PluggableRendererDemo.VertexStrokeHighlight<Integer,
Number> vsh -
vssa
PluggableRendererDemo.VertexShapeSizeAspect<Integer,
Number> vssa -
vv
VisualizationViewer<Integer,
Number> vv -
zoom_at_mouse
JCheckBox zoom_at_mouse
-
-
-
Class edu.uci.ics.jung.samples.RadialTreeLensDemo
class RadialTreeLensDemo extends JApplet implements Serializable-
Serialized Fields
-
edgeFactory
com.google.common.base.Supplier<Integer> edgeFactory
-
graph
Forest<String,
Integer> graph -
graphFactory
com.google.common.base.Supplier<DirectedGraph<String,
Integer>> graphFactory -
hyperbolicViewSupport
LensSupport hyperbolicViewSupport
provides a Hyperbolic lens for the view -
layout
TreeLayout<String,
Integer> layout -
radialLayout
RadialTreeLayout<String,
Integer> radialLayout -
rings
VisualizationServer.Paintable rings
-
root
String root
-
scaler
ScalingControl scaler
-
treeFactory
com.google.common.base.Supplier<Tree<String,
Integer>> treeFactory -
vertexFactory
com.google.common.base.Supplier<String> vertexFactory
-
vv
VisualizationViewer<String,
Integer> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.SatelliteViewDemo
class SatelliteViewDemo extends JApplet implements Serializable-
Serialized Fields
-
helpDialog
JDialog helpDialog
-
viewGrid
VisualizationServer.Paintable viewGrid
-
-
-
Class edu.uci.ics.jung.samples.ShortestPathDemo
class ShortestPathDemo extends JPanel implements Serializable- serialVersionUID:
- 7526217664458188502L
-
Class edu.uci.ics.jung.samples.ShowLayouts
class ShowLayouts extends JApplet implements Serializable -
Class edu.uci.ics.jung.samples.SubLayoutDemo
class SubLayoutDemo extends JApplet implements Serializable-
Serialized Fields
-
clusteringLayout
AggregateLayout<String,
Number> clusteringLayout -
graph
Graph<String,
Number> graph the graph -
instructions
String instructions
-
layoutClasses
Class<Layout>[] layoutClasses
-
ps
PickedState<String> ps
-
sizes
Map<Graph<String,
Number>, Dimension> sizes -
subLayoutSize
Dimension subLayoutSize
-
subLayoutType
Class<CircleLayout> subLayoutType
-
vv
VisualizationViewer<String,
Number> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.TreeCollapseDemo
class TreeCollapseDemo extends JApplet implements Serializable-
Serialized Fields
-
collapser
TreeCollapser collapser
-
edgeFactory
com.google.common.base.Supplier<Integer> edgeFactory
-
graph
Forest<String,
Integer> graph the graph -
graphFactory
com.google.common.base.Supplier<DirectedGraph<String,
Integer>> graphFactory -
layout
TreeLayout<String,
Integer> layout -
layout1
FRLayout<?,
?> layout1 -
radialLayout
RadialTreeLayout<String,
Integer> radialLayout -
rings
VisualizationServer.Paintable rings
-
root
String root
-
treeFactory
com.google.common.base.Supplier<Tree<String,
Integer>> treeFactory -
vertexFactory
com.google.common.base.Supplier<String> vertexFactory
-
vv
VisualizationViewer<String,
Integer> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.TreeLayoutDemo
class TreeLayoutDemo extends JApplet implements Serializable-
Serialized Fields
-
edgeFactory
com.google.common.base.Supplier<Integer> edgeFactory
-
graph
Forest<String,
Integer> graph the graph -
graphFactory
com.google.common.base.Supplier<DirectedGraph<String,
Integer>> graphFactory -
radialLayout
RadialTreeLayout<String,
Integer> radialLayout -
rings
VisualizationServer.Paintable rings
-
root
String root
-
treeFactory
com.google.common.base.Supplier<Tree<String,
Integer>> treeFactory -
treeLayout
TreeLayout<String,
Integer> treeLayout -
vertexFactory
com.google.common.base.Supplier<String> vertexFactory
-
vv
VisualizationViewer<String,
Integer> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.TwoModelDemo
class TwoModelDemo extends JApplet implements Serializable-
Serialized Fields
-
graph
Graph<String,
Number> graph the graph -
layoutTransformer
MutableTransformer layoutTransformer
the normal Function -
preferredSize
Dimension preferredSize
-
vv1
VisualizationViewer<String,
Number> vv1 the visual components and renderers for the graph -
vv2
VisualizationViewer<String,
Number> vv2
-
-
-
Class edu.uci.ics.jung.samples.VertexCollapseDemo
class VertexCollapseDemo extends JApplet implements Serializable-
Serialized Fields
-
collapser
GraphCollapser collapser
-
graph
Graph graph
the graph -
instructions
String instructions
-
layout
Layout layout
-
vv
VisualizationViewer vv
the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
class VertexCollapseDemoWithLayouts extends JApplet implements Serializable-
Serialized Fields
-
collapsedGraph
Graph collapsedGraph
-
collapser
GraphCollapser collapser
-
graph
Graph graph
the graph -
instructions
String instructions
-
layout
Layout layout
-
vv
VisualizationViewer vv
the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.VertexImageShaperDemo
class VertexImageShaperDemo extends JApplet implements Serializable- serialVersionUID:
- -4332663871914930864L
-
Serialized Fields
-
graph
DirectedSparseGraph<Number,
Number> graph the graph -
iconNames
String[] iconNames
some icon names to use -
vv
VisualizationViewer<Number,
Number> vv the visual component and renderer for the graph
-
-
Class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
class VertexLabelAsShapeDemo extends JApplet implements Serializable- serialVersionUID:
- 1017336668368978842L
-
Class edu.uci.ics.jung.samples.VertexLabelPositionDemo
class VertexLabelPositionDemo extends JApplet implements Serializable-
Serialized Fields
-
graph
Graph<String,
Number> graph the graph -
graphLayout
FRLayout<String,
Number> graphLayout -
scaler
ScalingControl scaler
-
vv
VisualizationViewer<String,
Number> vv the visual component and renderer for the graph
-
-
-
Class edu.uci.ics.jung.samples.WorldMapGraphDemo
class WorldMapGraphDemo extends JApplet implements Serializable
-
-
Package edu.uci.ics.jung.visualization
-
Class edu.uci.ics.jung.visualization.BasicVisualizationServer
class BasicVisualizationServer extends JPanel implements Serializable-
Serialized Fields
-
changeSupport
ChangeEventSupport changeSupport
-
doubleBuffered
boolean doubleBuffered
user-settable choice to use the offscreen image or not. 'false' by default -
model
VisualizationModel<V,
E> model holds the state of this 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 -
pickedEdgeState
PickedState<E> pickedEdgeState
holds the state of which edges of the graph are currently 'picked' -
pickedVertexState
PickedState<V> pickedVertexState
holds the state of which vertices 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 -
postRenderers
List<VisualizationServer.Paintable> postRenderers
a collection of user-implementable functions to render over the topology (after the graph is rendered) -
preRenderers
List<VisualizationServer.Paintable> preRenderers
a collection of user-implementable functions to render under the topology (before the graph is rendered) -
renderContext
RenderContext<V,
E> renderContext -
renderer
Renderer<V,
E> renderer handles the actual drawing of graph elements -
renderingHints
Map<RenderingHints.Key,
Object> renderingHints rendering hints used in drawing. Anti-aliasing is on by default
-
-
-
Class edu.uci.ics.jung.visualization.GraphZoomScrollPane
class GraphZoomScrollPane extends JPanel implements Serializable-
Serialized Fields
-
corner
JComponent corner
-
horizontalScrollBar
JScrollBar horizontalScrollBar
-
scrollBarsMayControlAdjusting
boolean scrollBarsMayControlAdjusting
-
south
JPanel south
-
verticalScrollBar
JScrollBar verticalScrollBar
-
vv
VisualizationViewer<?,
?> vv
-
-
-
Class edu.uci.ics.jung.visualization.LayeredIcon
class LayeredIcon extends ImageIcon implements Serializable -
Class edu.uci.ics.jung.visualization.VisualizationImageServer
-
Serialized Fields
-
renderingHints
Map<RenderingHints.Key,
Object> renderingHints
-
-
-
Class edu.uci.ics.jung.visualization.VisualizationViewer
-
Serialized Fields
-
edgeToolTipTransformer
com.google.common.base.Function<? super E,
String> edgeToolTipTransformer -
graphMouse
VisualizationViewer.GraphMouse graphMouse
provides MouseListener, MouseMotionListener, and MouseWheelListener events to the graph -
mouseEventToolTipTransformer
com.google.common.base.Function<MouseEvent,
String> mouseEventToolTipTransformer -
requestFocusListener
MouseListener requestFocusListener
-
vertexToolTipTransformer
com.google.common.base.Function<? super V,
String> vertexToolTipTransformer
-
-
-
-
Package edu.uci.ics.jung.visualization.annotations
-
Class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
class AnnotationRenderer extends JLabel implements Serializable
-
-
Package edu.uci.ics.jung.visualization.control
-
Class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
-
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
class Point extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
class 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
class DefaultEdgeLabelRenderer extends JLabel implements Serializable-
Serialized Fields
-
pickedEdgeLabelColor
Color pickedEdgeLabelColor
-
rotateEdgeLabels
boolean rotateEdgeLabels
-
-
-
Class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
class DefaultVertexLabelRenderer extends JLabel implements Serializable-
Serialized Fields
-
pickedVertexLabelColor
Color pickedVertexLabelColor
-
-
-