A B C D E F G H I J K L M N O P R S T U V W X Y Z

U

UNDIRECTED - Static variable in class edu.uci.ics.jung.utils.TypedVertexGenerator
 
UNDIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
UNITLENGTHFUNCTION - Static variable in class edu.uci.ics.jung.visualization.SpringLayout
 
UNITLENGTHFUNCTION - Static variable in class samples.graph.AddNodeDemo
 
UnassembledGraph - class edu.uci.ics.jung.graph.filters.UnassembledGraph.
This class represents an unassembled graph.
UnassembledGraph(Filter, Set, Set, Graph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
UnassembledGraph(String, Set, Set, Graph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
A constructor that uses non-Filters (for example, GraphCluterers) to build themselves.
UnassembledGraph(Filter, Set, Set, UnassembledGraph) - Constructor for class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
UncopyablePredicate - interface edu.uci.ics.jung.graph.predicates.UncopyablePredicate.
A tagging interface for predicates that should not be copied along with their graph.
UndirectedEdge - interface edu.uci.ics.jung.graph.UndirectedEdge.
A tagging interface for implementations of Edge that do not impose an ordering on their incident vertices.
UndirectedGraph - interface edu.uci.ics.jung.graph.UndirectedGraph.
A tagging interface for implementations of Graph whose edge set consists of implementations of UndirectedEdge.
UndirectedSparseEdge - class edu.uci.ics.jung.graph.impl.UndirectedSparseEdge.
An implementation of UndirectedEdge that resides in an undirected graph.
UndirectedSparseEdge(Vertex, Vertex) - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseEdge
Creates an undirected edge that connects vertex from to vertex to (and vice versa).
UndirectedSparseGraph - class edu.uci.ics.jung.graph.impl.UndirectedSparseGraph.
An implementation of Graph that consists of a Vertex set and an UndirectedEdge set.
UndirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseGraph
Creates an instance of a sparse undirected graph.
UndirectedSparseVertex - class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex.
A vertex class for instances of UndirectedGraph that may contain parallel edges.
UndirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.UndirectedSparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
UnicodeLabelDemo - class samples.graph.UnicodeLabelDemo.
Demonstrates the use of GraphZoomScrollPane.
UnicodeLabelDemo() - Constructor for class samples.graph.UnicodeLabelDemo
create an instance of a simple graph with controls to demo the zoom features.
UnifiedUserData - class edu.uci.ics.jung.utils.UnifiedUserData.
Represents custom user- and system-level information to extend the definition of a node.
UnifiedUserData() - Constructor for class edu.uci.ics.jung.utils.UnifiedUserData
 
UnmovingIterableLayout - class samples.preview_new_graphdraw.iterablelayouts.UnmovingIterableLayout.
This iterable layout simply iterates forever.
UnmovingIterableLayout() - Constructor for class samples.preview_new_graphdraw.iterablelayouts.UnmovingIterableLayout
 
UnweightedShortestPath - class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath.
Computes the shortest path distances for graphs whose edges are not weighted (using BFS).
UnweightedShortestPath(Graph) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
Constructs and initializes algorithm
UpdatableIterableLayout - class samples.preview_new_graphdraw.iter.UpdatableIterableLayout.
 
UpdatableIterableLayout() - Constructor for class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
 
UserData - class edu.uci.ics.jung.utils.UserData.
Represents custom user- and system-level information to extend the definition of a node.
UserData() - Constructor for class edu.uci.ics.jung.utils.UserData
 
UserDataContainer - interface edu.uci.ics.jung.utils.UserDataContainer.
The generic interface for storing UserData.
UserDataContainer.CopyAction - interface edu.uci.ics.jung.utils.UserDataContainer.CopyAction.
Decides what to do when a user datum is copied.
UserDataContainer.CopyAction.Clone - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Clone.
Implements UserData.CLONE
UserDataContainer.CopyAction.Clone() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Clone
 
UserDataContainer.CopyAction.Remove - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Remove.
Implements UserData.REMOVE
UserDataContainer.CopyAction.Remove() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Remove
 
UserDataContainer.CopyAction.Shared - class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Shared.
Implements UserData.SHARED
UserDataContainer.CopyAction.Shared() - Constructor for class edu.uci.ics.jung.utils.UserDataContainer.CopyAction.Shared
 
UserDataDelegate - class edu.uci.ics.jung.utils.UserDataDelegate.
 
UserDataDelegate() - Constructor for class edu.uci.ics.jung.utils.UserDataDelegate
 
UserDataFactory - interface edu.uci.ics.jung.utils.UserDataFactory.
A class which generates UserDataContainer instances.
UserDataUtils - class edu.uci.ics.jung.utils.UserDataUtils.
 
UserDataUtils() - Constructor for class edu.uci.ics.jung.utils.UserDataUtils
 
UserDatumEdgePredicate - class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate.
A predicate that checks to see whether an edge's user data repository contains the constructor-specified (key,datum) pair.
UserDatumEdgePredicate(Object, Object) - Constructor for class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
 
UserDatumNumberEdgeValue - class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue.
An implementation of NumberEdgeValue that stores the values in the UserData repository.
UserDatumNumberEdgeValue(Object) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue
Creates an instance with the specified key and with a CopyAction of REMOVE.
UserDatumNumberEdgeValue(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberEdgeValue
Creates an instance with the specified key and CopyAction.
UserDatumNumberVertexValue - class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue.
 
UserDatumNumberVertexValue(Object) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue
Creates an instance with the specified key and with a CopyAction of REMOVE.
UserDatumNumberVertexValue(Object, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.graph.decorators.UserDatumNumberVertexValue
Creates an instance with the specified key and CopyAction.
UserDatumVertexPredicate - class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate.
A predicate that checks to see whether a vertex's user data repository contains the constructor-specified (key,datum) pair.
UserDatumVertexPredicate(Object, Object) - Constructor for class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
 
udc_delegate - Variable in class edu.uci.ics.jung.utils.UserDataDelegate
 
underflow() - Method in class edu.uci.ics.jung.statistics.Histogram
Returns the number of counts accumulated below the lowest bin.
underlying_vertex() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperUnitBPG
Deprecated.  
undirected - Variable in class edu.uci.ics.jung.io.GraphMLFile
 
undirected_arrow - Variable in class edu.uci.ics.jung.graph.decorators.DirectionalEdgeArrowFunction
 
undirected_closeness - Variable in class edu.uci.ics.jung.graph.decorators.ConstantDirectionalEdgeValue
 
union(ArchetypeGraph, ArchetypeGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
Returns a graph which consists of the union of the two input graphs.
unique_labels - Variable in class edu.uci.ics.jung.io.PajekNetReader
 
unknownVertices - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Removes the vertex from the DontMove list
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Deprecated. Passthrough.
unlockVertex(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Allows this vertex to be moved.
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
 
unlockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
unnormalizedVariance() - Method in class edu.uci.ics.jung.statistics.StatisticalMoments
 
unsuspend() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
un-set the suspend flag for the relaxer thead
unsuspend() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
unsuspend the relaxer
unsuspend() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
convenience pass-thru to the model
unweightedShortestPaths - Variable in class edu.uci.ics.jung.visualization.contrib.KKLayoutInt
Stores graph distances between vertices of the visible graph
unweightedShortestPaths - Variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
Stores graph distances between vertices of the visible graph
upIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice1DGenerator
Determines the index of the neighbor ksteps above
upIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
update(ArchetypeVertex, ArchetypeEdge, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
update(ArchetypeVertex, ArchetypeEdge, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
update(Object) - Method in class edu.uci.ics.jung.utils.MapBinaryHeap
Informs the heap that this object's internal key value has been updated, and that its place in the heap may need to be shifted (up or down).
update() - Method in class edu.uci.ics.jung.visualization.FRLayout
 
update() - Method in interface edu.uci.ics.jung.visualization.LayoutMutable
 
update() - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
update() - Method in class edu.uci.ics.jung.visualization.SpringLayout
 
updateAuthorityRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updateAuthorityRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
updateGraph(Pair, Pair) - Method in class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
This DEFAULT IMPLEMENTATION immediately removes all OLD items, and immediate creates new items for the NEW.
updateGraphTo(Graph) - Method in class samples.preview_new_graphdraw.iter.LocalGraphDraw
 
updateGraphToMatch(Graph) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
 
updateGraphToMatch(Graph) - Method in class samples.preview_new_graphdraw.iter.UpdatableIterableLayout
Updates the stored set of of vertices and edges to match the input graph.
updateHubRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updateHubRankings() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
updateIndex(int) - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Clears previous index (if it existed); puts in a new one.
updateIndex() - Method in class edu.uci.ics.jung.graph.decorators.Indexer
Forces an index update, reindexing from zero.
updatePreviousScores() - Method in class edu.uci.ics.jung.algorithms.importance.HITS
 
updatePreviousScores() - Method in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.PageRank
 
updateUI() - Method in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
useFill(boolean) - Method in class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
useTransform() - Method in interface edu.uci.ics.jung.visualization.VisualizationViewer.Paintable
 
useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z