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

D

DAGLayout - class edu.uci.ics.jung.visualization.contrib.DAGLayout.
 
DAGLayout(Graph) - Constructor for class edu.uci.ics.jung.visualization.contrib.DAGLayout
 
DEFAULT_DISTANCE_KEY - Static variable in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
 
DEFAULT_EDGE_WEIGHT_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
DEFAULT_STRING_LABELER_KEY - Static variable in class edu.uci.ics.jung.graph.decorators.StringLabeller
The key that hasLabeller() and getLabeller() use.
DIRECTED_EDGE - Static variable in interface edu.uci.ics.jung.graph.Graph
 
Decorator - class edu.uci.ics.jung.graph.decorators.Decorator.
Abstract decorator for cases where attributes are to be stored along with the graph/edge/vertex which they describe
DegreeDistributionRanker - class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker.
A simple node importance ranker based on the degree of the node.
DegreeDistributionRanker(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
Default constructor which assumes if the graph is directed the indegree is to be used.
DegreeDistributionRanker(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker
This constructor allows you to specify whether to use indegree or outdegree.
DegreeDistributions - class edu.uci.ics.jung.statistics.DegreeDistributions.
Set of general-purpose functions for analyzing the degree distribution of a set of vertices (normally the complete set of vertices associated with a graph).
DegreeDistributions() - Constructor for class edu.uci.ics.jung.statistics.DegreeDistributions
 
DetailViewer - class edu.uci.ics.jung.visualization.DetailViewer.
The DetailViewer generates a view which shows some textual information about a document.
DetailViewer(Color) - Constructor for class edu.uci.ics.jung.visualization.DetailViewer
 
DijkstraShortestPath - class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.
Calculates distances in a specified graph, using Dijkstra's single-source-shortest-path algorithm.
DijkstraShortestPath(Graph, NumberEdgeValue, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges.
DijkstraShortestPath(Graph, NumberEdgeValue) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
 
DijkstraShortestPath(Graph) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
 
DirectedEdge - interface edu.uci.ics.jung.graph.DirectedEdge.
A type of Edge which imposes an ordering on its incident vertices.
DirectedGraph - interface edu.uci.ics.jung.graph.DirectedGraph.
A tagging interface for implementations of Graph whose edge set consists of implementations of DirectedEdge.
DirectedSparseEdge - class edu.uci.ics.jung.graph.impl.DirectedSparseEdge.
An implementation of DirectedEdge that resides in a directed graph.
DirectedSparseEdge(Vertex, Vertex) - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseEdge
Creates a directed edge whose source is from and whose destination is to.
DirectedSparseGraph - class edu.uci.ics.jung.graph.impl.DirectedSparseGraph.
An implementation of Graph that consists of a Vertex set and a DirectedEdge set.
DirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseGraph
Creates an instance of a sparse directed graph.
DirectedSparseVertex - class edu.uci.ics.jung.graph.impl.DirectedSparseVertex.
A vertex class that supports directed edges (but not undirected edges) and allows parallel edges.
DirectedSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.DirectedSparseVertex
Creates a new instance of a vertex for inclusion in a sparse graph.
DirectionTransformer - class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer.
 
DirectionTransformer() - Constructor for class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
 
Distance - interface edu.uci.ics.jung.algorithms.shortestpath.Distance.
An interface for classes which calculate the distance between one vertex and another.
DropSoloNodesFilter - class edu.uci.ics.jung.graph.filters.impl.DropSoloNodesFilter.
Accepts only nodes that have at least one edge--that is, nodes that are connected to one other node.
decStart() - Method in class org.civi.util.GlobalFlags
 
decrement() - Method in class edu.uci.ics.jung.utils.MutableInteger
Subtracts one from the contained integer value.
decrementDisp(double, double) - Method in class edu.uci.ics.jung.visualization.FRLayout.FRVertexData
 
decrementDisp(double, double) - Method in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
defaultNumericalPrecision() - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
degree() - Method in interface edu.uci.ics.jung.graph.ArchetypeVertex
Returns the number of edges incident to this vertex.
degree() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
 
degree() - Method in class edu.uci.ics.jung.graph.impl.HypervertexBPG
Returns the number of edges adjacent to this vertex
diameter(Graph) - Static method in class edu.uci.ics.jung.statistics.GraphStatistics
Computes the diameter (maximum shortest path length between any vertex pair) of the graph, ignoring edge weights.
disp - Variable in class edu.uci.ics.jung.visualization.ISOMLayout.ISOMVertexData
 
distance(Coordinates) - Method in class edu.uci.ics.jung.visualization.Coordinates
Computes the euclidean distance between two coordinates
dontMove(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
The set of vertices that have been locked.
doubleValue() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns the value as a double, accomplished by returning the primitive contained double.
doubleValue() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns the integer value of this object, expressed as a double.
drawArrow(Graphics2D, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.contrib.Arrow
 

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