- v - Variable in class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest
-
- v_aspect - Variable in class samples.graph.PluggableRendererDemo
-
- v_color - Variable in class samples.graph.PluggableRendererDemo
-
- v_labels - Variable in class samples.graph.PluggableRendererDemo
-
- v_locations - Variable in class edu.uci.ics.jung.io.PajekNetReader
-
- v_locations - Variable in class edu.uci.ics.jung.visualization.DefaultSettableVertexLocationFunction
-
- v_shape - Variable in class samples.graph.PluggableRendererDemo
-
- v_size - Variable in class samples.graph.PluggableRendererDemo
-
- v_small - Variable in class samples.graph.PluggableRendererDemo
-
- v_stroke - Variable in class samples.graph.PluggableRendererDemo
-
- validate() - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
-
Overridden for performance reasons.
- value - Variable in class edu.uci.ics.jung.graph.decorators.ConstantEdgeValue
-
- valueChanged(ListSelectionEvent) - Method in class samples.graph.southern.TestSouthernWomenBipartite.RemoveAndRefold
-
- VALUES - Static variable in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
- values() - Method in class scratch.joshua.jung_2_0.decoration.TestMap
-
- varf - Variable in class edu.uci.ics.jung.graph.decorators.AbstractVertexShapeFunction
-
- varf - Variable in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
- variance() - Method in class edu.uci.ics.jung.statistics.Histogram
-
Returns the variance of the values accumulated in the histogram bins.
- variance() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
-
Note: the variance includes the Bessel correction factor.
- vcf - Variable in class edu.uci.ics.jung.visualization.VertexColorToVertexPaintConverter
-
Deprecated.
- vcf - Variable in class samples.graph.PluggableRendererDemo
-
- verbose - Variable in class edu.uci.ics.jung.io.HypergraphReader
-
- vertex - Variable in class edu.uci.ics.jung.algorithms.importance.NodeRanking
-
The vertex being ranked
- vertex - Variable in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
-
Deprecated.
- VERTEX - Static variable in class edu.uci.ics.jung.graph.impl.HypergraphBPG
-
Deprecated.
- Vertex - Interface in edu.uci.ics.jung.graph
-
A specific type of ArchetypeVertex
that can be connected
by instances of Edge
.
- vertex - Variable in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
-
the picked Vertex
- vertex - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
-
the picked Vertex, if any
- VERTEX_ADDITION - Static variable in interface edu.uci.ics.jung.graph.event.GraphEventType
-
- VERTEX_BIAS - Static variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
-
If the system is set to accept both VERTEX and EDGE clicks, then any
edge click will be just as far from a vertex as a vertex click is.
- VERTEX_CLICK_THRESHOLD - Static variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
-
This constant tracks how far a click needs to be before it's too far to
register at all.
- vertex_index - Variable in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
-
- vertex_labels - Variable in class test.edu.uci.ics.jung.io.PajekNetIOTest
-
- vertex_locations - Variable in class edu.uci.ics.jung.visualization.AbstractLayout
-
- VERTEX_ONLY_POLICY - Static variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
-
Only vertex events are fired from this panel.
- VERTEX_REMOVAL - Static variable in interface edu.uci.ics.jung.graph.event.GraphEventType
-
- vertex_requirements - Variable in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
-
- vertexAdded(GraphEvent) - Method in interface edu.uci.ics.jung.graph.event.GraphEventListener
-
- vertexAdded(GraphEvent) - Method in class edu.uci.ics.jung.utils.SubsetManager
-
Adds the vertex whose event this is to all appropriate subsets.
- vertexAdded(GraphEvent) - Method in class test.edu.uci.ics.jung.graph.event.TestGraphEventListener.EventConsistencyChecker
-
- VertexAspectRatioFunction - Interface in edu.uci.ics.jung.graph.decorators
-
- vertexBGColor - Variable in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
-
Deprecated.
- vertexClicked(ClickEvent) - Method in interface samples.preview_new_graphdraw.event.ClickListener
-
- vertexClicked(ClickEvent) - Method in class samples.preview_new_graphdraw.impl.crooked.CrookedRun.Selecter
-
- VertexClusterSet - Class in edu.uci.ics.jung.algorithms.cluster
-
A ClusterSet where each cluster is a set of vertices
- VertexClusterSet(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.algorithms.cluster.VertexClusterSet
-
Constructs and initializes the set
- VertexColorFunction - Interface in edu.uci.ics.jung.graph.decorators
-
Deprecated.
Superseded by VertexPaintFunction
- vertexColorFunction - Variable in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
-
Deprecated.
- VertexColorToVertexPaintConverter - Class in edu.uci.ics.jung.visualization
-
Deprecated.
You should create a new VertexPaintFunction if you can
- VertexColorToVertexPaintConverter(VertexColorFunction) - Constructor for class edu.uci.ics.jung.visualization.VertexColorToVertexPaintConverter
-
Deprecated.
- vertexFGColor - Variable in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
-
Deprecated.
- VertexFontFunction - Interface in edu.uci.ics.jung.graph.decorators
-
- vertexFontFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexGenerator - Interface in edu.uci.ics.jung.utils
-
This general interface defines a factory to produce vertices.
- VertexGeneratorTest - Class in test.edu.uci.ics.jung.utils
-
- VertexGeneratorTest() - Constructor for class test.edu.uci.ics.jung.utils.VertexGeneratorTest
-
- VertexIconAndShapeFunction - Class in edu.uci.ics.jung.graph.decorators
-
A default implementation that stores images in a Map keyed on the
vertex.
- VertexIconAndShapeFunction(VertexShapeFunction) - Constructor for class edu.uci.ics.jung.graph.decorators.VertexIconAndShapeFunction
-
- VertexIconFunction - Interface in edu.uci.ics.jung.graph.decorators
-
- vertexIconFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexImageShaperDemo - Class in samples.graph
-
Demonstrates the use of images to represent graph vertices.
- VertexImageShaperDemo() - Constructor for class samples.graph.VertexImageShaperDemo
-
create an instance of a simple graph with controls to
demo the zoom features.
- VertexImageShaperDemo.Checkmark - Class in samples.graph
-
a simple Icon that draws a checkmark in the lower-right quadrant of its
area.
- VertexImageShaperDemo.Checkmark() - Constructor for class samples.graph.VertexImageShaperDemo.Checkmark
-
- VertexImageShaperDemo.Checkmark(Color) - Constructor for class samples.graph.VertexImageShaperDemo.Checkmark
-
- VertexImageShaperDemo.DemoVertexImageShapeFunction - Class in samples.graph
-
this class exists only to provide settings to turn on/off shapes and image fill
in this demo.
- VertexImageShaperDemo.DemoVertexImageShapeFunction(VertexShapeFunction) - Constructor for class samples.graph.VertexImageShaperDemo.DemoVertexImageShapeFunction
-
- VertexImageShaperDemo.LayeredIcon - Class in samples.graph
-
An icon that is made up of a collection of Icons.
- VertexImageShaperDemo.LayeredIcon(Image) - Constructor for class samples.graph.VertexImageShaperDemo.LayeredIcon
-
- VertexImageShaperDemo.PickWithIconListener - Class in samples.graph
-
When Vertices are picked, add a checkmark icon to the imager.
- VertexImageShaperDemo.PickWithIconListener(DefaultVertexIconFunction) - Constructor for class samples.graph.VertexImageShaperDemo.PickWithIconListener
-
- VertexImageShaperDemo.VertexStringerImpl - Class in samples.graph
-
A simple implementation of VertexStringer that
gets Vertex labels from a Map
- VertexImageShaperDemo.VertexStringerImpl(Map) - Constructor for class samples.graph.VertexImageShaperDemo.VertexStringerImpl
-
- vertexIncludePredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexLocationFunction - Interface in edu.uci.ics.jung.visualization
-
An interface for classes that return a location for
an ArchetypeVertex
.
- VertexLocationUtils - Class in edu.uci.ics.jung.visualization
-
- VertexLocationUtils() - Constructor for class edu.uci.ics.jung.visualization.VertexLocationUtils
-
- vertexMap - Variable in class edu.uci.ics.jung.utils.SubsetManager
-
Map specifications (in the form of Predicates) to the corresponding subsets.
- VertexMapper - Interface in edu.uci.ics.jung.utils
-
Provides a general interface for mappings from one vertex to another.
- vertexMapToDAL(Map, Indexer) - Static method in class edu.uci.ics.jung.utils.GraphUtils
-
Converts vertex_values
(a Map of vertex to Number values)
to a DoubleArrayList, using indexer
to determine the location
of each vertex's value in the DAL.
- VertexPaintFunction - Interface in edu.uci.ics.jung.graph.decorators
-
This class replaces VertexColorFunction.
- vertexPaintFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexPartition - Class in scratch.scott.partition
-
- VertexPartition(ArchetypeGraph) - Constructor for class scratch.scott.partition.VertexPartition
-
- VertexPartition(ArchetypeGraph, int) - Constructor for class scratch.scott.partition.VertexPartition
-
- VertexPartitionClass - Class in scratch.scott.partition
-
- VertexPartitionClass(AbstractPartition) - Constructor for class scratch.scott.partition.VertexPartitionClass
-
- vertexPicked(ArchetypeVertex) - Method in interface edu.uci.ics.jung.visualization.PickEventListener
-
Deprecated.
- vertexPickedColor - Variable in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
-
Deprecated.
- VertexPredicate - Class in edu.uci.ics.jung.graph.predicates
-
- VertexPredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.VertexPredicate
-
- VertexPredicateFilter - Class in edu.uci.ics.jung.graph.filters
-
This is a simple Vertex filter that accepts the vertices which its
Predicate accepts.
- VertexPredicateFilter(VertexPredicate) - Constructor for class edu.uci.ics.jung.graph.filters.VertexPredicateFilter
-
- VertexPredicateFilter(Predicate) - Constructor for class edu.uci.ics.jung.graph.filters.VertexPredicateFilter
-
- VertexPredicateTest - Class in test.edu.uci.ics.jung.graph.predicates
-
- VertexPredicateTest() - Constructor for class test.edu.uci.ics.jung.graph.predicates.VertexPredicateTest
-
- VertexRegistry - Class in scratch.scott.registry
-
- VertexRegistry(Graph) - Constructor for class scratch.scott.registry.VertexRegistry
-
- vertexRemoved(GraphEvent) - Method in interface edu.uci.ics.jung.graph.event.GraphEventListener
-
- vertexRemoved(GraphEvent) - Method in class edu.uci.ics.jung.utils.SubsetManager
-
Removes the vertex whose event this is from all appropriate subsets.
- vertexRemoved(GraphEvent) - Method in class test.edu.uci.ics.jung.graph.event.TestGraphEventListener.EventConsistencyChecker
-
- VertexRenderer - Interface in samples.preview_new_graphdraw
-
- vertexSet - Variable in class edu.uci.ics.jung.graph.filters.UnassembledGraph
-
Holds a reference to the filter that generated this UnassembledGraph
- vertexSetToGraph(Set) - Static method in class edu.uci.ics.jung.utils.GraphUtils
-
Given a set of vertices, creates a new Graph that contains
all of those vertices, and all the edges that connect them.
- VertexShapeFactory - Class in edu.uci.ics.jung.visualization
-
A utility class for generating Shape
s for drawing vertices.
- VertexShapeFactory(VertexSizeFunction, VertexAspectRatioFunction) - Constructor for class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Creates a VertexShapeFactory
with the specified
vertex size and aspect ratio functions.
- VertexShapeFactory() - Constructor for class edu.uci.ics.jung.visualization.VertexShapeFactory
-
Creates a VertexShapeFactory
with a constant size of
10 and a constant aspect ratio of 1.
- VertexShapeFunction - Interface in edu.uci.ics.jung.graph.decorators
-
An interface for decorators that return a
Shape
for a specified vertex.
- vertexShapeFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexSizeFunction - Interface in edu.uci.ics.jung.graph.decorators
-
Returns the characteristic size at which the symbol for this
vertex should be rendered.
- VertexStringer - Interface in edu.uci.ics.jung.graph.decorators
-
An interface for classes that provide a way to fetch a label
for a specified vertex.
- vertexStringer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- VertexStrokeFunction - Interface in edu.uci.ics.jung.graph.decorators
-
- vertexStrokeFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- vertexToDrag - Variable in class edu.uci.ics.jung.visualization.SimpleGraphMouse
-
the vertex to drag with a mouseDragged operation
- vertexToLabel - Variable in class edu.uci.ics.jung.graph.decorators.StringLabeller
-
- VertexTypeTest - Class in test.edu.uci.ics.jung.graph.impl
-
- VertexTypeTest() - Constructor for class test.edu.uci.ics.jung.graph.impl.VertexTypeTest
-
- VertexTypeTest2 - Class in test.edu.uci.ics.jung.graph.impl
-
- VertexTypeTest2(Class, Class, boolean, boolean, boolean, boolean) - Constructor for class test.edu.uci.ics.jung.graph.impl.VertexTypeTest2
-
- vertexUnpicked(ArchetypeVertex) - Method in interface edu.uci.ics.jung.visualization.PickEventListener
-
Deprecated.
- verticalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
- vertices - Variable in class edu.uci.ics.jung.graph.impl.CollectionHyperedge
-
- vertices - Variable in class edu.uci.ics.jung.graph.impl.SetHypergraph
-
- vertices - Variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
-
- VERTICES - Static variable in class scratch.danyel.LittleTest
-
- vertices - Variable in class scratch.joshua.jung_2_0.core.SimpleDirectedSparseGraph
-
- vertices - Variable in class scratch.joshua.jung_2_0.core.SimpleUndirectedSparseGraph
-
- ViewLensSupport - Class in edu.uci.ics.jung.visualization.transform.shape
-
Uses a LensTransformer to use in the view
transform.
- ViewLensSupport(VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
-
- ViewLensSupport(VisualizationViewer, LensTransformer, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
-
- ViewScalingControl - Class in edu.uci.ics.jung.visualization.control
-
ViewScalingGraphMouse applies a scaling transform to the View
of the graph.
- ViewScalingControl() - Constructor for class edu.uci.ics.jung.visualization.control.ViewScalingControl
-
- viewTransform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.ViewTransformer
-
convert the supplied graph coordinate to the
screen coordinate
- viewTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
- viewTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
-
- ViewTransformer - Interface in edu.uci.ics.jung.visualization.transform
-
Provides methods to map points from one coordinate system to
another: graph to screen and screen to graph.
- viewTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
-
Provides support for mutating the AffineTransform that
is supplied to the rendering Graphics2D
- ViewTranslatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
-
ViewTranslatingGraphMousePlugin uses a MouseButtonOne press and
drag gesture to translate the graph display in the x and y
direction by changing the AffineTransform applied to the Graphics2D.
- ViewTranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
-
- ViewTranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
-
create an instance with passed modifer value
- VisEdge - Class in samples.preview_new_graphdraw
-
This implements an edge between two points.
- VisEdge(Edge, VisVertex, VisVertex) - Constructor for class samples.preview_new_graphdraw.VisEdge
-
- visEdgeMap - Variable in class samples.preview_new_graphdraw.AbstractLayout
-
- visEdgeMap - Variable in class samples.preview_new_graphdraw.EmittedLayout
-
- VisualizationModel - Interface in edu.uci.ics.jung.visualization
-
Interface for the state holding model of the VisualizationViewer.
- VisualizationViewer - Class in edu.uci.ics.jung.visualization
-
A class that maintains many of the details necessary for creating
visualizations of graphs.
- VisualizationViewer(Layout, Renderer) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
-
Create an instance with passed parameters.
- VisualizationViewer(Layout, Renderer, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
-
Create an instance with passed parameters.
- VisualizationViewer(VisualizationModel, Renderer) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
-
Create an instance with passed parameters.
- VisualizationViewer(VisualizationModel, Renderer, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
-
Create an instance with passed parameters.
- VisualizationViewer.GraphMouse - Interface in edu.uci.ics.jung.visualization
-
a convenience type to represent a class that
processes all types of mouse events for the graph
- VisualizationViewer.GraphMouseImpl - Class in edu.uci.ics.jung.visualization
-
this is the original GraphMouse class, renamed to use GraphMouse as the interface name,
and updated to correctly apply the vv transform to the point point
- VisualizationViewer.GraphMouseImpl() - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer.GraphMouseImpl
-
- VisualizationViewer.Paintable - Interface in edu.uci.ics.jung.visualization
-
an interface for the preRender and postRender
- VisualizationViewer.ToolTipListener - Interface in edu.uci.ics.jung.visualization
-
The interface for the tool tip listener.
- VisualizationViewer.ToolTipListenerWrapper - Class in edu.uci.ics.jung.visualization
-
used internally to wrap any legacy ToolTipListener
implementations so they can be used as a ToolTipFunction
- VisualizationViewer.ToolTipListenerWrapper(VisualizationViewer.ToolTipListener) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer.ToolTipListenerWrapper
-
- VisualizationViewer.VisualizationListener - Class in edu.uci.ics.jung.visualization
-
VisualizationListener reacts to changes in the size of the
VisualizationViewer.
- VisualizationViewer.VisualizationListener(VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer.VisualizationListener
-
- VisVertex - Class in samples.preview_new_graphdraw
-
- VisVertex(Vertex, double, double) - Constructor for class samples.preview_new_graphdraw.VisVertex
-
- visVertexMap - Variable in class samples.preview_new_graphdraw.AbstractLayout
-
- visVertexMap - Variable in class samples.preview_new_graphdraw.EmittedLayout
-
- VizApp - Class in scratch.scott
-
- VizApp(String) - Constructor for class scratch.scott.VizApp
-
- VOLTAGE_KEY - Static variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- VOLTAGE_KEY - Static variable in class samples.graph.PluggableRendererDemo
-
- VOLTAGE_KEY - Static variable in class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest.VertexVoltages
-
- VoltageClusterer - Class in edu.uci.ics.jung.algorithms.cluster
-
Clusters vertices of a Graph
based on their ranks as
calculated by VoltageRanker
.
- VoltageClusterer(int, int, double, int, double) - Constructor for class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
Creates an instance of a VoltageCluster with the specified parameters.
- VoltageRanker - Class in edu.uci.ics.jung.algorithms.importance
-
Ranks vertices in a graph according to their 'voltage' in an approximate
solution to the Kirchoff equations.
- VoltageRanker(NumberEdgeValue, NumberVertexValue, int, double) - Constructor for class edu.uci.ics.jung.algorithms.importance.VoltageRanker
-
Creates an instance of VoltageRanker
which uses the
edge weights specified by edge_weights
, and which stores
the voltages (ranks) as specified by voltages
.
- VoltageRanker(NumberVertexValue, int, double) - Constructor for class edu.uci.ics.jung.algorithms.importance.VoltageRanker
-
Creates an instance of VoltageRanker
which treats the
edges as though they were unweighted, and which stores
the voltages (ranks) as specified by voltages
.
- VoltageRankerTest - Class in test.edu.uci.ics.jung.algorithms.importance
-
- VoltageRankerTest() - Constructor for class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest
-
- VoltageRankerTest.VertexVoltages - Class in test.edu.uci.ics.jung.algorithms.importance
-
- VoltageRankerTest.VertexVoltages() - Constructor for class test.edu.uci.ics.jung.algorithms.importance.VoltageRankerTest.VertexVoltages
-
- voltages - Variable in class edu.uci.ics.jung.algorithms.importance.VoltageRanker
-
- voltages - Variable in class samples.graph.PluggableRendererDemo
-
- vr - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- vs - Variable in class samples.graph.PluggableRendererDemo
-
- vs_none - Variable in class samples.graph.PluggableRendererDemo
-
- vsf - Variable in class edu.uci.ics.jung.graph.decorators.AbstractVertexShapeFunction
-
- vsf - Variable in class edu.uci.ics.jung.visualization.VertexShapeFactory
-
- vsh - Variable in class samples.graph.PluggableRendererDemo
-
- vssa - Variable in class samples.graph.PluggableRendererDemo
-
- vv - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
- vv - Variable in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
-
Deprecated.
- vv - Variable in class edu.uci.ics.jung.visualization.GraphDraw
-
Deprecated.
- vv - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
- vv - Variable in class edu.uci.ics.jung.visualization.Lens
-
Deprecated.
the VisualizationViewer that is scaled and translated
by this Lens
- vv - Variable in class edu.uci.ics.jung.visualization.SimpleGraphMouse
-
the VisualizationViewer who's mouse events call these
methods.
- vv - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
-
- vv - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer.VisualizationListener
-
- vv - Variable in class samples.graph.PluggableRendererDemo
-