- validateEdgeType(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Throws an IllegalArgumentException
if edge_type
does not
match the default edge type for this graph.
- valueOf(String) - Static method in enum edu.uci.ics.jung.algorithms.layout.SugiyamaLayout.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.uci.ics.jung.graph.event.GraphEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.uci.ics.jung.graph.util.EdgeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum edu.uci.ics.jung.algorithms.layout.SugiyamaLayout.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.uci.ics.jung.graph.event.GraphEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.uci.ics.jung.graph.util.EdgeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vertex(Graph<V, E>, GraphEvent.Type, V) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
-
Creates a graph event for the specified graph, vertex, and type.
- vertex - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
-
- vertex_comparator - Variable in class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Comparator
used in ordering vertices.
- vertex_data - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- vertex_depths - Variable in class edu.uci.ics.jung.graph.DelegateTree
-
- vertex_maps - Variable in class edu.uci.ics.jung.graph.SparseGraph
-
- VertexComparator(Map<V, Number>) - Constructor for class edu.uci.ics.jung.algorithms.path.DijkstraDistance.VertexComparator
-
- VertexData(E, int) - Constructor for class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
-
- VertexScorer<V,S> - Interface in edu.uci.ics.jung.algorithms.scoring
-
An interface for algorithms that assign scores to vertices.
- VertexScoreTransformer<V,S> - Class in edu.uci.ics.jung.algorithms.scoring
-
A Transformer convenience wrapper around VertexScorer.
- VertexScoreTransformer(VertexScorer<V, S>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VertexScoreTransformer
-
Creates an instance based on the specified VertexScorer.
- VERTICALPOS_BOTTOM - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the bottom vertical position of the label.
- VERTICALPOS_CENTER - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the center vertical position of the label.
- VERTICALPOS_TOP - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the top vertical position of the label.
- vertices - Variable in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- vertices - Variable in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- vertices - Variable in class edu.uci.ics.jung.graph.SetHypergraph
-
- vertices - Variable in class edu.uci.ics.jung.graph.SparseMultigraph
-
- vertices - Variable in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- vertices - Variable in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- VisRunner - Class in edu.uci.ics.jung.algorithms.layout.util
-
Implementation of a relaxer thread for layouts.
- VisRunner(IterativeContext) - Constructor for class edu.uci.ics.jung.algorithms.layout.util.VisRunner
-
Creates an instance for the specified process.
- vs - Variable in class edu.uci.ics.jung.algorithms.scoring.VertexScoreTransformer
-
The VertexScorer instance that provides the values returned by transform
.