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

B

BFSDistanceLabeler - class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler.
Labels each node in the graph according to the BFS distance from the start node(s).
BFSDistanceLabeler(String) - Constructor for class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Creates a new BFS labeler for the specified graph and root set.
BFSDistanceLabeler() - Constructor for class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Creates a new BFS labeler for the specified graph and root set The distances are stored in the corresponding Vertex objects and are of type MutableInteger
BIPARTITE_USER_TAG - Static variable in class edu.uci.ics.jung.graph.impl.BipartiteGraph
The tag for the UserData attached to a single Edge.
BROKEN_IMAGE - Static variable in interface edu.uci.ics.jung.graph.decorators.VertexIconFunction
 
BarabasiAlbertGenerator - class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator.
Simple evolving scale-free random graph generator.
BarabasiAlbertGenerator(int, int, boolean, boolean, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
Constructs a new instance of the generator.
BarabasiAlbertGenerator(int, int, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
Constructs a new instance of the generator, whose output will be an undirected graph.
BarabasiAlbertGenerator(int, int) - Constructor for class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
Constructs a new instance of the generator, whose output will be an undirected graph, and which will use the current time as a seed for the random number generation.
BaryCenter - class edu.uci.ics.jung.algorithms.importance.BaryCenter.
A simple node importance ranker based on the total shortest path of the node.
BaryCenter(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.BaryCenter
Constructor which initializes the algorithm
BasicRenderer - class samples.graph.BasicRenderer.
 
BasicRenderer() - Constructor for class samples.graph.BasicRenderer
 
BernoulliEdgePermuter - class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter.
An edge permuter that permutes edges by sampling uniformly at random a given number of possible edges and for each that exists that edge is removed and for each that doesn't exist that edge is added.
BernoulliEdgePermuter(int) - Constructor for class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter
Constructs the edge permuter.
BetweennessCentrality - class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.
Computes betweenness centrality for each vertex and edge in the graph.
BetweennessCentrality(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
Constructor which initializes the algorithm
BetweennessCentrality(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
BetweennessCentrality(Graph, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
BicomponentClusterer - class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer.
Finds all biconnected components (bicomponents) of an undirected graph.
BicomponentClusterer() - Constructor for class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Constructs a new bicomponent finder
BipartiteEdge - class edu.uci.ics.jung.graph.impl.BipartiteEdge.
A simple extension of the UndirectedSparseEdge, except with careful bounds checking.
BipartiteEdge(BipartiteVertex, BipartiteVertex) - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteEdge
The BipartiteEdge constructor.
BipartiteGraph - class edu.uci.ics.jung.graph.impl.BipartiteGraph.
A Bipartite graph is divided into A vertices and B vertices.
BipartiteGraph() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteGraph
 
BipartiteGraph.Choice - class edu.uci.ics.jung.graph.impl.BipartiteGraph.Choice.
This small enumerated type merely forces a user to pick class "A" or "B" when adding a Vertex to a BipartiteGraph.
BipartiteGraph.Choice() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteGraph.Choice
 
BipartiteGraphCollapser - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.
A variant of the GraphCollapser that overrides two minor functions and defines CollapsedBipartiteEdge and CollapsedBipartiteVertex.
BipartiteGraphCollapser() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser
 
BipartiteGraphCollapser.CollapsedBipartiteEdge - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge.
 
BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex, BipartiteVertex, Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
 
BipartiteGraphCollapser.CollapsedBipartiteVertex - class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex.
 
BipartiteGraphCollapser.CollapsedBipartiteVertex(Set) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteVertex
 
BipartiteGraphReader - class edu.uci.ics.jung.io.BipartiteGraphReader.
 
BipartiteGraphReader(boolean, boolean, boolean) - Constructor for class edu.uci.ics.jung.io.BipartiteGraphReader
 
BipartiteGraphReader() - Constructor for class edu.uci.ics.jung.io.BipartiteGraphReader
Creates a BipartiteGraphReader with default behavior (one edge per line, undirected, no parallel edges created).
BipartiteVertex - class edu.uci.ics.jung.graph.impl.BipartiteVertex.
created Dec 28, 2003
BipartiteVertex() - Constructor for class edu.uci.ics.jung.graph.impl.BipartiteVertex
 
BipartiteVertexRenderer - class samples.graph.southern.BipartiteVertexRenderer.
 
BipartiteVertexRenderer(KPartiteGraph, StringLabeller, StringLabeller) - Constructor for class samples.graph.southern.BipartiteVertexRenderer
 
BipartiteVertexRenderer(StringLabeller, StringLabeller) - Constructor for class samples.graph.southern.BipartiteVertexRenderer
 
BirdsEyeGraphDraw - class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw.
Deprecated. As of version 1.7. See SatelliteViewDemo for an example of how to do this.
BirdsEyeGraphDraw(GraphDraw, float, float) - Constructor for class edu.uci.ics.jung.visualization.contrib.BirdsEyeGraphDraw
Deprecated. Creates a read-only graph drawing environment that draws this graph object.
BirdsEyeVisualizationViewer - class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer.
Deprecated. Use the SatelliteVisualizationViewer instead
BirdsEyeVisualizationViewer(VisualizationViewer, float, float) - Constructor for class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
Deprecated. create an instance with passed values
back_color - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
 
backing_collection - Variable in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
 
base - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. the base of the rectangle
binHeight(double) - Method in class edu.uci.ics.jung.statistics.Histogram
retrieves the bin given a random value and returns the corresponding height of the bin
binIndex(double) - Method in class edu.uci.ics.jung.statistics.Histogram
 
bpg - Variable in class edu.uci.ics.jung.graph.impl.HypergraphBPG
Deprecated.  
buildBackingCollection(Collection, Predicate, Comparator) - Method in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
 

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