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

A

AbsoluteCrossoverScalingControl - Class in edu.uci.ics.jung.visualization.control
scales to the absolute value passed as an argument.
AbsoluteCrossoverScalingControl() - Constructor for class edu.uci.ics.jung.visualization.control.AbsoluteCrossoverScalingControl
 
AbstractEdgeShapeTransformer<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An interface for decorators that return a Shape for a specified edge.
AbstractEdgeShapeTransformer() - Constructor for class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
 
AbstractElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Base class for element parsers - provides some minimal functionality.
AbstractElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
 
AbstractGraph<V,E> - Class in edu.uci.ics.jung.graph
Abstract implementation of the Graph interface.
AbstractGraph() - Constructor for class edu.uci.ics.jung.graph.AbstractGraph
 
AbstractGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
a base class for GraphMousePlugin instances.
AbstractGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
create an instance with passed values
AbstractIterativeScorer<V,E,T> - Class in edu.uci.ics.jung.algorithms.scoring
An abstract class for algorithms that assign scores to vertices based on iterative methods.
AbstractIterativeScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Creates an instance for the specified graph and edge weights.
AbstractIterativeScorer(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Creates an instance for the specified graph g.
AbstractIterativeScorerWithPriors<V,E,S> - Class in edu.uci.ics.jung.algorithms.scoring
An abstract class for iterative random-walk-based vertex scoring algorithms that have a fixed probability, for each vertex, of 'jumping' to that vertex at each step in the algorithm (rather than following a link out of that vertex).
AbstractIterativeScorerWithPriors(Hypergraph<V, E>, Transformer<E, ? extends Number>, Transformer<V, ? extends S>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Creates an instance for the specified graph, edge weights, vertex priors, and jump probability.
AbstractIterativeScorerWithPriors(Hypergraph<V, E>, Transformer<V, ? extends S>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Creates an instance for the specified graph, vertex priors, and jump probability, with edge weights specified by the subclass.
AbstractLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Abstract class for implementations of Layout.
AbstractLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance which does not initialize the vertex locations.
AbstractLayout(Graph<V, E>, Transformer<V, Point2D>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractLayout(Graph<V, E>, Transformer<V, Point2D>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout3d
Implements some of the dirty work of writing a layout algorithm, allowing the user to express their major intent more simply.
AbstractLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Constructor.
AbstractLayout(Graph<V, E>, Transformer<V, Point3f>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
AbstractLayout(Graph<V, E>, BoundingSphere) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
AbstractLayout(Graph<V, E>, Transformer<V, Point3f>, BoundingSphere) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
AbstractLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.transform
A class to make it easy to add an examining lens to a jung graph application.
AbstractLensSupport(VisualizationViewer<V, E>, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
create the base class, setting common members and creating a custom GraphMouse
AbstractLensSupport.Lens - Class in edu.uci.ics.jung.visualization.transform
the background for the hyperbolic projection
AbstractLensSupport.Lens(LensTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
AbstractLensSupport.LensControls - Class in edu.uci.ics.jung.visualization.transform
the background for the hyperbolic projection
AbstractLensSupport.LensControls(LensTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
AbstractMetadata - Class in edu.uci.ics.jung.io.graphml
Abstract base class for metadata - implements the property functionality
AbstractMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.AbstractMetadata
 
AbstractModalGraphMouse - Class in edu.uci.ics.jung.visualization.control
AbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.
AbstractModalGraphMouse(float, float) - Constructor for class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
AbstractPerspectiveTransformSupport<V,E> - Class in edu.uci.ics.jung.visualization.jai
A class to make it easy to add a perspective projection examining lens to a jung graph application.
AbstractPerspectiveTransformSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
create the base class, setting common members and creating a custom GraphMouse
AbstractPerspectiveTransformSupport.Lens - Class in edu.uci.ics.jung.visualization.jai
the background for the perspective projection
AbstractPerspectiveTransformSupport.Lens(PerspectiveShapeTransformer, Dimension) - Constructor for class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport.Lens
 
AbstractPickedState<T> - Class in edu.uci.ics.jung.visualization.picking
An abstract class to support ItemEvents for PickedState
AbstractPickedState() - Constructor for class edu.uci.ics.jung.visualization.picking.AbstractPickedState
 
AbstractPopupGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
 
AbstractPopupGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
AbstractPopupGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
AbstractRanker<V,E> - Class in edu.uci.ics.jung.algorithms.importance
Abstract class for algorithms that rank nodes or edges by some "importance" metric.
AbstractRanker() - Constructor for class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
AbstractTypedGraph<V,E> - Class in edu.uci.ics.jung.graph
An abstract class for graphs whose edges all have the same EdgeType.
AbstractTypedGraph(EdgeType) - Constructor for class edu.uci.ics.jung.graph.AbstractTypedGraph
Creates an instance with the specified edge type.
AbstractVertexShapeTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
 
AbstractVertexShapeTransformer(Transformer<V, Integer>, Transformer<V, Float>) - Constructor for class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
AbstractVertexShapeTransformer() - Constructor for class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
accept(XMLEvent) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphMLEventFilter
 
acceptDisconnectedGraph(boolean) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Specifies whether this instance should accept vertices with no outgoing edges.
actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
 
activate(boolean) - Method in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveLayoutTransformSupport
 
activate() - Method in interface edu.uci.ics.jung.visualization.jai.PerspectiveTransformSupport
 
activate(boolean) - Method in interface edu.uci.ics.jung.visualization.jai.PerspectiveTransformSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
activate(boolean) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
activate() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
activate(boolean) - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
activate() - Method in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
add(T) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Inserts o into this collection.
add(T) - Method in class edu.uci.ics.jung.graph.util.Pair
 
add(Annotation.Layer, Annotation<?>) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
add(Annotation) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
add(GraphMousePlugin) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
add(Icon) - Method in class edu.uci.ics.jung.visualization.LayeredIcon
 
addAll(Collection<? extends T>) - Method in class edu.uci.ics.jung.graph.util.Pair
 
addBottomControls(JPanel) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
addChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.util.ChangeEventSupport
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
 
addChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
Register l as a listeners to changes in the model.
addChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Adds a ChangeListener.
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
addChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization3d.PickVertexBehavior
 
addChild(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
add the passed child node as a child of parent.
addChild(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
add the passed child node as a child of parent.
addData(DataMetadata) - Method in class edu.uci.ics.jung.io.graphml.AbstractMetadata
 
addDatum(Map<String, GraphMLMetadata<T>>, T, String) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
added - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
set to true when the AnnotationPaintable has been added to the view component
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
Adds edge to this graph with the specified endpoints, with the default edge type.
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
Adds edge to this graph with the specified endpoints and EdgeType.
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateForest
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
addEdge(E, V, V) - Method in interface edu.uci.ics.jung.graph.Graph
Adds edge e to this graph such that it connects vertex v1 to v2.
addEdge(E, V, V, EdgeType) - Method in interface edu.uci.ics.jung.graph.Graph
Adds edge e to this graph such that it connects vertex v1 to v2.
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, Collection<? extends V>) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds edge to this graph.
addEdge(E, Collection<? extends V>, EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds edge to this graph with type edge_type.
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdge(E, V, V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Adds the specified child vertex and edge e to the graph with the specified parent vertex parent.
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(H, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.SetHypergraph
Adds hyperedge to this graph and connects them to the vertex collection to_attach.
addEdge(H, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addEdgeData(String, String, String, Transformer<E, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Adds a new edge data specification.
addEdgeMetadata(Object, EdgeMetadata) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
addEndpoint(EndpointMetadata) - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
addExtraData(Map<String, String>, Map<String, GraphMLMetadata<T>>, T) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
addFromSubTree(Forest<V, E>, Forest<V, E>, E, V, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Adds the trees in source to destination.
addGraphData(String, String, String, Transformer<Hypergraph<V, E>, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Adds a new graph data specification.
addGraphEventListener(GraphEventListener<V, E>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
Adds l as a listener to this graph.
addGraphMouseListener(GraphMouseListener<V>) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
This is the interface for adding a mouse listener.
addHyperEdgeMetadata(Object, HyperEdgeMetadata) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
addItemListener(ItemListener) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
add a listener for mode changes
addItemListener(ItemListener) - Method in class edu.uci.ics.jung.visualization.picking.AbstractPickedState
 
additionalModifiers - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
additional modifiers for the action of adding to an existing selection
addKey(Key) - Method in class edu.uci.ics.jung.io.graphml.KeyMap
Adds the given key to the map.
addKeyListener(KeyListener) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
Override to request focus on mouse enter, if a key listener is added
AddNodeDemo - Class in edu.uci.ics.jung.samples
Demonstrates visualization of a graph being actively updated.
AddNodeDemo() - Constructor for class edu.uci.ics.jung.samples.AddNodeDemo
 
addNodeMetadata(Object, NodeMetadata) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
addOneCandidateCluster(LinkedList<Set<V>>, Map<V, double[]>) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
alternative to addTwoCandidateClusters(): cluster vertices by voltages into 2 clusters.
addPort(PortMetadata) - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
addPostRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
addPostRenderPaintable(VisualizationServer.Paintable) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
addPreRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
addPreRenderPaintable(VisualizationServer.Paintable) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
addRenderingHints(Map) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
addSubTree(Forest<V, E>, Forest<V, E>, V, E) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Connects subTree to tree by attaching it as a child of node with edge connectingEdge.
addToSelectionModifiers - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
additional modifiers for the action of adding to an existing selection
addTree(Tree<V, E>) - Method in class edu.uci.ics.jung.graph.DelegateForest
Adds tree to this graph as an element of this forest.
addTwoCandidateClusters(LinkedList<Set<V>>, Map<V, double[]>) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Do k-means with three intervals and pick the smaller two clusters (presumed to be on the ends); this is closer to the Wu-Huberman method.
addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Add vertex as a root of the tree
addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Will set the root of the Tree, only if the Tree is empty and the root is currently unset.
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds vertex to this graph.
addVertex(V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addVertexData(String, String, String, Transformer<V, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Adds a new vertex data specification.
adjustForGravity() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Shift all vertices so that the center of gravity is located at the center of the screen.
AffineTransformer - Class in edu.uci.ics.jung.visualization.transform
Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
AffineTransformer() - Constructor for class edu.uci.ics.jung.visualization.transform.AffineTransformer
create an instance that does not transform points
AffineTransformer(AffineTransform) - Constructor for class edu.uci.ics.jung.visualization.transform.AffineTransformer
Create an instance with the supplied transform
afterStep() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
 
afterStep() - Method in class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
Code which is executed after each step.
afterStep() - Method in class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
Cleans up after each step.
aggregateConstraint(V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
The aggregate constraint on v.
AggregateLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
A Layout implementation that combines multiple other layouts so that they may be manipulated as one layout.
AggregateLayout(Layout<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Creates an instance backed by the specified delegate.
ALL_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
alpha - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
The probability of making a 'jump' at each step.
alreadyDone - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
angleBetween(Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
Returns the angle between two vectors from the origin to points v1 and v2.
AnimatedPickingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
AnimatedPickingGraphMousePlugin supports the picking of one Graph Vertex.
AnimatedPickingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
create an instance with default modifiers
AnimatedPickingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
create an instance, overriding the default modifiers
animatedPickingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
AnimatingAddNodeDemo - Class in edu.uci.ics.jung.samples
A variation of AddNodeDemo that animates transitions between graph states.
AnimatingAddNodeDemo() - Constructor for class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
 
Animator - Class in edu.uci.ics.jung.visualization.util
 
Animator(IterativeContext) - Constructor for class edu.uci.ics.jung.visualization.util.Animator
 
Animator(IterativeContext, long) - Constructor for class edu.uci.ics.jung.visualization.util.Animator
 
AnnotatingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.annotations
AnnotatingGraphMousePlugin can create Shape and Text annotations in a layer of the graph visualization.
AnnotatingGraphMousePlugin(RenderContext<V, E>) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
create an instance with default settings
AnnotatingGraphMousePlugin(RenderContext<V, E>, int, int) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
create an instance with overides
AnnotatingModalGraphMouse<V,E> - Class in edu.uci.ics.jung.visualization.annotations
a graph mouse that supplies an annotations mode
AnnotatingModalGraphMouse(RenderContext<V, E>, AnnotatingGraphMousePlugin<V, E>) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
create an instance with default values
AnnotatingModalGraphMouse(RenderContext<V, E>, AnnotatingGraphMousePlugin<V, E>, float, float) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
create an instance with passed values
AnnotatingModalGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.annotations
 
AnnotatingModalGraphMouse.ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
AnnotatingModalGraphMouse.ModeKeyAdapter(char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
annotatingPlugin - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
annotatingPlugin - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
annotatingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
Annotation<T> - Class in edu.uci.ics.jung.visualization.annotations
stores an annotation, either a shape or a string
Annotation(T, Annotation.Layer, Paint, boolean, Point2D) - Constructor for class edu.uci.ics.jung.visualization.annotations.Annotation
 
annotation - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
Annotation.Layer - Enum in edu.uci.ics.jung.visualization.annotations
 
annotationColor - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
color for annotations
AnnotationControls<V,E> - Class in edu.uci.ics.jung.visualization.annotations
a collection of controls for annotations.
AnnotationControls(AnnotatingGraphMousePlugin<V, E>) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
annotationManager - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
a Paintable to store all Annotations
AnnotationManager - Class in edu.uci.ics.jung.visualization.annotations
handles the selection of annotations, and the support for the tools to draw them at specific layers.
AnnotationManager(RenderContext<?, ?>) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
AnnotationPaintable - Class in edu.uci.ics.jung.visualization.annotations
handles the actual drawing of annotations
AnnotationPaintable(RenderContext<?, ?>, AnnotationRenderer) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
annotationRenderer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
annotationRenderer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
AnnotationRenderer - Class in edu.uci.ics.jung.visualization.annotations
AnnotationRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.
AnnotationRenderer() - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Creates a default table cell renderer.
annotations - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
AnnotationsDemo<V,E> - Class in edu.uci.ics.jung.samples
Demonstrates annotation of graph elements.
AnnotationsDemo() - Constructor for class edu.uci.ics.jung.samples.AnnotationsDemo
create an instance of a simple graph in two views with controls to demo the features.
applyKey(Metadata) - Method in class edu.uci.ics.jung.io.graphml.Key
 
applyKeys(Metadata) - Method in class edu.uci.ics.jung.io.graphml.KeyMap
Applies all keys that are applicable to the given metadata.
applyKeys(Metadata) - Method in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
 
arrowDrawPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
ArrowFactory - Class in edu.uci.ics.jung.visualization.util
A utility class for creating arrowhead shapes.
ArrowFactory() - Constructor for class edu.uci.ics.jung.visualization.util.ArrowFactory
 
arrowFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
arrowPaintable - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
arrowPlacementTolerance - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
arrowShape - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
assignDefaultEdgeTransitionWeights() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
assignEdgeSourceTarget(E, Attributes, Map<String, String>) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
assignToClusters(Map<T, double[]>, Set<double[]>) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Assigns each object to the cluster whose centroid is closest to the object.
ATTRNAME_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
ATTRTYPE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
authority - Variable in class edu.uci.ics.jung.algorithms.scoring.HITS.Scores
The authority score for a vertex.
averageCounter - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
averageDelta - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
averageDistances(Hypergraph<V, E>, Distance<V>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
For each vertex v in graph, calculates the average shortest path length from v to all other vertices in graph using the metric specified by d, and returns the results in a Map from vertices to Double values.
averageDistances(Hypergraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
For each vertex v in g, calculates the average shortest path length from v to all other vertices in g, ignoring edge weights.
averaging - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Specifies whether the values returned are the sum of the v-distances or the mean v-distance.

B

BalloonLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
A Layout implementation that assigns positions to Tree or Forest vertices using associations with nested circles ("balloons").
BalloonLayout(Forest<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.BalloonLayout
Creates an instance based on the input forest.
BalloonLayoutDemo - Class in edu.uci.ics.jung.samples
Demonstrates the visualization of a Tree using TreeLayout and BalloonLayout.
BalloonLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.BalloonLayoutDemo
 
BarabasiAlbertGenerator<V,E> - Class in edu.uci.ics.jung.algorithms.generators.random
Simple evolving scale-free random graph generator.
BarabasiAlbertGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, int, Set<V>) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
Constructs a new instance of the generator.
BarabasiAlbertGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, Set<V>) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.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.
BarycenterScorer<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns scores to each vertex according to the sum of its distances to all other vertices.
BarycenterScorer(Hypergraph<V, E>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BarycenterScorer
Creates an instance with the specified graph and distance metric.
BarycenterScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BarycenterScorer
Creates an instance with the specified graph and edge weights.
BarycenterScorer(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BarycenterScorer
Creates an instance with the specified graph.
basePositions - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
BasicEdgeLabelRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
BasicEdgeLabelRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicEdgeLabelRenderer
 
BasicEdgeRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
BasicEdgeRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
BasicMapEntry<K,V> - Class in edu.uci.ics.jung.algorithms.util
An simple minimal implementation of Map.Entry.
BasicMapEntry(K, V) - Constructor for class edu.uci.ics.jung.algorithms.util.BasicMapEntry
Create new entry.
BasicRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
The default implementation of the Renderer used by the VisualizationViewer.
BasicRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
basicTransformer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
holds rendering transforms
basicTransformer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
BasicTransformer - Class in edu.uci.ics.jung.visualization
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.
BasicTransformer() - Constructor for class edu.uci.ics.jung.visualization.BasicTransformer
Creates an instance and notifies the view and layout transformers to listen to changes published by this instance.
basicTransformer - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
BasicVertexLabelRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
BasicVertexLabelRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
BasicVertexLabelRenderer(Renderer.VertexLabel.Position) - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
BasicVertexLabelRenderer.InsidePositioner - Class in edu.uci.ics.jung.visualization.renderers
 
BasicVertexLabelRenderer.InsidePositioner() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.InsidePositioner
 
BasicVertexLabelRenderer.OutsidePositioner - Class in edu.uci.ics.jung.visualization.renderers
 
BasicVertexLabelRenderer.OutsidePositioner() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.OutsidePositioner
 
BasicVertexRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
BasicVertexRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
 
BasicVisualizationServer<V,E> - Class in edu.uci.ics.jung.visualization
A class that maintains many of the details necessary for creating visualizations of graphs.
BasicVisualizationServer(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with passed parameters.
BasicVisualizationServer(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with passed parameters.
BasicVisualizationServer(VisualizationModel<V, E>) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with passed parameters.
BasicVisualizationServer(VisualizationModel<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with passed parameters.
BasicVisualizationServer.VisualizationListener - Class in edu.uci.ics.jung.visualization
VisualizationListener reacts to changes in the size of the VisualizationViewer.
BasicVisualizationServer.VisualizationListener(BasicVisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
 
BetweennessCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.importance
Computes betweenness centrality for each vertex and edge in the graph.
BetweennessCentrality(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
Constructor which initializes the algorithm
BetweennessCentrality(Graph<V, E>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
BetweennessCentrality(Graph<V, E>, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
BetweennessCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Computes betweenness centrality for each vertex and edge in the graph.
BetweennessCentrality(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
Calculates betweenness scores based on the all-pairs unweighted shortest paths in the graph.
BetweennessCentrality(Graph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
Calculates betweenness scores based on the all-pairs weighted shortest paths in the graph.
BFSDistanceLabeler<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
Labels each node in the graph according to the BFS distance from the start node(s).
BFSDistanceLabeler() - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.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
BicomponentClusterer<V,E> - Class in edu.uci.ics.jung.algorithms.cluster
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
BidirectionalTransformer - 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.
BoundingRectangleCollector<V,E> - Class in edu.uci.ics.jung.visualization.layout
 
BoundingRectangleCollector(RenderContext<V, E>, Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
BoundingRectanglePaintable<V,E> - Class in edu.uci.ics.jung.visualization.layout
 
BoundingRectanglePaintable(RenderContext<V, E>, Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
box - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
breaker - Static variable in class edu.uci.ics.jung.visualization.util.LabelWrapper
 
buildTree() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
buildTree() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
buildTree(V, int) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
buttonPress - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 

C

c1 - Variable in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
 
c2 - Variable in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
 
cached - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
Caching - Interface in edu.uci.ics.jung.visualization.util
Interface to provide external controls to an implementing class that manages a cache.
CachingLayout<V,E> - Class in edu.uci.ics.jung.visualization.layout
A LayoutDecorator that caches locations in a clearable Map.
CachingLayout(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.CachingLayout
 
calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
calcEdgeLength(SpringLayout.SpringEdgeData<E>, SpringLayout.LengthFunction<E>) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
calculateRepulsion() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
calculateRepulsion() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
canPossiblyCompare(V, V) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
This is a space for optimizations.
cartesianToPolar(Point2D) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting point to polar coordinates.
cartesianToPolar(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting (x, y) to polar coordinates.
ceiling - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
CENTRALITY - Static variable in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
CENTRALITY - Static variable in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
 
CENTRALITY - Static variable in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
changeEvent - Variable in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
Only one ChangeEvent is needed instance since the event's only state is the source property.
ChangeEventSupport - Interface in edu.uci.ics.jung.visualization.util
the implementing class provides support for ChangeEvents.
changeListener - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
listens for changes in the layout, forwards to the viewer
changeSupport - Variable in class edu.uci.ics.jung.visualization.BasicTransformer
 
changeSupport - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
changeSupport - Variable in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
changeSupport - Variable in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
 
changeSupport - Variable in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
characters(char[], int, int) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
checkLengths(double[], double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Throws an IllegalArgumentException if the two arrays are not of the same length.
Checkmark - Class in edu.uci.ics.jung.visualization.renderers
a simple Icon that draws a checkmark in the lower-right quadrant of its area.
Checkmark() - Constructor for class edu.uci.ics.jung.visualization.renderers.Checkmark
 
Checkmark(Color) - Constructor for class edu.uci.ics.jung.visualization.renderers.Checkmark
 
checkModifiers(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
check the mouse event modifiers against the instance member modifiers.
checkModifiers(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
Overridden to be more flexible, and pass events with key combinations.
checkModifiers(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
 
checkModifiers(MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMousePlugin
compare the set modifiers against those of the supplied event
checkModifiers(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
override to check equality with a mask
checkModifiers(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
checkOffscreenImage(Dimension) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
Ensure that, if doubleBuffering is enabled, the offscreen image buffer exists and is the correct size.
CircleLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
A Layout implementation that positions vertices equally spaced on a regular circle.
CircleLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout
Creates an instance for the specified graph.
CircleLayout.CircleVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
CircleLayout.CircleVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
 
ClassicPickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
PickSupport implementation that emulates the picking behavior of versions of VisualizationViewer prior to version 1.6.
ClassicPickSupport() - Constructor for class edu.uci.ics.jung.visualization.picking.ClassicPickSupport
 
clear() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
clear() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
clear() - Method in class edu.uci.ics.jung.graph.util.Pair
 
clear() - Method in class edu.uci.ics.jung.io.graphml.GraphMLDocument
 
clear() - Method in class edu.uci.ics.jung.io.graphml.KeyMap
Clears this map.
clear() - Method in class edu.uci.ics.jung.visualization.layout.CachingLayout
 
clear() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
clear() - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
clear() - Method in interface edu.uci.ics.jung.visualization.picking.PickedState
Clears the "picked" state from all elements.
clear() - Method in interface edu.uci.ics.jung.visualization.util.Caching
clear cache
clearData() - Method in class edu.uci.ics.jung.io.GraphMLReader
 
clearRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
clip(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
clipRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
close() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Closes the GraphML reader and disposes of any resources.
close() - Method in interface edu.uci.ics.jung.io.GraphReader
Closes this resource and frees any resources.
ClosenessCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns scores to each vertex based on the mean distance to each other vertex.
ClosenessCentrality(Hypergraph<V, E>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
Creates an instance using the specified vertex/vertex distance metric.
ClosenessCentrality(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
Creates an instance which measures distance using the specified edge weights.
ClosenessCentrality(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
Creates an instance which measures distance on the graph without edge weights.
ClosestShapePickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
A GraphElementAccessor that finds the closest element to the pick point, and returns it if it is within the element's shape.
ClosestShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
Creates a ShapePickSupport for the vv VisualizationServer, with the specified pick footprint.
ClosestShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
Create a ShapePickSupport with the vv VisualizationServer and default pick footprint.
cluster(int) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Clusters the vertices of g into num_clusters clusters, based on their connectivity.
cluster(Map<T, double[]>, int) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Returns a Collection of clusters, where each cluster is represented as a Map of Objects to locations in d-dimensional space.
cluster_internal(V, int) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Does the work of getCommunity and cluster.
clusterAndRecolor(AggregateLayout<Number, Number>, int, Color[], boolean) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
 
clusteringCoefficients(Graph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.metrics.Metrics
Returns a Map of vertices to their clustering coefficients.
ClusteringDemo - Class in edu.uci.ics.jung.samples
This simple app demonstrates how one can use our algorithms and visualization libraries in unison.
ClusteringDemo() - Constructor for class edu.uci.ics.jung.samples.ClusteringDemo
 
codeToType - Static variable in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
For debugging purposes, this is copied straight out of the paper which means that they refer to triad types 1-16.
col_count - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
collapse(Graph, Graph) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
 
collapse(Layout, Forest, Object) - Method in class edu.uci.ics.jung.visualization.subLayout.TreeCollapser
 
collapseVertexPartitions(VertexPartition<V, E>) - Method in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
Creates a new graph whose vertices correspond to the partitions of the supplied graph.
collectDisappearingPotential(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Collects the 'potential' from v (its current value) if it has no outgoing edges; this can then be redistributed among the other vertices as a means of normalization.
collectDisappearingPotential(V) - Method in class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
Collects the "disappearing potential" associated with vertices that have either no incoming edges, no outgoing edges, or both.
collectDisappearingPotential(V) - Method in class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
Collects the "disappearing potential" associated with vertices that have no outgoing edges.
compare(V, V) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer.MapValueArrayComparator
 
compare(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator
 
compareTo(Object) - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
Compares two ranking based on the rank score.
componentHidden(ComponentEvent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
 
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringDimensionChecker
 
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringDimensionChecker
 
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
create a new offscreen image for the graph whenever the window is resied
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
 
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer.ComponentListenerImpl
 
componentShown(ComponentEvent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
 
compute() - Method in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
computeBetweenness(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
computeBetweenness() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
 
computeBetweenness() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
computeBetweenness(Queue<V>, Transformer<E, ? extends Number>) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
computeMeanFirstPassageMatrix(Graph<V, E>, Map<E, Number>, DoubleMatrix1D) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Computes the all-pairs mean first passage time for the specified graph, given an existing stationary probability distribution.
computePathData(E, E) - Method in interface edu.uci.ics.jung.algorithms.matrix.MatrixElementOperations
If either e1 or e2 is null, the Object reference returned should be null.
computePathData(E, E) - Method in class edu.uci.ics.jung.algorithms.matrix.RealMatrixElementOperations
 
computeSTBetweenness(V, V, V) - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
computeVoltagePotentialMatrix(UndirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
The idea here is based on the metaphor of an electric circuit.
computeWeightedPathsFromSource(V, int) - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
 
concatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
 
concatenate(AffineTransform) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
concatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
conditions - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
ConstantDirectionalEdgeValueTransformer<V,E> - Class in edu.uci.ics.jung.visualization.decorators
Returns the constructor-specified value for each edge type.
ConstantDirectionalEdgeValueTransformer(double, double) - Constructor for class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
 
ConstantMap<K,V> - Class in edu.uci.ics.jung.algorithms.util
An implementation of Map that returns the constructor-supplied value for any input.
ConstantMap(V) - Constructor for class edu.uci.ics.jung.algorithms.util.ConstantMap
Creates an instance whose get method always returns value.
constraint(V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Burt's constraint measure (equation 2.4, page 55 of Burt, 1992).
contains(Object) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
contains(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
 
containsAll(Collection<?>) - Method in class edu.uci.ics.jung.graph.util.Pair
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
containsEdge(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns true if this graph's edge collection contains edge.
containsEdge(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
containsEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
containsKey(Object) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
containsValue(Object) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
containsVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns true if this graph's vertex collection contains vertex.
containsVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
Context<G,E> - Class in edu.uci.ics.jung.graph.util
A class that is used to link together a graph element and a specific graph.
Context() - Constructor for class edu.uci.ics.jung.graph.util.Context
 
control_offset_increment - Variable in class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
Specifies how far apart to place the control points for edges being drawn in parallel.
convergence_threshold - Variable in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
 
converse_depth - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
convert(Exception) - Static method in class edu.uci.ics.jung.io.graphml.ExceptionConverter
Converts an exception to the a GraphIOException.
convertFor(String) - Static method in class edu.uci.ics.jung.io.graphml.parser.KeyElementParser
 
copyArea(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
corner - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
cosine(double[], double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Returns the cosine distance between the two specified distributions, which must have the same number of elements.
count - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
counter - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
create() - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
create() - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
create() - Method in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
Generates a graph whose degree distribution approximates a power-law.
create() - Method in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
Returns a graph in which each pair of vertices is connected by an undirected edge with the probability specified by the constructor.
create() - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Generates a random small world network according to the parameters given
create(Collection<T>) - Static method in class edu.uci.ics.jung.algorithms.util.Indexer
Returns a BidiMap mapping each element of the collection to its index as encountered while iterating over the collection.
create(Collection<T>, int) - Static method in class edu.uci.ics.jung.algorithms.util.Indexer
Returns a BidiMap mapping each element of the collection to its index as encountered while iterating over the collection.
create() - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
 
create() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
create(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
create() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
createAddEdge(StringTokenizer, V, EdgeType, Graph<V, E>, List<V>, Factory<E>) - Method in class edu.uci.ics.jung.io.PajekNetReader
 
createAllInducedSubgraphs(Collection<? extends Collection<V>>, G) - Static method in class edu.uci.ics.jung.algorithms.filters.FilterUtils
Creates the induced subgraphs of graph associated with each element of vertex_collections.
createChainPlusIsolates(int, int) - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Returns a graph consisting of a chain of vertex_count - 1 vertices plus one isolated vertex.
createDirectedAcyclicGraph(int, int, double) - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Creates a sample directed acyclic graph by generating several "layers", and connecting nodes (randomly) to nodes in earlier (but never later) layers.
createEdge(EdgeMetadata) - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
createEdge(Attributes, GraphMLReader.TagState) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
createGraph(GraphMetadata) - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
createHyperEdge(HyperEdgeMetadata) - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
createInducedSubgraph(Collection<V>, G) - Static method in class edu.uci.ics.jung.algorithms.filters.FilterUtils
Creates the induced subgraph from graph whose vertex set is equal to vertices.
createInverse() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
createKey(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
createRecord(V, E, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
createRecord(V, E, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
createSceneGraph(Canvas3D) - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
createTestGraph(boolean) - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Creates a small sample graph that can be used for testing purposes.
createVertex(NodeMetadata) - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
createVertex(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
createVertexDegreeDiagonalMatrix(Graph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Returns a diagonal matrix whose diagonal entries contain the degree for the corresponding node.
crossover - Variable in class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
Point where scale crosses over from view to layout.
CrossoverScalingControl - Class in edu.uci.ics.jung.visualization.control
A scaling control that has a crossover point.
CrossoverScalingControl() - Constructor for class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
 
current_edge - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
current_graph - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
current_key - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
current_states - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
current_vertex - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
currentIteration - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
currGrp - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
cursor - Variable in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
the special cursor that plugins may display

D

DAGLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
An implementation of Layout suitable for tree-like directed acyclic graphs.
DAGLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.DAGLayout
Creates an instance for the specified graph.
DASHED - Static variable in interface edu.uci.ics.jung.visualization.RenderContext
A stroke for a dashed line: 1 pixel width, square caps, beveled joins, and an array of {5.0f}.
dashing - Static variable in interface edu.uci.ics.jung.visualization.RenderContext
 
DATA_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
DataElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses the data element.
DataElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.DataElementParser
 
DataMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'data' GraphML element.
DataMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.DataMetadata
 
deactivate() - Method in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveLayoutTransformSupport
 
deactivate() - Method in interface edu.uci.ics.jung.visualization.jai.PerspectiveTransformSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
deactivate() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
deactivate() - Method in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
debug - Static variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
decrementDisp(double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
DEFAULT_ASPECT_RATIO - Static variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
DEFAULT_DISTX - Static variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
The default horizontal vertex spacing.
DEFAULT_DISTY - Static variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
The default vertical vertex spacing.
default_edgetype - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
DEFAULT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
DEFAULT_SIZE - Static variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
DEFAULT_THRESHOLD - Static variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice
The default minimum value that is treated as a valid probability (as opposed to rounding error from floating-point operations).
default_value - Variable in class edu.uci.ics.jung.io.GraphMLMetadata
The default value for objects of this type.
DefaultChangeEventSupport - Class in edu.uci.ics.jung.visualization.util
Basic implementation of ChangeEventSupport, using standard jdk classes
DefaultChangeEventSupport(Object) - Constructor for class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
 
DefaultEdgeLabelRenderer - Class in edu.uci.ics.jung.visualization.renderers
DefaultEdgeLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.
DefaultEdgeLabelRenderer(Color) - Constructor for class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
DefaultEdgeLabelRenderer(Color, boolean) - Constructor for class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Creates a default table cell renderer.
DefaultModalGraphMouse<V,E> - Class in edu.uci.ics.jung.visualization.control
DefaultModalGraphMouse is a PluggableGraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
DefaultModalGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create an instance with default values
DefaultModalGraphMouse(float, float) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create an instance with passed values
DefaultModalGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.control
 
DefaultModalGraphMouse.ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
DefaultModalGraphMouse.ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
DefaultParallelEdgeIndexFunction<V,E> - Class in edu.uci.ics.jung.graph.util
A class which creates and maintains indices for parallel edges.
defaultToolTipText - Variable in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
defaultToolTipText - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
defaultValue() - Method in class edu.uci.ics.jung.io.graphml.Key
 
DefaultVertexIconTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
A simple, stateful VertexIconFunction.
DefaultVertexIconTransformer() - Constructor for class edu.uci.ics.jung.visualization.decorators.DefaultVertexIconTransformer
 
DefaultVertexLabelRenderer - Class in edu.uci.ics.jung.visualization.renderers
DefaultVertexLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.
DefaultVertexLabelRenderer(Color) - Constructor for class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Creates a default table cell renderer.
DefaultVisualizationModel<V,E> - Class in edu.uci.ics.jung.visualization
The model containing state values for visualizations of graphs.
DefaultVisualizationModel(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
DefaultVisualizationModel(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
degree(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
degree(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
degree(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of edges incident to vertex.
degree(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
DegreeScorer<V> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns a score to each vertex equal to its degree.
DegreeScorer(Hypergraph<V, ?>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DegreeScorer
Creates an instance for the specified graph.
delegate - Variable in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
delegate - Variable in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
delegate - Variable in class edu.uci.ics.jung.algorithms.scoring.util.DelegateToEdgeTransformer
The transformer to which this instance delegates its function.
delegate - Variable in class edu.uci.ics.jung.graph.GraphDecorator
 
delegate - Variable in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
delegate - Variable in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
delegate - Variable in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
delegate - Variable in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
DelegateForest<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Forest that delegates to a specified DirectedGraph instance.
DelegateForest() - Constructor for class edu.uci.ics.jung.graph.DelegateForest
Creates an instance backed by a new DirectedSparseGraph instance.
DelegateForest(DirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.DelegateForest
Creates an instance backed by the input DirectedGraph i
DelegateToEdgeTransformer<V,E> - Class in edu.uci.ics.jung.algorithms.scoring.util
A Transformer that delegates its operation to a Transformer.
DelegateToEdgeTransformer(Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.DelegateToEdgeTransformer
Creates an instance with the specified delegate transformer.
DelegateTree<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Tree that delegates to a specified instance of DirectedGraph.
DelegateTree() - Constructor for class edu.uci.ics.jung.graph.DelegateTree
Creates an instance.
DelegateTree(Factory<DirectedGraph<V, E>>) - Constructor for class edu.uci.ics.jung.graph.DelegateTree
create an instance with passed values.
DelegateTree(DirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.DelegateTree
Creates a new DelegateTree which delegates to graph.
delta - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
DESC_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
description - Variable in class edu.uci.ics.jung.io.GraphMLMetadata
The description of this data type.
dfs_num - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
diameter - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
The diameter of the visible graph.
diameter(Hypergraph<V, E>, Distance<V>, boolean) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
Returns the diameter of g using the metric specified by d.
diameter(Hypergraph<V, E>, Distance<V>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
Returns the diameter of g using the metric specified by d.
diameter(Hypergraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
Returns the diameter of g, ignoring edge weights.
DijkstraDistance<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
Calculates distances in a specified graph, using Dijkstra's single-source-shortest-path algorithm.
DijkstraDistance(Hypergraph<V, E>, Transformer<E, ? extends Number>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally if and only if cached is true.
DijkstraDistance(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified graph and the specified method of extracting weights from edges, which caches results locally.
DijkstraDistance(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraDistance(Graph<V, E>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraDistance.SourceData - Class in edu.uci.ics.jung.algorithms.shortestpath
For a given source vertex, holds the estimated and final distances, tentative and final assignments of incoming edges on the shortest path from the source vertex, and a priority queue (ordered by estimated distance) of the vertices for which distances are unknown.
DijkstraDistance.SourceData(V) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
DijkstraDistance.VertexComparator<V> - Class in edu.uci.ics.jung.algorithms.shortestpath
Compares according to distances, so that the BinaryHeap knows how to order the tree.
DijkstraDistance.VertexComparator(Map<V, Number>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator
 
DijkstraShortestPath<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
Calculates distances and shortest paths using Dijkstra's single-source-shortest-path algorithm.
DijkstraShortestPath(Graph<V, E>, Transformer<E, Number>, 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, which caches results locally if and only if cached is true.
DijkstraShortestPath(Graph<V, E>, Transformer<E, Number>) - 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, which caches results locally.
DijkstraShortestPath(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraShortestPath(Graph<V, E>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Creates an instance of DijkstraShortestPath for the specified unweighted graph (that is, all weights 1) which caches results locally.
DijkstraShortestPath.SourcePathData - Class in edu.uci.ics.jung.algorithms.shortestpath
For a given source vertex, holds the estimated and final distances, tentative and final assignments of incoming edges on the shortest path from the source vertex, and a priority queue (ordered by estimaed distance) of the vertices for which distances are unknown.
DijkstraShortestPath.SourcePathData(V) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
directed - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
directed_arrow - Variable in class edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer
 
directed_edges - Variable in class edu.uci.ics.jung.graph.SparseGraph
 
DIRECTED_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
directed_value - Variable in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
 
directedEdges - Variable in class edu.uci.ics.jung.graph.SparseMultigraph
 
DirectedGraph<V,E> - Interface in edu.uci.ics.jung.graph
A tagging interface for implementations of Graph that accept only directed edges.
DirectedOrderedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
An implementation of DirectedGraph, suitable for sparse graphs, that orders its vertex and edge collections according to insertion time.
DirectedOrderedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
Creates a new instance.
DirectedSparseGraph<V,E> - Class in edu.uci.ics.jung.graph
An implementation of DirectedGraph suitable for sparse graphs.
DirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.DirectedSparseGraph
Creates an instance.
DirectedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
An implementation of DirectedGraph, suitable for sparse graphs, that permits parallel edges.
DirectedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.DirectedSparseMultigraph
Creates a new instance.
DirectionalEdgeArrowTransformer<V,E> - Class in edu.uci.ics.jung.visualization.decorators
Returns wedge arrows for undirected edges and notched arrows for directed edges, of the specified dimensions.
DirectionalEdgeArrowTransformer(int, int, int) - Constructor for class edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer
 
DirectionTransformer - Class in edu.uci.ics.jung.algorithms.transformation
Functions for transforming graphs into directed or undirected graphs.
DirectionTransformer() - Constructor for class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
 
disappearing_potential - Variable in class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
The sum of the potential, at each step, associated with vertices with no outedges (authority) or no inedges (hub).
disappearing_potential - Variable in class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
Maintains the amount of potential associated with vertices with no out-edges.
DiscreteDistribution - Class in edu.uci.ics.jung.algorithms.util
A utility class for calculating properties of discrete distributions.
DiscreteDistribution() - Constructor for class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
 
disp - Variable in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
dispose() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
dist_reached - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
distance - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
Retrieves graph distances between vertices of the visible graph
distance - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
The metric to use for specifying the distance between pairs of vertices.
Distance<V> - Interface in edu.uci.ics.jung.algorithms.shortestpath
An interface for classes which calculate the distance between one vertex and another.
DistanceCentralityScorer<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns scores to vertices based on their distances to each other vertex in the graph.
DistanceCentralityScorer(Hypergraph<V, E>, Distance<V>, boolean, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Creates an instance with the specified graph, distance metric, and averaging behavior.
DistanceCentralityScorer(Hypergraph<V, E>, Distance<V>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Equivalent to this(graph, distance, averaging, true, true).
DistanceCentralityScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>, boolean, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Creates an instance with the specified graph and averaging behavior whose vertex distances are calculated based on the specified edge weights.
DistanceCentralityScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Equivalent to this(graph, edge_weights, averaging, true, true).
DistanceCentralityScorer(Hypergraph<V, E>, boolean, boolean, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Creates an instance with the specified graph and averaging behavior whose vertex distances are calculated on the unweighted graph.
DistanceCentralityScorer(Hypergraph<V, E>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Equivalent to this(graph, averaging, true, true).
distances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
DistanceStatistics - Class in edu.uci.ics.jung.algorithms.shortestpath
Statistics relating to vertex-vertex distances in a graph.
DistanceStatistics() - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
 
distX - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
The horizontal vertex spacing.
distY - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
The vertical vertex spacing.
document - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Check all sublayouts.keySet() and the delegate layout, returning done == true iff all are done.
done() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Override incrementsAreDone so that we can eventually stop.
done() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
Returns true once the current iteration has passed the maximum count, MAX_ITERATIONS.
done() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
Returns true once the current iteration has passed the maximum count, MAX_ITERATIONS.
done() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
Returns true if the vertex positions are no longer being updated.
done() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns true once the current iteration has passed the maximum count.
done() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
For now, we pretend it never finishes.
done - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
done() - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
Returns true once the current iteration has passed the maximum count, MAX_ITERATIONS.
done() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
For now, we pretend it never finishes.
done() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
For now, we pretend it never finishes.
done() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns true if the total number of iterations is greater than or equal to max_iterations or if the maximum value change observed is less than tolerance.
done() - Method in interface edu.uci.ics.jung.algorithms.util.IterativeContext
Returns true if this iterative process is finished, and false otherwise.
done() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
 
done - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
done() - Method in class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
done() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
done() - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
 
done() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
dontmove - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
a collection of Vertices that should not move
DOTTED - Static variable in interface edu.uci.ics.jung.visualization.RenderContext
A stroke for a dotted line: 1 pixel width, round caps, round joins, and an array of {1.0f, 3.0f}.
dotting - Static variable in interface edu.uci.ics.jung.visualization.RenderContext
 
doubleBuffered - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
user-settable choice to use the offscreen image or not.
down - Variable in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
the location in the View where the mouse was pressed
down - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
dragOnEdge - Variable in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
 
dragOnLens - Variable in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
 
draw(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
draw(Icon, Component, Shape, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
draw(Component, CellRendererPane, int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
draw(Icon, Component, Shape, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyIconGraphics
 
draw(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
 
draw(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate draw it
draw(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
draw3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
draw_paint - Variable in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
 
drawArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawBytes(byte[], int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawChars(char[], int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawGlyphVector(GlyphVector, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawImage(Image, int, int, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
drawLine(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
DrawnIconVertexDemo - Class in edu.uci.ics.jung.samples
A demo that shows drawn Icons as vertices
DrawnIconVertexDemo() - Constructor for class edu.uci.ics.jung.samples.DrawnIconVertexDemo
 
drawOval(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawPolygon(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawPolygon(Polygon) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawPolyline(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawRoundRect(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawShortest() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
 
drawSimpleEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Draws the edge e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
drawSimpleEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Draws the edge e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
drawString(AttributedCharacterIterator, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawString(AttributedCharacterIterator, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawString(String, float, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
drawString(String, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
dx - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
movement speed, x
dx - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
movement speed, x
dy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
movement speed, y
dy - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
movement speed, y
dz - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 

E

e_bent - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_color - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_cubic - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_darrow_pred - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_labels - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_line - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_ortho - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_quad - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_show_d - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_show_u - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_uarrow_pred - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
e_wedge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
edge - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
 
edge - Variable in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
the picked Edge, if any
edge - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
the picked Edge, if any
edge_comparator - Variable in class edu.uci.ics.jung.graph.SortedSparseMultigraph
Comparator used in ordering edges.
edge_data - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
edge_desc - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
edge_desc - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
edge_factory - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
edge_factory - Variable in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
 
edge_factory - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
edge_factory - Variable in class edu.uci.ics.jung.io.PajekNetReader
 
edge_ids - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
edge_ids - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
edge_index - Variable in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
edge_index - Variable in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
edge_index - Variable in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
EDGE_LENGTH - Static variable in class edu.uci.ics.jung.samples.AddNodeDemo
 
EDGE_LENGTH - Static variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
 
edge_metadata - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
EDGE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
edge_pred - Variable in class edu.uci.ics.jung.algorithms.filters.EdgePredicateFilter
 
edge_scores - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
edge_type - Variable in class edu.uci.ics.jung.graph.AbstractTypedGraph
The edge type for all edges in this graph.
edge_vpairs - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
 
edge_weight - Variable in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
 
edge_weight - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
edge_weights - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
The edge weights used by this algorithm.
edge_weights - Variable in class edu.uci.ics.jung.io.PajekNetReader
 
edgeAppearanceTransformer - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
edgeArrowPredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeArrowStrokeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeArrowTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeBetweennessClusterer<V,E> - Class in edu.uci.ics.jung.algorithms.cluster
An algorithm for computing clusters (community structure) in graphs based on edge betweenness.
EdgeBetweennessClusterer(int) - Constructor for class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Constructs a new clusterer for the specified graph.
EDGEDEFAULT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
edgeDrawPaint - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
edgeDrawPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgedx - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
edgedx - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
edgedy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
edgedy - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
edgedz - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
EdgeElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses an edge element.
EdgeElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.EdgeElementParser
 
edgeFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
edgeFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
edgeFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
edgeFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
edgeFillPaint - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
edgeFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeFontTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeGroup<E> - Class in edu.uci.ics.jung.visualization3d
 
EdgeGroup(E, Node) - Constructor for class edu.uci.ics.jung.visualization3d.EdgeGroup
 
edgeIncludePredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeIndexFunction<V,E> - Interface in edu.uci.ics.jung.graph.util
An interface for a service to access the index of a given edge (in a given graph) into the set formed by the given edge and all the other edges it is parallel to.
edgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
edgeIsDirected - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
edgeLabelClosenessTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeLabelDemo - Class in edu.uci.ics.jung.samples
Demonstrates jung support for drawing edge labels that can be positioned at any point along the edge, and can be rotated to be parallel with the edge.
EdgeLabelDemo() - Constructor for class edu.uci.ics.jung.samples.EdgeLabelDemo
create an instance of a simple graph with controls to demo the label positioning features
edgeLabelRenderer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeLabelRenderer - Interface in edu.uci.ics.jung.visualization.renderers
 
edgeLabelTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'edge' GraphML element.
EdgeMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
edgeOffset - Variable in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
 
edgePaintable - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
EdgePredicateFilter<V,E> - Class in edu.uci.ics.jung.algorithms.filters
Transforms the input graph into one which contains only those edges that pass the specified Predicate.
EdgePredicateFilter(Predicate<E>) - Constructor for class edu.uci.ics.jung.algorithms.filters.EdgePredicateFilter
Creates an instance based on the specified edge Predicate.
edgeRankScores - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
edges - Variable in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
edges - Variable in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
edges - Variable in class edu.uci.ics.jung.graph.SetHypergraph
 
edges - Variable in class edu.uci.ics.jung.graph.SparseMultigraph
 
edges - Variable in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
edges - Variable in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
edgesAreFiltered() - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Quick test to allow optimization of getFilteredEdges().
EdgeScorer<E,S> - Interface in edu.uci.ics.jung.algorithms.scoring
An interface for algorithms that assign scores to edges.
edgeShape - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
EdgeShape<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An interface for decorators that return a Shape for a specified edge.
EdgeShape() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
EdgeShape.BentLine<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a bent-line between the vertex endpoints.
EdgeShape.BentLine() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
 
EdgeShape.Box<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a loop with its nadir at the center of the vertex.
EdgeShape.Box() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
EdgeShape.CubicCurve<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a CubicCurve between vertex endpoints.
EdgeShape.CubicCurve() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
 
EdgeShape.IndexedRendering<V,E> - Interface in edu.uci.ics.jung.visualization.decorators
 
EdgeShape.Line<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a straight line between the vertex endpoints.
EdgeShape.Line() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Line
 
EdgeShape.Loop<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a loop with its nadir at the center of the vertex.
EdgeShape.Loop() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
EdgeShape.Orthogonal<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a bent-line between the vertex endpoints.
EdgeShape.Orthogonal() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
EdgeShape.QuadCurve<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a QuadCurve between vertex endpoints.
EdgeShape.QuadCurve() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 
EdgeShape.SimpleLoop<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a loop with its nadir at the center of the vertex.
EdgeShape.SimpleLoop() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop
 
EdgeShape.Wedge<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
EdgeShape.Wedge(int) - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
 
edgeShapeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeShapeTransformer - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
edgeStrokeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeToolTipTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
 
edgeTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
EdgeType - Enum in edu.uci.ics.jung.graph.util
Defines the possible edge types for graphs which assign types to edges.
EditingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
A plugin that can create vertices, undirected edges, and directed edges using mouse gestures.
EditingGraphMousePlugin(Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
EditingGraphMousePlugin(int, Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
create instance and prepare shapes for visual effects
EditingModalGraphMouse<V,E> - Class in edu.uci.ics.jung.visualization.control
 
EditingModalGraphMouse(RenderContext<V, E>, Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
create an instance with default values
EditingModalGraphMouse(RenderContext<V, E>, Factory<V>, Factory<E>, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
create an instance with passed values
EditingModalGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.control
 
EditingModalGraphMouse.ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
EditingModalGraphMouse.ModeKeyAdapter(char, char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
editingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
EditingPopupGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
a plugin that uses popup menus to create vertices, undirected edges, and directed edges.
EditingPopupGraphMousePlugin(Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
EdmondsKarpMaxFlow<V,E> - Class in edu.uci.ics.jung.algorithms.flows
Implements the Edmonds-Karp maximum flow algorithm for solving the maximum flow problem.
EdmondsKarpMaxFlow(DirectedGraph<V, E>, V, V, Transformer<E, Number>, Map<E, Number>, Factory<E>) - Constructor for class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Constructs a new instance of the algorithm solver for a given graph, source, and sink.
edu.uci.ics.jung.algorithms.blockmodel - package edu.uci.ics.jung.algorithms.blockmodel
Support for establishing and maintaining graph element equivalence (such as in blockmodeling).
edu.uci.ics.jung.algorithms.cluster - package edu.uci.ics.jung.algorithms.cluster
Mechanisms for identifying clusters in graphs.
edu.uci.ics.jung.algorithms.filters - package edu.uci.ics.jung.algorithms.filters
Filtering mechanisms that produce subgraphs of an original graph.
edu.uci.ics.jung.algorithms.flows - package edu.uci.ics.jung.algorithms.flows
Methods for calculating properties relating to network flows (such as max flow/min cut).
edu.uci.ics.jung.algorithms.generators - package edu.uci.ics.jung.algorithms.generators
Methods for generating new (often random) graphs with various properties.
edu.uci.ics.jung.algorithms.generators.random - package edu.uci.ics.jung.algorithms.generators.random
Methods for generating random graphs with various properties.
edu.uci.ics.jung.algorithms.importance - package edu.uci.ics.jung.algorithms.importance
 
edu.uci.ics.jung.algorithms.layout - package edu.uci.ics.jung.algorithms.layout
Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices.
edu.uci.ics.jung.algorithms.layout.util - package edu.uci.ics.jung.algorithms.layout.util
Utility classes for updating layout positions.
edu.uci.ics.jung.algorithms.layout3d - package edu.uci.ics.jung.algorithms.layout3d
 
edu.uci.ics.jung.algorithms.matrix - package edu.uci.ics.jung.algorithms.matrix
Mechanisms for dealing with graphs as matrices.
edu.uci.ics.jung.algorithms.metrics - package edu.uci.ics.jung.algorithms.metrics
Specialized measures for graph properties.
edu.uci.ics.jung.algorithms.scoring - package edu.uci.ics.jung.algorithms.scoring
Mechanisms for assigning values (denoting significance, influence, centrality, etc.) to graph elements based on topological properties.
edu.uci.ics.jung.algorithms.scoring.util - package edu.uci.ics.jung.algorithms.scoring.util
Utility functions for assigning scores to graph elements.
edu.uci.ics.jung.algorithms.shortestpath - package edu.uci.ics.jung.algorithms.shortestpath
Provides interfaces and classes for calculating (geodesic) distances and shortest paths.
edu.uci.ics.jung.algorithms.transformation - package edu.uci.ics.jung.algorithms.transformation
Mechanisms for graph transformation.
edu.uci.ics.jung.algorithms.util - package edu.uci.ics.jung.algorithms.util
Provides general algorithmic utilities.
edu.uci.ics.jung.graph - package edu.uci.ics.jung.graph
Interfaces for the JUNG graph types, and some representative implementations.
edu.uci.ics.jung.graph.event - package edu.uci.ics.jung.graph.event
Support for generating events in response to graph actions, especially mutations.
edu.uci.ics.jung.graph.util - package edu.uci.ics.jung.graph.util
Utility interfaces and classes for the JUNG API.
edu.uci.ics.jung.io - package edu.uci.ics.jung.io
Interfaces and classes for reading and writing graphs in various (file) formats.
edu.uci.ics.jung.io.graphml - package edu.uci.ics.jung.io.graphml
 
edu.uci.ics.jung.io.graphml.parser - package edu.uci.ics.jung.io.graphml.parser
 
edu.uci.ics.jung.samples - package edu.uci.ics.jung.samples
Sample applications created using JUNG, largely focused on visualization.
edu.uci.ics.jung.visualization - package edu.uci.ics.jung.visualization
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
edu.uci.ics.jung.visualization.annotations - package edu.uci.ics.jung.visualization.annotations
Classes which support creating visual annotations for graphs.
edu.uci.ics.jung.visualization.control - package edu.uci.ics.jung.visualization.control
Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.
edu.uci.ics.jung.visualization.decorators - package edu.uci.ics.jung.visualization.decorators
Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.
edu.uci.ics.jung.visualization.jai - package edu.uci.ics.jung.visualization.jai
 
edu.uci.ics.jung.visualization.layout - package edu.uci.ics.jung.visualization.layout
Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc.
edu.uci.ics.jung.visualization.picking - package edu.uci.ics.jung.visualization.picking
Visualization mechanisms for supporting the selection of graph elements.
edu.uci.ics.jung.visualization.renderers - package edu.uci.ics.jung.visualization.renderers
Visualization mechanisms relating to rendering.
edu.uci.ics.jung.visualization.subLayout - package edu.uci.ics.jung.visualization.subLayout
Visualization mechanisms relating to grouping or hiding specified element sets.
edu.uci.ics.jung.visualization.transform - package edu.uci.ics.jung.visualization.transform
Visualization mechanisms related to transformations, including lens effects.
edu.uci.ics.jung.visualization.transform.shape - package edu.uci.ics.jung.visualization.transform.shape
Visualization mechanisms related to transformation of graph element shapes.
edu.uci.ics.jung.visualization.util - package edu.uci.ics.jung.visualization.util
Utilities for graph visualization.
edu.uci.ics.jung.visualization3d - package edu.uci.ics.jung.visualization3d
 
edu.uci.ics.jung.visualization3d.control - package edu.uci.ics.jung.visualization3d.control
 
edu.uci.ics.jung.visualization3d.decorators - package edu.uci.ics.jung.visualization3d.decorators
 
edu.uci.ics.jung.visualization3d.layout - package edu.uci.ics.jung.visualization3d.layout
 
eff - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
effectiveSize(V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Burt's measure of the effective size of a vertex's network.
efficiency(V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Returns the effective size of v divided by the number of alters in v's network.
EigenvectorCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Calculates eigenvector centrality for each vertex in the graph.
EigenvectorCentrality(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.EigenvectorCentrality
Creates an instance with the specified graph and edge weights.
EigenvectorCentrality(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.EigenvectorCentrality
Creates an instance with the specified graph and default edge weights.
element() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
element - Variable in class edu.uci.ics.jung.graph.util.Context
The edge element which defines this context.
elementAccessor - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
elementAccessor - Variable in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
 
ElementParser - Interface in edu.uci.ics.jung.io.graphml.parser
Interface for all element parsers.
ElementParserRegistry<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Registry for all element parsers.
ElementParserRegistry(KeyMap, Transformer<GraphMetadata, G>, Transformer<NodeMetadata, V>, Transformer<EdgeMetadata, E>, Transformer<HyperEdgeMetadata, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
 
EllipseVertexShapeTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
 
EllipseVertexShapeTransformer() - Constructor for class edu.uci.ics.jung.visualization.decorators.EllipseVertexShapeTransformer
 
EllipseVertexShapeTransformer(Transformer<V, Integer>, Transformer<V, Float>) - Constructor for class edu.uci.ics.jung.visualization.decorators.EllipseVertexShapeTransformer
 
enableCaching(boolean) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Specifies whether or not this instance of DijkstraShortestPath should cache its results (final and partial) for future reference.
endElement(String, String, String) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
endLayout - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
ENDPOINT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
EndpointElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses endpoint elements.
EndpointElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.EndpointElementParser
 
EndpointMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'endpoint' GraphML element.
EndpointMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
EndpointMetadata.EndpointType - Enum in edu.uci.ics.jung.io.graphml
 
entropy(double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Returns the entropy of this distribution.
entrySet() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
entrySet() - Method in class edu.uci.ics.jung.io.graphml.KeyMap
Retrieves the set of entries contained in this map.
EppsteinPowerLawGenerator<V,E> - Class in edu.uci.ics.jung.algorithms.generators.random
Graph generator that generates undirected graphs with power-law degree distributions.
EppsteinPowerLawGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, int) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
Creates an instance with the specified factories and specifications.
equals(Object) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
equals(Object) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
equals(Object) - Method in class edu.uci.ics.jung.graph.util.Context
 
equals(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
 
equals(Object) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
ErdosRenyiGenerator<V,E> - Class in edu.uci.ics.jung.algorithms.generators.random
Generates a random graph using the Erdos-Renyi binomial model (each pair of vertices is connected with probability p).
ErdosRenyiGenerator(Factory<UndirectedGraph<V, E>>, Factory<V>, Factory<E>, int, double) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
 
es - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
es_none - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
estimatedDistances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
evaluate() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Steps through this scoring algorithm until a termination condition is reached.
evaluate() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Performs the iterative process.
evaluate(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate
 
evaluate(String) - Method in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
evaluate(String) - Method in class edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
 
evaluate(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.RenderContext.DirectedEdgeArrowPredicate
 
evaluate(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.RenderContext.UndirectedEdgeArrowPredicate
 
evaluateIteration() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
 
evolveGraph(int) - Method in interface edu.uci.ics.jung.algorithms.generators.EvolvingGraphGenerator
Instructs the algorithm to evolve the graph N steps.
evolveGraph(int) - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
EvolvingGraphGenerator<V,E> - Interface in edu.uci.ics.jung.algorithms.generators
An interface for algorithms that generate graphs that evolve iteratively.
ewcs - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
ExceptionConverter - Class in edu.uci.ics.jung.io.graphml
Converts an exception to the a GraphIOException.
ExceptionConverter() - Constructor for class edu.uci.ics.jung.io.graphml.ExceptionConverter
 
expand(Graph, Graph) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
 
expand(Forest, Forest) - Method in class edu.uci.ics.jung.visualization.subLayout.TreeCollapser
 

F

f - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringEdgeData
 
factory - Variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
fileReader - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
fill - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
fill - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
fill(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fill(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
 
fill(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate fill it
fill(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
fill3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fill_edge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
fill_edges - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
fill_paint - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
 
fill_paint - Variable in class edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer
 
fillArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fillOval(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fillPolygon(int[], int[], int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fillPolygon(Polygon) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fillRect(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
fillRoundRect(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
Filter<V,E> - Interface in edu.uci.ics.jung.algorithms.filters
An interface for classes that return a subset of the input Graph as a Graph.
FilterUtils - Class in edu.uci.ics.jung.algorithms.filters
Utility methods relating to filtering.
FilterUtils() - Constructor for class edu.uci.ics.jung.algorithms.filters.FilterUtils
 
finalize() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Cleans up all of the prior rank scores on finalize.
finalizeIterations() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Perform eventual clean-up operations (must be implement by subclass when needed).
findBiconnectedComponents(UndirectedGraph<V, E>, V, Set<Set<V>>) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Stores, in bicomponents, all the biconnected components that are reachable from v.
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
findEdge(V, V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns an edge that connects this vertex to v.
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
findEdgeSet(V, V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns all edges that connects this vertex to v.
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
findRoot(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
 
fireGraphEvent(GraphEvent<V, E>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
fireItemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
Notifies all listeners that have registered interest for notification on this event type.
fireItemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.picking.AbstractPickedState
 
firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
fireStateChanged() - Method in interface edu.uci.ics.jung.visualization.util.ChangeEventSupport
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Notifies all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
fireStateChanged() - Method in class edu.uci.ics.jung.visualization3d.PickVertexBehavior
 
floor - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
foldHypergraphEdges(Hypergraph<V, E>, Factory<Graph<V, Collection<E>>>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates a Graph which is an edge-folded version of h, where hyperedges are replaced by k-cliques in the output graph.
foldHypergraphEdges(Hypergraph<V, E>, Factory<Graph<V, E>>, Factory<E>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates a Graph which is an edge-folded version of h, where hyperedges are replaced by k-cliques in the output graph.
foldHypergraphVertices(Hypergraph<V, E>, Factory<Graph<E, F>>, Factory<F>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates a Graph which is a vertex-folded version of h, whose vertices are the input's hyperedges and whose edges are induced by adjacent hyperedges in the input.
foldHypergraphVertices(Hypergraph<V, E>, Factory<Graph<E, Collection<V>>>) - Method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Creates a Graph which is a vertex-folded version of h, whose vertices are the input's hyperedges and whose edges are induced by adjacent hyperedges in the input.
FoldingTransformer<V,E> - Class in edu.uci.ics.jung.algorithms.transformation
Methods for creating a "folded" graph based on a k-partite graph or a hypergraph.
FoldingTransformer() - Constructor for class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
 
foldKPartiteGraph(KPartiteGraph<V, E>, Predicate<V>, Factory<Graph<V, E>>, Factory<E>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Converts g into a unipartite graph whose vertex set is the vertices of g's partition p.
foldKPartiteGraph(KPartiteGraph<V, E>, Predicate<V>, Factory<Graph<V, Collection<V>>>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
Converts g into a unipartite graph whose vertices are the vertices of g's partition p, and whose edges consist of collections of the intermediate vertices from other partitions.
font - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
FOR_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
force_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
force_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
forest - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
 
forest - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
 
Forest<V,E> - Interface in edu.uci.ics.jung.graph
An interface for a graph which consists of a collection of rooted directed acyclic graphs.
format(String, String, String, String) - Method in class edu.uci.ics.jung.io.GraphMLWriter
 
FourPassImageShaper - Class in edu.uci.ics.jung.visualization
Provides factory methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.awt.Shape that is the contiguous traced outline of the opaque part of the image.
FourPassImageShaper() - Constructor for class edu.uci.ics.jung.visualization.FourPassImageShaper
 
FRLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
FRLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout
Creates an instance for the specified graph.
FRLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout
Creates an instance of size d for the specified graph.
FRLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout3d
Implements the Fruchterman-Reingold algorithm for node layout.
FRLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
FRLayout(Graph<V, E>, BoundingSphere) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
FRLayout.FRVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
FRLayout.FRVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
 
FRLayout2<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
FRLayout2(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout2
Creates an instance for the specified graph.
FRLayout2(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout2
Creates an instance of size d for the specified graph.

G

g - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
g - Variable in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
 
g - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
g_array - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
 
GeneralPathAsString - Class in edu.uci.ics.jung.visualization.util
 
GeneralPathAsString() - Constructor for class edu.uci.ics.jung.visualization.util.GeneralPathAsString
 
generateMixedRandomGraph(Factory<Graph<V, E>>, Factory<V>, Factory<E>, Map<E, Number>, int, Set<V>) - Static method in class edu.uci.ics.jung.algorithms.generators.random.MixedRandomGraphGenerator
Equivalent to generateMixedRandomGraph(edge_weight, num_vertices, true).
generateMixedRandomGraph(Factory<Graph<V, E>>, Factory<V>, Factory<E>, Map<E, Number>, int, boolean, Set<V>) - Static method in class edu.uci.ics.jung.algorithms.generators.random.MixedRandomGraphGenerator
Returns a random mixed-mode graph.
get(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the center of the passed layout.
get(Object) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
getAdjustedIncidentCount(E) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns the effective number of vertices incident to this edge.
getAdjustForGravity() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns true if gravity point adjusting is enabled.
getAlpha() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Returns the probability of making a 'jump' (non-link-following step).
getAnchorPoint(Rectangle2D, Dimension, Renderer.VertexLabel.Position) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
getAngle() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
 
getAnnotatingPlugin() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
getAnnotation() - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
getAnnotation(Point2D) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
getAnnotation(Point2D, Collection<Annotation>) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
getAnnotationColor() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
getAnnotationPaintable(Annotation.Layer) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
getAnnotationRendererComponent(JComponent, Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Returns the default label renderer for an Edge
getAnnotations() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
getAnnotationsToolBar() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
getArrowDrawPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getArrowDrawPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getArrowFillPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getArrowFillPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getArrowPlacementTolerance() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getArrowPlacementTolerance() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getArrowTransform(RenderContext<V, E>, GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
This is used for the arrow of a directed and for one of the arrows for non-directed edges Get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
getArrowTransform(RenderContext<V, E>, GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
This is used for the arrow of a directed and for one of the arrows for non-directed edges Get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
getAttributeMap(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
getAttributeName() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getAttributeType() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getAVertex(E) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getBackground() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getCenter(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
Returns the coordinates of v's parent, or the center of this layout's area if it's a root.
getCenter() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
Returns the center of this layout's area.
getCenter() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getCenter() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Returns an array of all the ChangeListeners added with addChangeListener().
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Returns an array of all the ChangeListeners added with addChangeListener().
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getChangeListeners() - Method in interface edu.uci.ics.jung.visualization.util.ChangeEventSupport
Returns an array of all the ChangeListeners added with addChangeListener().
getChangeListeners() - Method in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
 
getChangeListeners() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
Returns an array of all the ChangeListeners added with addChangeListener().
getChangeListeners() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Returns an array of all the ChangeListeners added with addChangeListener().
getChangeListeners() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
getChangeListeners() - Method in class edu.uci.ics.jung.visualization3d.PickVertexBehavior
 
getChild(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the child of vertex at position index in this tree, or null if it has no child at that position.
getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getChildCount(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the number of children of the passed parent node
getChildCount(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the number of children that vertex has in this tree.
getChildCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getChildEdge(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the child edge of the vertex at index index.
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getChildEdges(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the edges connecting vertex to its children in this tree.
getChildEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns the children of v.
getChildren(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the immediate children nodes of the passed parent
getChildren(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the children of vertex in this tree.
getChildren(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getCircleData(V) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
 
getClip() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getClipBounds() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getClipBounds(Rectangle) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getClipRect() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getClusterGraph(Graph, Collection) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
 
getCol(int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Returns the column in which vertex i is found.
getColor() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getColor1(E) - Method in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
Returns c1.
getColor2(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
getColor2(E) - Method in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
Returns c2.
getColorChooserButton() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
getCommunity(V) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Returns a community (cluster) centered around v.
getComposite() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getConvergenceThreshold() - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Returns the convergence threshold.
getCorner() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
getCounts(DirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
Returns an array whose ith element (for i in [1,16]) is the number of occurrences of the corresponding triad type in g.
getCrossover() - Method in class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
Returns the current crossover value.
getCurrentRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
getCurrentValue(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Gets the current value for this vertex
getCursor() - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
 
getDashing() - Static method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns this graph's edge type.
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getDefaultEdgeType() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the default edge type for this graph.
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getDefaultValue() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getDelegate() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
getDelegate() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
Returns the backing (delegate) layout.
getDelegate() - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
getDelegate() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getDelegate() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getDelegate() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
getter for the delegate
getDemoGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Returns a bigger test graph with a clique, several components, and other parts.
getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
computes and returns the depth of the tree from the root to the passed vertex
getDepth(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
computes and returns the depth of the tree from the root to the passed vertex
getDepth(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getDepth(V) - Method in interface edu.uci.ics.jung.graph.Tree
Returns the (unweighted) distance of vertex from the root of this tree.
getDescription() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getDescription() - Method in class edu.uci.ics.jung.io.graphml.PortMetadata
 
getDesiredPrecision() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Returns the desired precision.
getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getDest(E) - Method in interface edu.uci.ics.jung.graph.Graph
If directed_edge is a directed edge in this graph, returns the destination; otherwise returns null.
getDest(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getDest(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
If directed_edge is a directed edge in this graph, returns the destination; otherwise returns null.
getDest(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getDest(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getDest(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getDeviceConfiguration() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getDistance(Hypergraph<V, E>, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Given a vertex, returns the shortest distance from any node in the root set to v
getDistance(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Returns the length of a shortest path from the source to the target vertex, or null if the target is not reachable from the source.
getDistance(V, V) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
Returns the distance from the source vertex to the target vertex.
getDistance(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getDistanceDecorator() - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Returns a map from vertices to minimum distances from the original source(s).
getDistanceFromCenter(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getDistanceMap(V, Collection<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Returns a Map from each element t of targets to the shortest-path distance from source to t.
getDistanceMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(V, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Returns a LinkedHashMap which maps each of the closest numDist vertices to the source vertex in the graph (including the source vertex) to its distance from the source vertex.
getDistanceMap(V) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
Returns a Map which maps each vertex in the graph (including the source vertex) to its distance (represented as a Number) from source.
getDistanceMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getDotting() - Static method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getE() - Method in class edu.uci.ics.jung.algorithms.scoring.util.VEPair
Returns the edge of this pair.
getEdge(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns an edge which is associated with the location (x,y).
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the edge nearest to the location of the (x,y) location selected.
getEdge(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.
getEdge() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
Retrieves the edge associated with this event.
getEdge() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getEdge() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
getEdge(double, double) - Method in class edu.uci.ics.jung.visualization.picking.ClassicPickSupport
 
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
 
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
return an edge whose shape intersects the 'pickArea' footprint of the passed x,y, coordinates.
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
Gets the edge nearest to the location of the (x,y) location selected.
getEdge(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns an edge whose shape intersects the 'pickArea' footprint of the passed x,y, coordinates.
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
return an edge whose shape intersects the 'pickArea' footprint of the passed x,y, coordinates.
getEdgeAppearanceTransformer() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getEdgeAppearanceTransformer() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getEdgeArrowPredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeArrowPredicate() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeArrowStrokeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeArrowStrokeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeArrowTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeArrowTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns the edge count for this graph if edge_type matches the edge type for this graph, and 0 otherwise.
getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of edges in this graph.
getEdgeCount(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of edges of type edge_type in this graph.
getEdgeCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEdgeData() - Method in interface edu.uci.ics.jung.algorithms.matrix.MatrixElementOperations
Returns a map from edges to values.
getEdgeData() - Method in class edu.uci.ics.jung.algorithms.matrix.RealMatrixElementOperations
 
getEdgeDefault() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getEdgeDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from edges to edge descriptions.
getEdgeDrawPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeDrawPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeFillPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeFillPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeFontTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeFontTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeIDs() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a bidirectional map relating edges and IDs.
getEdgeIncludePredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeIncludePredicate() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
 
getEdgeIndexFunction() - Method in interface edu.uci.ics.jung.visualization.decorators.EdgeShape.IndexedRendering
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
getEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 
getEdgeLabelClosenessTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeLabelClosenessTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeLabelRenderer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeLabelRenderer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeLabelRenderer() - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
getEdgeLabelRenderer() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
getEdgeLabelRendererComponent(JComponent, Object, Font, boolean, E) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Returns the default label renderer for an Edge
getEdgeLabelRendererComponent(JComponent, Object, Font, boolean, T) - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeLabelRenderer
Returns the component used for drawing the label.
getEdgeLabelTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeLabelTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeMap() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getEdgeMetadata(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getEdgeMetadata() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from edge type name to type metadata.
getEdgeProperty(Object, String) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
Gets the property for the given edge object.
getEdgeRankScore(E) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeRankScore(E, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeRankScores() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeRankScores(Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeRenderer() - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
getEdgeRenderer() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns the edge set for this graph if edgeType matches the edge type for this graph, and an empty set otherwise.
getEdges() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdges() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a view of all edges in this graph.
getEdges(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of edges in this graph which are of type edge_type.
getEdges() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEdges() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEdges() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEdgeScore(E) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
getEdgeScore(E) - Method in interface edu.uci.ics.jung.algorithms.scoring.EdgeScorer
Returns the algorithm's score for this edge.
getEdgeShapeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeShapeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeShapeTransformer() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getEdgeShapeTransformer() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getEdgesRemoved() - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Retrieves the list of all edges that were removed (assuming extract(...) was previously called).
getEdgesToCheck(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Returns the set of edges incident to v that should be tested.
getEdgeStrokeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeStrokeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeTransformer() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Gets the current transformer that is being used for edge objects.
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns this graph's edge type, or null if e is not in this graph.
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEdgeType(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the edge type of edge in this graph.
getEdgeType(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEdgeWeight(E) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeWeight(V, E) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Gets the edge weight for e in the context of its (incident) vertex v.
getEdgeWeights() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getEdgeWeights() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns the Transformer that this instance uses to associate edge weights with each edge.
getEdgeWeightTransformer() - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns a transformer from edges to their weights.
getEditingPlugin() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
getElementParserRegistry() - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
getEllipse(V) - Method in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Returns a Ellipse2D whose width and height are defined by this instance's size and aspect ratio functions for this vertex.
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getEndpoints(E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the endpoints of edge as a Pair.
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getEndpoints() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
getEndpointType() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getEquivalentPairs(Graph<V, ?>) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
For each vertex pair v, v1 in G, checks whether v and v1 are fully equivalent: meaning that they connect to the exact same vertices.
getExchangeVertices() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns true if the local minimum escape technique by exchanging vertices is enabled.
getFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Return the y-axis movement multipler.
getFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
Return the y-axis movement multipler.
getFactory() - Static method in class edu.uci.ics.jung.graph.DelegateTree
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory(int) - Static method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SetHypergraph
Returns a Factory which creates instances of this class.
getFactory() - Static method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
Returns a Factory that creates an instance of this graph type.
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
Returns a Factory that creates an instance of this graph type.
getFillButton() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
getFilteredEdges(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
 
getFilteredVertices(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
 
getFirst() - Method in class edu.uci.ics.jung.graph.util.Pair
Returns the first element.
getFirstOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Passed Line's point1 must be inside the passed shape or an IllegalArgumentException is thrown
getFirstOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Passed Line's point1 must be inside the passed shape or an IllegalArgumentException is thrown
getFlowGraph() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the graph for which the maximum flow is calculated.
getFont() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getFontMetrics() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getFontMetrics(Font) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getFontRenderContext() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getForceMultiplier() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the edge length force multiplier.
getForceMultiplier() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getForest() - Method in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
Returns the generated forest.
getForest() - Method in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
Returns the generated forest.
getForType() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getFRData(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
Returns the graph on which the partition is defined.
getGraph() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Accessor for the graph that represets all vertices.
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the graph for which this layout is defined.
getGraph() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Returns the full graph (the one that was passed in at construction time) that this Layout refers to.
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Accessor for the graph that represets all vertices.
getGraph() - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
Returns the full graph (the one that was passed in at construction time) that this Layout refers to.
getGraph() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getGraph() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
Generates a mixed-mode random graph, runs VoltageRanker on it, and returns the resultant graph.
getGraph() - Static method in class edu.uci.ics.jung.samples.SimpleGraphDraw
Generates a graph: in this case, reads it from the file "samples/datasetsgraph/simple.net"
getGraph() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
getGraphDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from graphs to graph descriptions.
getGraphicsContext() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getGraphicsContext() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getGraphLayout() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getGraphLayout() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Returns the current graph layout.
getGraphLayout() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
Returns the current graph layout.
getGraphLayout() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Returns the current graph layout.
getGraphLayout() - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
getGraphMetadata() - Method in class edu.uci.ics.jung.io.graphml.GraphMLDocument
 
getGraphMetadata() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from graph type name to type metadata.
getGraphMLDocument() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Returns the object that contains the metadata read in from the GraphML document
getGraphMouse() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
getGraphMouse() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
getGraphMouse() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
getGraphTransformer() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Gets the current transformer that is being used for graph objects.
getHeight() - Method in class edu.uci.ics.jung.graph.DelegateForest
computes and returns the height of the tree
getHeight() - Method in class edu.uci.ics.jung.graph.DelegateTree
Computes and returns the height of the tree.
getHeight() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns the height of the tree, or -1 if the tree is empty.
getHeight() - Method in interface edu.uci.ics.jung.graph.Tree
Returns the maximum depth in this tree.
getHITSUniformRootPrior(Collection<V>) - Static method in class edu.uci.ics.jung.algorithms.scoring.util.ScoringUtils
Returns a Transformer that hub and authority values of 1/roots.size() to each element of roots.
getHorizontalScrollBar() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
getHyperEdgeMap() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getHyperEdgeMetadata(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getHyperEdgeTransformer() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Gets the current transformer that is being used for hyperedge objects.
getIconHeight() - Method in class edu.uci.ics.jung.visualization.renderers.Checkmark
 
getIconMap() - Method in class edu.uci.ics.jung.visualization.decorators.DefaultVertexIconTransformer
Returns the icon storage as a Map.
getIconMap() - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
getIconWidth() - Method in class edu.uci.ics.jung.visualization.renderers.Checkmark
 
getId() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getId() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getId() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getId() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
getId() - Method in class edu.uci.ics.jung.io.graphml.Key
 
getId() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getImage(Point2D, Dimension) - Method in class edu.uci.ics.jung.visualization.VisualizationImageServer
 
getIn() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
getIncident_internal(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentCount(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices that are incident to edge.
getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentCount(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of edges in this graph which are connected to vertex.
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getIncidentVertices(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of vertices in this graph which are connected to edge.
getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getIncidentVertices(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getIncomingEdge(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns the last edge on a shortest path from source to target, or null if target is not reachable from source.
getIncomingEdgeMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each vertex in the graph (including the source vertex) to the last edge on the shortest path from the source vertex.
getIncomingEdgeMap(V, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a LinkedHashMap which maps each of the closest numDist vertices to the source vertex in the graph (including the source vertex) to the incoming edge along the path from that vertex.
getIncomingEdgeMap(V) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.ShortestPath
Returns a Map which maps each vertex in the graph (including the source vertex) to the last edge on the shortest path from the source vertex.
getIncomingEdgeMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
 
getIndex(int, int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Returns the index for e in graph.
getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
getIndex(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
Returns e's index in graph.
getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Returns the index for the specified edge.
getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
getIndex(Graph<V, E>, E) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
Returns the index for the specified edge.
getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
getIndexer() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the incoming edges incident to vertex in this graph.
getInEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getInEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the incoming edges incident to vertex in this graph.
getInEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getInstance(G, E) - Static method in class edu.uci.ics.jung.graph.util.Context
Returns an instance of this type for the specified graph and element.
getInstance() - Static method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Returns an instance of this class.
getInstance() - Static method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Returns an instance of this type.
getInstance() - Static method in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
getInstance() - Static method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
getInverse() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
getISOMVertexData(V) - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
getISOMVertexData(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
 
getItemListeners() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
Returns an array of all the ItemListeners added to this JComboBox with addItemListener().
getIterations() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns the number of iterations that this instance has used so far.
getIterations() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Returns the number of iterations performed.
getKey() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
getKey() - Method in class edu.uci.ics.jung.io.graphml.DataMetadata
 
getKeyMap() - Method in class edu.uci.ics.jung.io.graphml.GraphMLDocument
 
getKeyMap() - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
getLabelEditingPlugin() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
getLabelNode() - Method in class edu.uci.ics.jung.visualization3d.VertexGroup
 
getLabelOffset() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getLabelOffset() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getLastOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Passed Line's point2 must be inside the passed shape or an IllegalArgumentException is thrown
getLastOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Passed Line's point2 must be inside the passed shape or an IllegalArgumentException is thrown
getLayer() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
getLayer() - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
getLayerBox() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
getLayouts() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns a map from each Layout instance to its center point.
getLayoutTransformer() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
getLength(E) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getLength(E) - Method in interface edu.uci.ics.jung.algorithms.layout3d.SpringLayout.LengthFunction
 
getLength(E) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.UnitLengthFunction
 
getLens() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
getLensColor() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
getLensControls() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
getLensShape() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getLensTransformer() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
getLensTransformer() - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
 
getLine() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
getLocation() - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
getLowerAnnotationPaintable() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
getMagnification() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getMaster() - Method in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
 
getMaxFlow() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the value of the maximum flow from the source to the sink.
getMaximumIterations() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Returns the maximum allowed number of iterations.
getMaxIterations() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns the maximum number of iterations that this instance will use.
getMaxIterations() - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Returns the maximum number of iterations.
getMessage() - Method in exception edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException
 
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
getMetadataType() - Method in interface edu.uci.ics.jung.io.graphml.Metadata
Gets the metadata type of this object.
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getMetadataType() - Method in class edu.uci.ics.jung.io.graphml.PortMetadata
 
getMinCutEdges() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the edges in the minimum cut.
getMode() - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
Returns the pickMode
getModeComboBox() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
getModeComboBox() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
getModeComboBox() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
getModeKeyListener() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
getModel() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getModel() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getModeListener() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
getModeListener() - Method in interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
 
getModeMenu() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
create (if necessary) and return a menu that will change the mode
getModeMenu() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
create (if necessary) and return a menu that will change the mode
getModeMenu() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
create (if necessary) and return a menu that will change the mode
getModifiers() - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
getter for mouse modifiers
getModifiers() - Method in class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
 
getModifiers() - Method in interface edu.uci.ics.jung.visualization.control.GraphMousePlugin
return the mouse event modifiers that will activate this plugin
getMultiLayerTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getMultiLayerTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getName() - Method in class edu.uci.ics.jung.io.graphml.PortMetadata
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getNeighborCount(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices that are adjacent to vertex (that is, the number of vertices that are incident to edges in vertex's incident edge set).
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getNeighbors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the collection of vertices which are connected to vertex via any edges in this graph.
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getNextVertex() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
getNextVertex() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
getNode() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getNodeMap() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getNodeMetadata(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getNodesInSinkPartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the nodes which share the same partition (as defined by the min-cut edges) as the sink node.
getNodesInSourcePartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
Returns the nodes which share the same partition (as defined by the min-cut edges) as the source node.
getNotchedArrow(float, float, float) - Static method in class edu.uci.ics.jung.visualization.util.ArrowFactory
Returns an arrowhead in the shape of an isosceles triangle with an isoceles-triangle notch taken out of the base, with the specified base and height measurements.
getObjectCounts(Collection<Set<V>>, V) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
getOneComponentGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Returns a bigger, undirected test graph with a just one component.
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getOpposite(V, E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the vertex at the other end of edge from vertex.
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getOut() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the outgoing edges incident to vertex in this graph.
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getOutEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the outgoing edges incident to vertex in this graph.
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getOutgoing_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getOutputValue(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Gets the output value for this vertex.
getPaint() - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
getPaint() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
getPaint() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
getPaint() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getParallelEdgeIndexFunction() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getParallelEdgeIndexFunction() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getParent(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
get the single parent node of the passed child
getParent(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the parent of vertex in this tree.
getParent(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getParentEdge(V) - Method in interface edu.uci.ics.jung.graph.Forest
Returns the edge connecting vertex to its parent in this tree.
getParentEdge(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getParser(String) - Method in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
 
getParser(String) - Method in class edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
 
getParserContext() - Method in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
 
getPartitions() - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
Returns the set of Predicate instances which define this graph's partitions.
getPath(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.
getPath(Graph<V, E>, ShortestPath<V, E>, V, V) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.ShortestPathUtils
Returns a List of the edges on the shortest path from source to target, in order of their occurrence on this path.
getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
returns an ordered list of the nodes beginning at the root and ending at the passed child node, including all intermediate nodes.
getPath(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
returns an ordered list of the nodes beginning at the root and ending at the passed child node, including all intermediate nodes.
getPerspectiveImage(Image, Shape, Shape) - Method in class edu.uci.ics.jung.visualization.jai.TransformingImageVertexIconRenderer
 
getPerspectiveTransform() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
getPerspectiveTransformer() - Method in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
getPerspectiveTransformer() - Method in interface edu.uci.ics.jung.visualization.jai.PerspectiveTransformSupport
 
getPicked() - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
getPicked() - Method in interface edu.uci.ics.jung.visualization.picking.PickedState
Returns all "picked" elements.
getPickedEdgeState() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getPickedEdgeState() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getPickedEdgeState() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getPickedEdgeState() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getPickedEdgeState() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getPickedEdgeState() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getPickedVertexState() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getPickedVertexState() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getPickedVertexState() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getPickedVertexState() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getPickedVertexState() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getPickedVertexState() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getPickSize() - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns the size of the edge picking area.
getPickSupport() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getPickSupport() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getPickSupport() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getPickSupport() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getPoints() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
getPolarLocations() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
Returns the map from vertices to their locations in polar coordinates.
getPopupEditingPlugin() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
getPort() - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
getPorts() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getPosition() - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
getPosition(float, float, Dimension) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.InsidePositioner
 
getPosition(float, float, Dimension) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.OutsidePositioner
 
getPosition() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
 
getPosition() - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
getPosition(float, float, Dimension) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Positioner
 
getPosition() - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
getPositioner() - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
getPositioner() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
 
getPositioner() - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
getPositioner() - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
getPrecision() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Returns the attained precision.
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getPredecessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of predecessors that vertex has in this graph.
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getPredecessors(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Returns set of predecessors of the given vertex
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the predecessors of vertex in this graph.
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getPredecessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the predecessors of vertex in this graph.
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getPredicate() - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
getPreds_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getPriorRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Retrieves the value of the prior rank score.
getPriors() - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Retrieves the set of priors.
getProperties() - Method in class edu.uci.ics.jung.io.graphml.AbstractMetadata
 
getProperties() - Method in interface edu.uci.ics.jung.io.graphml.Metadata
Gets any properties that were associated with this metadata in the GraphML
getProperty(String) - Method in class edu.uci.ics.jung.io.graphml.AbstractMetadata
 
getRadii() - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
getRadius() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
Returns the radius of the circle.
getRadius() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the radius for this point.
getRanked() - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
 
getRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Retrieves the list of ranking instances in descending sorted order by rank score If the algorithm is ranking edges, the instances will be of type EdgeRanking, otherwise if the algorithm is ranking nodes the instances will be of type NodeRanking
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
The user datum key used to store the rank score.
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
The user datum key used to store the rank scores.
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
the user datum key used to store the rank scores
getRankScoreKey() - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
Given a node, returns the corresponding rank score.
getRankScores(int) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Return a list of the top k rank scores.
getRatio() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getRectangle() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
getRectangle(V) - Method in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Returns a Rectangle2D whose width and height are defined by this instance's size and aspect ratio functions for this vertex.
getRectangles() - Method in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
getRectangularShape() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
getRegularPolygon(V, int) - Method in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Returns a regular num_sides-sided Polygon whose bounding box's width and height are defined by this instance's size and aspect ratio functions for this vertex.
getRegularStar(V, int) - Method in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Returns a regular Polygon of num_points points whose bounding box's width and height are defined by this instance's size and aspect ratio functions for this vertex.
getRelaxer() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
getRelaxer() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
 
getRenderContext() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getRenderContext() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getRenderContext() - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
getRenderer() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getRenderer() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Returns the renderer used by this instance.
getRendererPane() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getRendererPane() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getRenderingHint(RenderingHints.Key) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getRenderingHints() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getRenderingHints() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getRenderingHints() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getRepulsionRange() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the node repulsion range.
getRepulsionRange() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getReverseArrowTransform(RenderContext<V, E>, GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getReverseArrowTransform(RenderContext<V, E>, GeneralPath, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getReverseArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
This is used for the reverse-arrow of a non-directed edge get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
getReverseArrowTransform(RenderContext<V, E>, GeneralPath, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getReverseArrowTransform(RenderContext<V, E>, GeneralPath, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getReverseArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
This is used for the reverse-arrow of a non-directed edge get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
getRoot() - Method in class edu.uci.ics.jung.graph.DelegateForest
getter for the root of the tree returns null, as this tree has >1 roots
getRoot() - Method in class edu.uci.ics.jung.graph.DelegateTree
getter for the root of the tree
getRoot() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getRoot() - Method in interface edu.uci.ics.jung.graph.Tree
Returns the root of this tree.
getRoots() - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns the root of each tree of this forest as a Collection.
getRoots(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Returns the roots of this forest.
getRotation() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
getRotation() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getRotation() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getRoundRectangle(V) - Method in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Returns a RoundRectangle2D whose width and height are defined by this instance's size and aspect ratio functions for this vertex.
getRow(int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Returns the row in which vertex i is found.
getScale() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
getScale() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getScale() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getScaler() - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
getScaleX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
getter for scalex
getScaleX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getScaleX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getScaleY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
getter for scaley
getScaleY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getScaleY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getScreenDevice() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getScreenDevice() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getSecond() - Method in class edu.uci.ics.jung.graph.util.Pair
Returns the second element.
getSeedCandidates(Collection<Set<V>>) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Returns an array of cluster seeds, ranked in decreasing order of number of appearances in the specified collection of candidate clusters.
getSelectedObjects() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
getSelectedObjects() - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
for the ItemSelectable interface contract
getSetToCollapsedVertexTransformer() - Method in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
Returns a transformer from vertex sets in the original graph to collapsed vertices in the transformed graph.
getShape(String) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
given the fileName of an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape(String, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
 
getShape(Image) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape(Image, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
 
getShape(BufferedImage, int) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image If the image is larger than max in either direction, scale the image down to max-by-max, do the trace (on fewer points) then scale the resulting shape back up to the size of the original image.
getShape(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
 
getShape(String) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
 
getShape(String, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
 
getShape(Image) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape(Image, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
 
getShape(BufferedImage, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape() - Method in class edu.uci.ics.jung.visualization3d.VertexGroup
 
getShapeBox() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationControls
 
getShapeMap() - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
getShearX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
getter for shear in x axis
getShearX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getShearX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getShearY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
getter for shear in y axis
getShearY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getShearY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the size of the underlying layout.
getSize() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Returns the current size of the visualization's space.
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
getSize() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
getSize() - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getSize() - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
Returns the current size of the visualization's space.
getSize() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
Always sanity-check getSize so that we don't use a value that is improbable
getSize() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
getSleepTime() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
getSleepTime() - Method in class edu.uci.ics.jung.visualization.util.Animator
 
getSmallGraph() - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
Returns a small graph with directed and undirected edges, and parallel edges.
getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getSource() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getSource(E) - Method in interface edu.uci.ics.jung.graph.Graph
If directed_edge is a directed edge in this graph, returns the source; otherwise returns null.
getSource(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSource(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
If directed_edge is a directed edge in this graph, returns the source; otherwise returns null.
getSource(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSource(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getSource(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getSource() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getSourceData(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
getSourceData(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
 
getSourcePort() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getSpringData(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getSpringData(E) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
Returns the current number of epochs and execution status, as a string.
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Returns a string with information about the current status of the algorithm.
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
Returns the current number of epochs and execution status, as a string.
getStretch() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Returns the current value for the stretch parameter.
getStretch() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
getStroke() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getStyle() - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns the style of picking used by this instance.
getSubTree(Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Returns the subtree of tree which is rooted at root as a Forest.
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getSuccessorCount(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of successors that vertex has in this graph.
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns a Collection view of the successors of vertex in this graph.
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getSuccessors(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a Collection view of the successors of vertex in this graph.
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getSuccs_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getTarget() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getTargetPort() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getTheta() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the angle for this point.
getTolerance() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Gets the size of the largest change (difference between the current and previous values) for any vertex that can be tolerated.
getTolerance() - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
Returns the pick tolerance
getToolTipText(MouseEvent) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
called by the superclass to display tooltips
getTransform() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
getTransform() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getTransform() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getTransform() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getTransformer(Layer) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
getTransformer(Layer) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
getTransformer() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
getTranslateX() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
get the translate x value
getTranslateX() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getTranslateX() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getTranslateY() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
get the translate y value
getTranslateY() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
getTranslateY() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
getTrees() - Method in class edu.uci.ics.jung.graph.DelegateForest
 
getTrees() - Method in class edu.uci.ics.jung.graph.DelegateTree
 
getTrees() - Method in interface edu.uci.ics.jung.graph.Forest
Returns a view of this graph as a collection of Tree instances.
getTrees() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getType() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
 
getUniformRootPrior(Collection<V>) - Static method in class edu.uci.ics.jung.algorithms.scoring.util.ScoringUtils
Assigns a probability of 1/roots.size() to each of the elements of roots.
getUnknownElementParser() - Method in class edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
 
getUnknownParser() - Method in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
 
getUnvisitedVertices() - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Returns the set of all vertices that were not visited
getUpperAnnotationPaintable() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
getV() - Method in class edu.uci.ics.jung.algorithms.scoring.util.VEPair
Returns the vertex of this pair.
getValidatedEndpoints(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
getValue() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
getValue() - Method in class edu.uci.ics.jung.io.graphml.DataMetadata
 
getVertex(int, int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Returns the vertex at position (i mod row_count, j mod col_count).
getVertex(int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Returns the ith vertex (counting row-wise).
getVertex(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns a vertex which is associated with the location (x,y).
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, Point3f) - Method in interface edu.uci.ics.jung.algorithms.layout3d.GraphElementAccessor
Returns a Vertex which is associated with the location (x,y).
getVertex(Layout<V, E>, Point3f) - Method in class edu.uci.ics.jung.algorithms.layout3d.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, Point3f, double) - Method in class edu.uci.ics.jung.algorithms.layout3d.RadiusGraphElementAccessor
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
Retrieves the vertex associated with this event.
getVertex() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
 
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
Iterates over Vertices, checking to see if x,y is contained in the Vertex's Shape.
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of maxDistance.
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Iterates over Vertices, checking to see if x,y is contained in the Vertex's Shape.
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
Iterates over Vertices, checking to see if x,y is contained in the Vertex's Shape.
getVertexAppearanceTransformer() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getVertexAppearanceTransformer() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getVertexCount() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getVertexCount() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of vertices in this graph.
getVertexCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getVertexDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from vertices to vertex descriptions.
getVertexDrawPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexDrawPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexFillPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexFillPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexFontTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexFontTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexIconTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexIconTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexIDs() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a bidirectional map relating vertices and IDs.
getVertexIncludePredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexIncludePredicate() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexLabeller() - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns a transformer from vertices to their labels.
getVertexLabelRenderer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexLabelRenderer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexLabelRenderer() - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
getVertexLabelRenderer() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
getVertexLabelRendererComponent(JComponent, Object, Font, boolean, V) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Returns the default label renderer for a Vertex
getVertexLabelRendererComponent(JComponent, Object, Font, boolean, T) - Method in interface edu.uci.ics.jung.visualization.renderers.VertexLabelRenderer
Returns the component used for drawing the label.
getVertexLabelTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexLabelTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexLocationTransformer() - Method in class edu.uci.ics.jung.io.PajekNetReader
 
getVertexMetadata() - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a map from vertex type name to type metadata.
getVertexPartitions() - Method in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
Returns a collection of vertex sets, where each vertex in the input graph is in exactly one set.
getVertexPrior(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Returns the prior probability for v.
getVertexPriors() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Returns a Transformer which maps each vertex to its prior probability.
getVertexProperty(Object, String) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
Gets the property for the given vertex object.
getVertexRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Given an edge or node, returns the corresponding rank score.
getVertexRankScore(V, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getVertexRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
getVertexRankScores() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getVertexRankScores(Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getVertexRenderer() - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
getVertexRenderer() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
getVertexScore(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
 
getVertexScore(V) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
getVertexScore(V) - Method in class edu.uci.ics.jung.algorithms.scoring.DegreeScorer
Returns the degree of the vertex.
getVertexScore(V) - Method in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Calculates the score for the specified vertex.
getVertexScore(V) - Method in interface edu.uci.ics.jung.algorithms.scoring.VertexScorer
Returns the algorithm's score for this vertex.
getVertexShapeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexShapeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexShapeTransformer() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getVertexShapeTransformer() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getVertexStringer() - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
getVertexStringer() - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
getVertexStrokeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexStrokeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexToPartitionMap() - Method in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
Returns a map from each vertex in the input graph to its partition.
getVertexTransformer() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Gets the current transformer that is being used for vertex objects.
getVerticalScrollBar() - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
getVertices() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
getVertices(Layout<V, E>, Shape) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns the vertices contained within rectangle relative to layout.
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
 
getVertices() - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
getVertices() - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
getVertices() - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns a view of all vertices in this graph.
getVertices(Predicate<V>) - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
Returns all vertices which satisfy the specified partition predicate.
getVertices() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getVertices() - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.SparseGraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getVertices() - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
 
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
returns the vertices that are contained in the passed shape.
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns the vertices whose layout coordinates are contained in Shape.
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
returns the vertices that are contained in the passed shape.
getVerticesInOrderVisited() - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Returns the list of vertices visited in order of traversal
getViewCenter() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getViewRadius() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
getViewTransformer() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
getVoltageMatrix() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
getWedgeArrow(float, float) - Static method in class edu.uci.ics.jung.visualization.util.ArrowFactory
Returns an arrowhead in the shape of a simple isosceles triangle with the specified base and height measurements.
getX(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the x coordinate of the vertex from the Coordinates object.
getX(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Returns the x coordinate of the vertex from the Coordinates object.
getXDisp() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
getXFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
Return the x-axis movement multipler.
getXFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Return the x-axis movement multipler.
getY(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the y coordinate of the vertex from the Coordinates object.
getY(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Returns the y coordinate of the vertex from the Coordinates object.
getYDisp() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
getYFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
Return the y-axis movement multipler.
getYFactor() - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Return the y-axis movement multipler.
getZDisp() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
gm - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
gradient_level - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
GRADIENT_NONE - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
gradient_relative - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
GRADIENT_RELATIVE - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
GradientEdgePaintTransformer<V,E> - Class in edu.uci.ics.jung.visualization.decorators
Creates GradientPaint instances which can be used to paint an Edge.
GradientEdgePaintTransformer(Color, Color, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
 
GradientVertexRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
A renderer that will fill vertex shapes with a GradientPaint
GradientVertexRenderer(Color, Color, boolean) - Constructor for class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
 
GradientVertexRenderer(Color, Color, Color, Color, PickedState<V>, boolean) - Constructor for class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
 
graph - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
graph - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
The graph on which the calculations are to be made.
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.DegreeScorer
The graph for which scores are to be generated.
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
The graph on which the vertex scores are to be calculated.
graph - Variable in class edu.uci.ics.jung.algorithms.scoring.util.UniformInOut
The graph for which the edge weights are defined.
graph - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
 
graph - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
 
Graph<V,E> - Interface in edu.uci.ics.jung.graph
A graph consisting of a set of vertices of type V set and a set of edges of type E.
graph - Variable in class edu.uci.ics.jung.graph.util.Context
The graph element which defines this context.
graph - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
graph - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
graph_data - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
graph_desc - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
graph_desc - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
graph_factory - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
graph_factory - Variable in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
 
graph_factory - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
graph_index - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
 
graph_metadata - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
GRAPH_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
graph_names - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
 
graphClicked(V, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMouseListener
 
GraphCollapser - Class in edu.uci.ics.jung.visualization.subLayout
 
GraphCollapser(Graph) - Constructor for class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
 
GraphDecorator<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Graph that delegates its method calls to a constructor-specified Graph instance.
GraphDecorator(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.GraphDecorator
Creates a new instance based on the provided delegate.
GraphEditorDemo - Class in edu.uci.ics.jung.samples
Shows how to create a graph editor with JUNG.
GraphEditorDemo() - Constructor for class edu.uci.ics.jung.samples.GraphEditorDemo
create an instance of a simple graph with popup controls to create a graph.
GraphElementAccessor<V,E> - Interface in edu.uci.ics.jung.algorithms.layout
Interface for coordinate-based selection of graph components.
GraphElementAccessor<V,E> - Interface in edu.uci.ics.jung.algorithms.layout3d
Interface for coordinate-based selection of graph components.
GraphElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses graph elements.
GraphElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.GraphElementParser
 
GraphEvent<V,E> - Class in edu.uci.ics.jung.graph.event
 
GraphEvent(Graph<V, E>, GraphEvent.Type) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent
Creates an instance with the specified source graph and Type (vertex/edge addition/removal).
GraphEvent.Edge<V,E> - Class in edu.uci.ics.jung.graph.event
An event type pertaining to graph edges.
GraphEvent.Edge(Graph<V, E>, GraphEvent.Type, E) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent.Edge
Creates a graph event for the specified graph, edge, and type.
GraphEvent.Type - Enum in edu.uci.ics.jung.graph.event
Types of graph events.
GraphEvent.Vertex<V,E> - Class in edu.uci.ics.jung.graph.event
An event type pertaining to graph vertices.
GraphEvent.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.
GraphEventListener<V,E> - Interface in edu.uci.ics.jung.graph.event
An interface for classes that listen for graph events.
graphFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
GraphFile<V,E> - Interface in edu.uci.ics.jung.io
General interface for loading and saving a graph from/to disk.
GraphFromGraphMLDemo - Class in edu.uci.ics.jung.samples
Demonstrates loading (and visualizing) a graph from a GraphML file.
GraphFromGraphMLDemo(String) - Constructor for class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
create an instance of a simple graph with controls to demo the zoom features.
GraphGenerator<V,E> - Interface in edu.uci.ics.jung.algorithms.generators
An interface for algorithms that generate graphs.
Graphics2DWrapper - Class in edu.uci.ics.jung.visualization.transform.shape
a complete wrapping of Graphics2D, useful as a base class.
Graphics2DWrapper() - Constructor for class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
Graphics2DWrapper(Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
graphicsContext - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
GraphicsDecorator - Class in edu.uci.ics.jung.visualization.transform.shape
an extendion of Graphics2DWrapper that adds enhanced methods for drawing icons and components
GraphicsDecorator() - Constructor for class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
GraphicsDecorator(Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
GraphIOException - Exception in edu.uci.ics.jung.io
Exception thrown when IO errors occur when reading/writing graphs.
GraphIOException() - Constructor for exception edu.uci.ics.jung.io.GraphIOException
Creates a new instance with no specified message or cause.
GraphIOException(String, Throwable) - Constructor for exception edu.uci.ics.jung.io.GraphIOException
Creates a new instance with the specified message and cause.
GraphIOException(String) - Constructor for exception edu.uci.ics.jung.io.GraphIOException
Creates a new instance with the specified message and no specified cause.
GraphIOException(Throwable) - Constructor for exception edu.uci.ics.jung.io.GraphIOException
Creats a new instance with the specified cause and no specified message.
GraphMatrixOperations - Class in edu.uci.ics.jung.algorithms.matrix
Contains methods for performing the analogues of certain matrix operations on graphs.
GraphMatrixOperations() - Constructor for class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
 
GraphMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'graph' GraphML element.
GraphMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.GraphMetadata
 
GraphMetadata.EdgeDefault - Enum in edu.uci.ics.jung.io.graphml
 
GRAPHML_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
GraphMLConstants - Class in edu.uci.ics.jung.io.graphml
Provides some constants for element/attribute names in GraphML
GraphMLConstants() - Constructor for class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
GraphMLDocument - Class in edu.uci.ics.jung.io.graphml
Maintains all the metadata read in from a single GraphML XML document.
GraphMLDocument() - Constructor for class edu.uci.ics.jung.io.graphml.GraphMLDocument
 
GraphMLEventFilter - Class in edu.uci.ics.jung.io.graphml.parser
Filter to ignore unsupported XML events.
GraphMLEventFilter() - Constructor for class edu.uci.ics.jung.io.graphml.parser.GraphMLEventFilter
 
GraphMLMetadata<T> - Class in edu.uci.ics.jung.io
Maintains information relating to data for the specified type.
GraphMLMetadata(String, String, Transformer<T, String>) - Constructor for class edu.uci.ics.jung.io.GraphMLMetadata
Creates a new instance with the specified description, default value, and transformer.
GraphMLReader<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io
Reads in data from a GraphML-formatted file and generates graphs based on that data.
GraphMLReader(Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.io.GraphMLReader
Creates a GraphMLReader instance with the specified vertex and edge factories.
GraphMLReader() - Constructor for class edu.uci.ics.jung.io.GraphMLReader
Creates a GraphMLReader instance that assigns the vertex and edge id strings to be the vertex and edge objects, as well as their IDs.
GraphMLReader.KeyType - Enum in edu.uci.ics.jung.io
 
GraphMLReader.TagState - Enum in edu.uci.ics.jung.io
 
GraphMLReader2<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml
Reads in data from a GraphML-formatted file and generates graphs based on that data.
GraphMLReader2(Reader, Transformer<GraphMetadata, G>, Transformer<NodeMetadata, V>, Transformer<EdgeMetadata, E>, Transformer<HyperEdgeMetadata, E>) - Constructor for class edu.uci.ics.jung.io.graphml.GraphMLReader2
Constructs a GraphML reader around the given reader.
GraphMLWriter<V,E> - Class in edu.uci.ics.jung.io
Writes graphs out in GraphML format.
GraphMLWriter() - Constructor for class edu.uci.ics.jung.io.GraphMLWriter
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
graphMouse - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
provides MouseListener, MouseMotionListener, and MouseWheelListener events to the graph
GraphMouseAdapter - Class in edu.uci.ics.jung.visualization.control
Simple extension of MouseAdapter that supplies modifier checking
GraphMouseAdapter(int) - Constructor for class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
 
GraphMouseListener<V> - Interface in edu.uci.ics.jung.visualization.control
This interface allows users to register listeners to register to receive vertex clicks.
GraphMousePlugin - Interface in edu.uci.ics.jung.visualization.control
the interface for all plugins to the PluggableGraphMouse
graphPressed(V, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMouseListener
 
GraphReader<G extends Hypergraph<V,E>,V,E> - Interface in edu.uci.ics.jung.io
Interface for a reader of graph objects
graphReleased(V, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMouseListener
 
Graphs - Class in edu.uci.ics.jung.graph.util
Provides specialized implementations of GraphDecorator.
Graphs() - Constructor for class edu.uci.ics.jung.graph.util.Graphs
 
graphs - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
graphToSparseMatrix(Graph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Returns an unweighted (0-1) adjacency matrix based on the specified graph.
graphToSparseMatrix(Graph<V, E>, Map<E, Number>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Returns a SparseDoubleMatrix2D whose entries represent the edge weights for the edges in g, as specified by nev.
graphTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
GraphZoomScrollPane - Class in edu.uci.ics.jung.visualization
GraphZoomScrollPane is a Container for the Graph's VisualizationViewer and includes custom horizontal and vertical scrollbars.
GraphZoomScrollPane(VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane
Create an instance of the GraphZoomScrollPane to contain the VisualizationViewer
GraphZoomScrollPane.ResizeListener - Class in edu.uci.ics.jung.visualization
Listener to adjust the scroll bar parameters when the window is resized
GraphZoomScrollPane.ResizeListener() - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
 
GraphZoomScrollPaneDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of GraphZoomScrollPane.
GraphZoomScrollPaneDemo() - Constructor for class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
create an instance of a simple graph with controls to demo the zoom features.
growSubTree(Forest<V, E>, Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Populates subtree with the subtree of tree which is rooted at root.

H

handleData(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
handleGraphEvent(GraphEvent<V, E>) - Method in interface edu.uci.ics.jung.graph.event.GraphEventListener
Method called by the process generating a graph event to which this instance is listening.
handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
If this event is over a Vertex, pop up a menu to allow the user to increase/decrease the voltage attribute of this Vertex
handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
hasAugmentingPath() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
hasConverged() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Check to see if the result has been attained.
hasEqualEdgeType(EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
Returns true if edge_type matches the default edge type for this graph, and false otherwise.
hashCode() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
hashCode() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
hashCode() - Method in class edu.uci.ics.jung.graph.util.Context
 
hashCode() - Method in class edu.uci.ics.jung.graph.util.Pair
 
hashCode() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
height - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
 
hierarchy(V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Calculates the hierarchy value for a given vertex.
high - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
hit(Rectangle, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
hit(Rectangle, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate apply 'hit' with it
hitClip(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
HITS<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns hub and authority scores to each vertex depending on the topology of the network.
HITS(Graph<V, E>, Transformer<E, Double>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS
Creates an instance for the specified graph, edge weights, and alpha (random jump probability) parameter.
HITS(Graph<V, E>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS
Creates an instance for the specified graph and alpha (random jump probability) parameter.
HITS(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS
Creates an instance for the specified graph.
HITS.Scores - Class in edu.uci.ics.jung.algorithms.scoring
Maintains hub and authority score information for a vertex.
HITS.Scores(double, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS.Scores
Creates an instance with the specified hub and authority score.
HITSWithPriors<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
A generalization of HITS that permits non-uniformly-distributed random jumps.
HITSWithPriors(Hypergraph<V, E>, Transformer<E, ? extends Number>, Transformer<V, HITS.Scores>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
Creates an instance for the specified graph, edge weights, vertex prior probabilities, and random jump probability (alpha).
HITSWithPriors(Hypergraph<V, E>, Transformer<V, HITS.Scores>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
Creates an instance for the specified graph, vertex priors, and random jump probability (alpha).
horizontalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
hub - Variable in class edu.uci.ics.jung.algorithms.scoring.HITS.Scores
The hub score for a vertex.
HyperbolicImageLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.jai
A class to make it easy to add a Hyperbolic projection examining lens to a jung graph application.
HyperbolicImageLensSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
HyperbolicImageLensSupport(VisualizationViewer<V, E>, LensTransformer, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
create the base class, setting common members and creating a custom GraphMouse
HyperbolicShapeTransformer - Class in edu.uci.ics.jung.visualization.transform.shape
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.
HyperbolicShapeTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component.
HyperbolicShapeTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component, with a possibly shared transform delegate.
HyperbolicTransformer - Class in edu.uci.ics.jung.visualization.transform
HyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a fisheye projection of the graph points, with points near the center spread out and points near the edges collapsed onto the circumference of an ellipse.
HyperbolicTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
create an instance, setting values from the passed component and registering to listen for size changes on the component
HyperbolicTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
create an instance with a possibly shared transform
HYPEREDGE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
hyperedge_vertices - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
HyperEdgeElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses hyper edge elements.
HyperEdgeElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.HyperEdgeElementParser
 
HyperEdgeMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'hyperedge' GraphML element.
HyperEdgeMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
hyperedges_are_self_loops - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
 
hyperEdgeTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
Hypergraph<V,E> - Interface in edu.uci.ics.jung.graph
A hypergraph, consisting of a set of vertices of type V and a set of hyperedges of type E which connect the vertices.

I

icon - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
 
iconMap - Variable in class edu.uci.ics.jung.visualization.decorators.DefaultVertexIconTransformer
icon storage
iconMap - Variable in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
ID_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
ignore_missing - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Specifies whether, for a vertex v with missing (null) distances, v's score should ignore the missing values or be set to 'null'.
ignore_self_distances - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Specifies whether the values returned should ignore self-distances (distances from v to itself).
ImageEdgeLabelDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of images on graph edge labels.
ImageEdgeLabelDemo() - Constructor for class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
 
in - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
used by the scaling plugins for zoom in
in - Variable in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
the amount to zoom in by
IN_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
INCIDENT - Static variable in class edu.uci.ics.jung.graph.SparseGraph
 
IncidentEdgeIndexFunction<V,E> - Class in edu.uci.ics.jung.graph.util
A class which creates and maintains indices for incident edges.
incidentEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
INCOMING - Static variable in class edu.uci.ics.jung.graph.SparseGraph
 
incomingEdges - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
incrementDisp(double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
incrementRankScore(V, double) - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
incrementRankScore(V, double) - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
 
inDegree(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
inDegree(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of incoming edges incident to vertex.
inDegree(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
inDegree(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of incoming edges incident to vertex.
inDegree(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
inDegree(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
index_vertex - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
Indexer - Class in edu.uci.ics.jung.algorithms.util
A class providing static methods useful for improving the performance of graph algorithms.
Indexer() - Constructor for class edu.uci.ics.jung.algorithms.util.Indexer
 
init() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Verifies the object state and initializes this reader.
init() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
 
init() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
 
init() - Method in class edu.uci.ics.jung.visualization.layout.CachingLayout
 
init() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
init() - Method in interface edu.uci.ics.jung.visualization.util.Caching
ititialize resources for a cache
init_vertices - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
initialize(Graph<V, E>, boolean, boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Had to override this one as well, to ensure that setRoot() is called.
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
 
initialize() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Initializes fields in the node that may not have been set during the constructor.
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Initializer, calls intialize_local and initializeLocations to start construction process.
initialize() - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
initialize() - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
Initializes fields in the node that may not have been set during the constructor.
initialize() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
initialize() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Initializes the internal state for this instance.
initialize() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
Initializes the state of this instance.
initialize(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
initialize() - Method in class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
Initializes the state of this instance.
initialize(Hypergraph<V, E>, Set<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
 
initialize() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
initialize() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
initialized - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
initialized - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
initializeData() - Method in class edu.uci.ics.jung.io.GraphMLReader
This is separate from initialize() because these data structures are shared among all graphs loaded (i.e., they're defined inside graphml rather than graph.
initializeGraph() - Method in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
 
initializeIterations() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
initializeIterations() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Initializes internal parameters to start the iterative process.
initializeLocation(V, Point2D, Dimension) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
Sets persisted location for a vertex within the dimensions of the space.
initializeLocations() - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
This method calls initialize_local_vertex for each vertex, and also adds initial coordinate information for each vertex.
initializeRankings() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
instance - Static variable in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
instructions - Static variable in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
instructions - Static variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
InternalFrameSatelliteViewDemo - Class in edu.uci.ics.jung.samples
Similar to the SatelliteViewDemo, but using JInternalFrame.
InternalFrameSatelliteViewDemo() - Constructor for class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
create an instance of a simple graph with controls to demo the zoom features.
InterpolatingVertexSizeTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
Provides vertex sizes that are spaced proportionally between min_size and max_size depending on
InterpolatingVertexSizeTransformer(Transformer<V, ? extends Number>, int, int) - Constructor for class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
intersectLine(Line2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
Intersector - Class in edu.uci.ics.jung.visualization.transform.shape
 
Intersector(Rectangle) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
Intersector(Rectangle, Line2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
inverse - Variable in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
inverseLayoutTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseLayoutTransform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inversePerspectiveTransform(Shape) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
 
inversePerspectiveTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
override base class to un-project the perspective effect
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseTransform(Layer, Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseTransform(Layer, Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
 
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
override base class to un-project the perspective effect
inverseTransform(Layer, Point2D) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
inverseTransform(Layer, Shape) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
applies the inverse transform to the supplied point
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
transform the supplied shape from graph coordinates to screen coordinates
inverseTransform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
convert the supplied screen coordinate to the graph coordinate.
inverseTransform(Shape) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
 
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
override base class to un-project the fisheye effect
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
override base class to un-project the fisheye effect
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
return the supplied shape, translated to the coordinates that result from calling inverseTransform on its center
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
override base class to un-project the fisheye effect
inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
 
inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
 
inverseTransform(Shape) - Method in interface edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer
 
inverseViewTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
inverseViewTransform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
is_toroidal - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
isDest(V, E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns true if vertex is the destination of edge.
isDest(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
isDest(V, E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
isDirected() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
isDisconnectedGraphOK() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Returns true if this instance accepts vertices with no outgoing edges, and false otherwise.
isDoubleBuffered() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
isDoubleBuffered() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
whether this class uses double buffering.
isEdgeRendered(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns true if this edge and its endpoints in this graph are all included in the collections of elements to be rendered, and false otherwise.
isEmpty() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
isEmpty() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Returns true if this collection contains no elements, and false otherwise.
isEmpty() - Method in class edu.uci.ics.jung.graph.util.Pair
 
isEnabled() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
 
isFill() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
isFill() - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
isFillImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
isIncident(V, E) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
isIncident(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isIncident(V, E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns true if vertex and edge are incident to each other.
isIncident(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
isIncident(V, H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
This one is an incremental visualization
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
This one is an incremental visualization.
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
This one is an incremental visualization
isInternal(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
computes and returns whether the passed node is neither the root, nor a leaf node.
isInternal(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Returns true if v is neither a leaf nor the root of this tree.
isLeaf(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns true if v has no child nodes.
isLeaf(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Returns true if the passed node has no children.
isLeaf(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns true if vertex is a leaf of this tree, i.e., if it has no children.
isLocked(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
isLocked(V) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Override to test if the passed vertex is locked in any of the layouts.
isLocked(V) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Returns true if the position of vertex v is locked.
isLocked(V) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
isLocked(V) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
isLocked(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
isLocked(V) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
Returns true if the position of vertex v is locked.
isLocked() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
isLocked(V) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
isNeighbor(V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
isNeighbor(V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isNeighbor(V, V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns true if v1 and v2 share an incident edge.
isNeighbor(V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
isNeighbor(V, V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
ISOMLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.
ISOMLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.ISOMLayout
Creates an ISOMLayout instance for the specified graph g.
ISOMLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout3d
Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.
ISOMLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
 
ISOMLayout.ISOMVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
ISOMLayout.ISOMVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData
 
ISOMLayout.ISOMVertexData - Class in edu.uci.ics.jung.algorithms.layout3d
 
ISOMLayout.ISOMVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
isOpaque() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
isOpaque() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
isOpaque() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
isOutlineImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
isPicked(T) - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
isPicked(T) - Method in interface edu.uci.ics.jung.visualization.picking.PickedInfo
 
isPicked(T) - Method in interface edu.uci.ics.jung.visualization.picking.PickedState
Returns true if v is currently "picked".
isPredecessor(V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
isPredecessor(V, V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns true if v1 is a predecessor of v2 in this graph.
isPredecessor(V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isPredecessor(V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns true iff v1 is the parent of v2.
isRankingEdges() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Returns true if this ranker ranks edges, and false otherwise.
isRankingNodes() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Returns true if this ranker ranks nodes, and false otherwise.
isRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Returns true if v has no parent node.
isRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
computes whether the passed node is a root node (has no children)
isRoot(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Returns true if vertex is a leaf of this tree, i.e., if it has no children.
isRotateEdgeLabels() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
isRotateEdgeLabels() - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeLabelRenderer
 
isShapeImages() - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
isSource(V, E) - Method in interface edu.uci.ics.jung.graph.Graph
Returns true if vertex is the source of edge.
isSource(V, E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
isSource(V, E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
isStructurallyEquivalent(Graph<V, ?>, V, V) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
Checks whether a pair of vertices are structurally equivalent.
isSuccessor(V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
isSuccessor(V, V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns true if v1 is a successor of v2 in this graph.
isSuccessor(V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
isSuccessor(V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
isVertexRendered(Context<Graph<V, E>, V>) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Returns true if this vertex in this graph is included in the collections of elements to be rendered, and false otherwise.
itemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
 
itemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
 
IterativeContext - Interface in edu.uci.ics.jung.algorithms.util
An interface for algorithms that proceed iteratively.
IterativeProcess - Class in edu.uci.ics.jung.algorithms.util
Provides basic infrastructure for iterative algorithms.
IterativeProcess() - Constructor for class edu.uci.ics.jung.algorithms.util.IterativeProcess
Generic constructor.
iterator() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Returns an Iterator that does not support modification of the heap.
iterator() - Method in class edu.uci.ics.jung.graph.util.Pair
 

K

Key - Class in edu.uci.ics.jung.io.graphml
GraphML key object that was parsed from the input stream.
Key() - Constructor for class edu.uci.ics.jung.io.graphml.Key
 
Key.ForType - Enum in edu.uci.ics.jung.io.graphml
Enumeration for the 'for' type of this key.
KEY_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
key_type - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
KeyElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses key elements.
KeyElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.KeyElementParser
 
KeyMap - Class in edu.uci.ics.jung.io.graphml
A KeyMap is a storage mechanism for the keys read from the GraphML file.
KeyMap() - Constructor for class edu.uci.ics.jung.io.graphml.KeyMap
 
keySet() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
keyTyped(KeyEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
keyTyped(KeyEvent) - Method in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
keyTyped(KeyEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
keyTyped(KeyEvent) - Method in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
KKLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Implements the Kamada-Kawai algorithm for node layout.
KKLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
Creates an instance for the specified graph.
KKLayout(Graph<V, E>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
Creates an instance for the specified graph and distance metric.
KleinbergSmallWorldGenerator<V,E> - Class in edu.uci.ics.jung.algorithms.generators.random
Graph generator that produces a random graph with small world properties.
KleinbergSmallWorldGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, double) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Creates
KleinbergSmallWorldGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, double) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
 
KleinbergSmallWorldGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, double, boolean) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
 
kmc - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
KMeansClusterer<T> - Class in edu.uci.ics.jung.algorithms.util
Groups items into a specified number of clusters, based on their proximity in d-dimensional space, using the k-means algorithm.
KMeansClusterer(int, double) - Constructor for class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Creates an instance whose termination conditions are set according to the parameters.
KMeansClusterer() - Constructor for class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Creates an instance with max iterations of 100 and convergence threshold of 0.001.
KMeansClusterer.NotEnoughClustersException - Exception in edu.uci.ics.jung.algorithms.util
An exception that indicates that the specified data points cannot be clustered into the number of clusters requested by the user.
KMeansClusterer.NotEnoughClustersException() - Constructor for exception edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException
 
KNeighborhoodFilter<V,E> - Class in edu.uci.ics.jung.algorithms.filters
A filter used to extract the k-neighborhood around one or more root node(s).
KNeighborhoodFilter(Set<V>, int, KNeighborhoodFilter.EdgeType) - Constructor for class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
Constructs a new instance of the filter.
KNeighborhoodFilter(V, int, KNeighborhoodFilter.EdgeType) - Constructor for class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
Constructs a new instance of the filter.
KNeighborhoodFilter.EdgeType - Enum in edu.uci.ics.jung.algorithms.filters
The type of edge to follow for defining the neighborhood.
KPartiteGraph<V,E> - Interface in edu.uci.ics.jung.graph
An interface for graphs whose vertices are each members of one of 2 or more disjoint sets (partitions), and whose edges connect only vertices in distinct partitions.
KStepMarkov<V,E> - Class in edu.uci.ics.jung.algorithms.importance
Algorithm variant of PageRankWithPriors that computes the importance of a node based upon taking fixed-length random walks out from the root set and then computing the stationary probability of being at each node.
KStepMarkov(DirectedGraph<V, E>, Set<V>, int, Map<E, Number>) - Constructor for class edu.uci.ics.jung.algorithms.importance.KStepMarkov
Construct the algorihm instance and initializes the algorithm.
KStepMarkov<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
A special case of PageRankWithPriors in which the final scores represent a probability distribution over position assuming a random (Markovian) walk of exactly k steps, based on the initial distribution specified by the priors.
KStepMarkov(Hypergraph<V, E>, Transformer<E, ? extends Number>, Transformer<V, Double>, int) - Constructor for class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
Creates an instance based on the specified graph, edge weights, vertex priors (initial scores), and number of steps to take.
KStepMarkov(Hypergraph<V, E>, Transformer<V, Double>, int) - Constructor for class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
Creates an instance based on the specified graph, vertex priors (initial scores), and number of steps to take.
KStepMarkov(Hypergraph<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
Creates an instance based on the specified graph and number of steps to take.
KullbackLeibler(double[], double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Returns the Kullback-Leibler divergence between the two specified distributions, which must have the same number of elements.

L

L2RTreeLayoutDemo - Class in edu.uci.ics.jung.samples
A variant of TreeLayoutDemo that rotates the view by 90 degrees from the default orientation.
L2RTreeLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
 
l_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
 
LABEL_OFFSET - Static variable in interface edu.uci.ics.jung.visualization.RenderContext
Specifies the offset for the edge labels.
labelDistances(Hypergraph<V, E>, Set<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Computes the distances of all the node from the starting root nodes.
labelDistances(Hypergraph<V, E>, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
Computes the distances of all the node from the specified root node.
labelEdge(RenderContext<V, E>, Layout<V, E>, E, String) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeLabelRenderer
 
labelEdge(RenderContext<V, E>, Layout<V, E>, E, String) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel
 
labelEdge(RenderContext, Layout, Object, String) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel.NOOP
 
LabelEditingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
 
LabelEditingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
create an instance with default settings
LabelEditingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
create an instance with overides
labelEditingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
labelOffset - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
labelVertex(RenderContext<V, E>, Layout<V, E>, V, String) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
Labels the specified vertex with the specified label.
labelVertex(RenderContext<V, E>, Layout<V, E>, V, String) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
 
labelVertex(RenderContext, Layout, Object, String) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
labelVertex(RenderContext<V, E>, Layout<V, E>, V, String) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
Labels the specified vertex with the specified label.
LabelWrapper - Class in edu.uci.ics.jung.visualization.util
A utility to wrap long lines, creating html strings with line breaks at a settable max line length
LabelWrapper() - Constructor for class edu.uci.ics.jung.visualization.util.LabelWrapper
Create an instance with default line break length = 10
LabelWrapper(int) - Constructor for class edu.uci.ics.jung.visualization.util.LabelWrapper
Create an instance with passed line break length
Lattice2DGenerator<V,E> - Class in edu.uci.ics.jung.algorithms.generators
Simple generator of an m x n lattice where each vertex is incident with each of its neighbors (to the left, right, up, and down).
Lattice2DGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, boolean) - Constructor for class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Constructs a generator of square lattices of size latticeSize with the specified parameters.
Lattice2DGenerator(Factory<Graph<V, E>>, Factory<V>, Factory<E>, int, int, boolean) - Constructor for class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Creates a generator of row_count x col_count lattices with the specified parameters.
layer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
layer for annotations
layer - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
Layer - Enum in edu.uci.ics.jung.visualization
 
LayeredIcon - Class in edu.uci.ics.jung.visualization
An icon that is made up of a collection of Icons.
LayeredIcon(Image) - Constructor for class edu.uci.ics.jung.visualization.LayeredIcon
 
Layout<V,E> - Interface in edu.uci.ics.jung.algorithms.layout
A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
Layout<V,E> - Interface in edu.uci.ics.jung.algorithms.layout3d
 
layout - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
the layout algorithm currently in use
layout - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
layout - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
LayoutDecorator<V,E> - Class in edu.uci.ics.jung.algorithms.layout
a pure decorator for the Layout interface.
LayoutDecorator(Layout<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
Creates an instance backed by the specified delegate layout.
LayoutDecorator<V,E> - Class in edu.uci.ics.jung.visualization3d.layout
a pure decorator for the Layout interface.
LayoutDecorator(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
LayoutEventBroadcaster<V,E> - Class in edu.uci.ics.jung.visualization3d.layout
A LayoutDecorator the fires ChangeEvents when certain methods are called.
LayoutEventBroadcaster(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
LayoutLensShapePickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
ShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.
LayoutLensShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
Create an instance.
LayoutLensShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
Create an instance.
LayoutLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.transform
A class to make it easy to add an examining lens to a jung graph application.
LayoutLensSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
LayoutLensSupport(VisualizationViewer<V, E>, LensTransformer, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
create the base class, setting common members and creating a custom GraphMouse
layouts - Variable in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
LayoutScalingControl - Class in edu.uci.ics.jung.visualization.control
LayoutScalingControl applies a scaling transformation to the graph layout.
LayoutScalingControl() - Constructor for class edu.uci.ics.jung.visualization.control.LayoutScalingControl
 
layoutTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
layoutTransform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
layoutTransformer - Variable in class edu.uci.ics.jung.visualization.BasicTransformer
 
LayoutTransition<V,E> - Class in edu.uci.ics.jung.visualization.layout
 
LayoutTransition(VisualizationViewer<V, E>, Layout<V, E>, Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.LayoutTransition
 
lengthFunction - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
lengthFunction - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
lens - Variable in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
lens - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
lensColor - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
color for the picking rectangle
lensControls - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of HyperbolicTransform and MagnifyTransform applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization.
LensDemo() - Constructor for class edu.uci.ics.jung.samples.LensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
lensGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
lensGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
lensGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
lensGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
lensGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
lensGraphMouse - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensMagnificationGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.
LensMagnificationGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
create an instance with default zoom in/out values
LensMagnificationGraphMousePlugin(float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
create an instance with passed modifiers
LensMagnificationGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
LensMagnificationGraphMousePlugin(int, float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
lensPaintable - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
the Paintable for the Shape annotation
lensPaintable - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
the Paintable for the lens picking rectangle
lensShape - Variable in class edu.uci.ics.jung.visualization.transform.LensTransformer
the area affected by the transform
LensSupport - Interface in edu.uci.ics.jung.visualization.transform
basic API for implementing lens projection support
lensTransformer - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensTransformer - Class in edu.uci.ics.jung.visualization.transform
LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.
LensTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer
create an instance with a possibly shared transform
LensTransformer.ComponentListenerImpl - Class in edu.uci.ics.jung.visualization.transform
react to size changes on a component
LensTransformer.ComponentListenerImpl() - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer.ComponentListenerImpl
 
LensTranslatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Extends TranslatingGraphMousePlugin and adds the capability to drag and resize the viewing lens in the graph view.
LensTranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
create an instance with default modifiers
LensTranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
create an instance with passed modifer value
LensVertexImageShaperDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of images to represent graph vertices.
LensVertexImageShaperDemo() - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
create an instance of a simple graph with controls to demo the zoom features.
LensVertexImageShaperDemo.PickWithIconListener - Class in edu.uci.ics.jung.samples
 
LensVertexImageShaperDemo.PickWithIconListener(DefaultVertexIconTransformer<Number>) - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
 
link(Graph<V, E>, V, V) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
 
listenerList - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
listeners for mode changes
listenerList - Variable in class edu.uci.ics.jung.visualization.picking.AbstractPickedState
 
listenerList - Variable in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
holds the registered listeners
load(String) - Method in interface edu.uci.ics.jung.io.GraphFile
Loads a graph from a file per the appropriate format
load(Reader, G) - Method in class edu.uci.ics.jung.io.GraphMLReader
Populates the specified graph with the data parsed from the reader.
load(String, G) - Method in class edu.uci.ics.jung.io.GraphMLReader
Populates the specified graph with the data parsed from the specified file.
load(BufferedReader) - Method in class edu.uci.ics.jung.io.MatrixFile
Loads a graph from an input reader
load(String) - Method in class edu.uci.ics.jung.io.MatrixFile
Loads a graph from a file.
load(String, Factory<? extends G>) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns the graph created by parsing the specified file, as created by the specified factory.
load(Reader, Factory<? extends G>) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns the graph created by parsing the specified reader, as created by the specified factory.
load(String, G) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns the graph created by parsing the specified file, by populating the specified graph.
load(Reader, G) - Method in class edu.uci.ics.jung.io.PajekNetReader
Populates the graph g with the graph represented by the Pajek-format data supplied by reader.
loadImages(Integer[], Map<Integer, Icon>) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
A nested class to demo ToolTips
loadMultiple(Reader, Factory<G>) - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a list of the graphs parsed from the specified reader, as created by the specified factory.
loadMultiple(String, Factory<G>) - Method in class edu.uci.ics.jung.io.GraphMLReader
Returns a list of the graphs parsed from the specified file, as created by the specified factory.
loadPlugins() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.ModalSatelliteGraphMouse
 
localConstraint(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Returns the local constraint on v from a lack of primary holes around its neighbor v2.
location - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
locationMap - Variable in class edu.uci.ics.jung.visualization.layout.CachingLayout
 
locationMap - Variable in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
locations - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
locations - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
locations - Variable in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Locks v in place if state is true, otherwise unlocks it.
lock(boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Locks all vertices in place if lock is true, otherwise unlocks all vertices.
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
override to lock or unlock this vertex in any layout with a subgraph containing it
lock(V, boolean) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Sets a flag which fixes this vertex in place.
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Adds the vertex to the DontMove list
lock(boolean) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
lock(V, boolean) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
Sets a flag which fixes this vertex in place.
lock(boolean) - Method in interface edu.uci.ics.jung.visualization.layout.PersistentLayout
 
lock(boolean) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
 
lock(V, boolean) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
 
lock(V, boolean) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
locked - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
controls whether the Vertices may be moved with the mouse
locked - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
whether the graph is locked (stops the VisualizationViewer rendering thread)
loop - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
a convenience instance for other edge shapes to use for self-loop edges where parallel instances will not overlay each other.
loopCountMax - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
lowerAnnotationPaintable - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 

M

m_currentPoint - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
magnification - Variable in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
magnificationPlugin - Variable in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
not included in the base class
magnify(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
magnifies the point, without considering the Lens
magnify(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
magnify the shape, without considering the Lens
magnify(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
 
MagnifyIconGraphics - Class in edu.uci.ics.jung.visualization.transform.shape
Subclassed to apply a magnification transform to an icon.
MagnifyIconGraphics(BidirectionalTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyIconGraphics
 
MagnifyIconGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyIconGraphics
 
MagnifyImageLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.transform.shape
Changes various visualization settings to activate or deactivate an examining lens for a jung graph application.
MagnifyImageLensSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
MagnifyImageLensSupport(VisualizationViewer<V, E>, LensTransformer, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
create the base class, setting common members and creating a custom GraphMouse
MagnifyShapeTransformer - Class in edu.uci.ics.jung.visualization.transform.shape
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.
MagnifyShapeTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component.
MagnifyShapeTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component, with a possibly shared transform delegate.
MagnifyTransformer - Class in edu.uci.ics.jung.visualization.transform
MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.
MagnifyTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
create an instance, setting values from the passed component and registering to listen for size changes on the component
MagnifyTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
create an instance with a possibly shared transform
main(String[]) - Static method in class edu.uci.ics.jung.samples.AddNodeDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.AnnotationsDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.BalloonLayoutDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.ClusteringDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.EdgeLabelDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphEditorDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.LensDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.MultiViewDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.PersistentLayoutDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.RadialTreeLensDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.SatelliteViewDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.ShortestPathDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.ShowLayouts
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.SimpleGraphDraw
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.SubLayoutDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeCollapseDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeLayoutDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.TwoModelDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexImageShaperDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
a driver for this demo
main(String[]) - Static method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
main(String[]) - Static method in class edu.uci.ics.jung.visualization.util.LabelWrapper
 
manualSuspend - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
map - Variable in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
 
map - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
a container for Vertices
MapBinaryHeap<T> - Class in edu.uci.ics.jung.algorithms.util
An array-based binary heap implementation of a priority queue, which also provides efficient update() and contains operations.
MapBinaryHeap(Comparator<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Creates a MapBinaryHeap whose heap ordering is based on the ordering of the elements specified by c.
MapBinaryHeap() - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Creates a MapBinaryHeap whose heap ordering will be based on the natural ordering of the elements, which must be Comparable.
MapBinaryHeap(Collection<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Creates a MapBinaryHeap based on the specified collection whose heap ordering will be based on the natural ordering of the elements, which must be Comparable.
MapBinaryHeap(Collection<T>, Comparator<T>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Creates a MapBinaryHeap based on the specified collection whose heap ordering is based on the ordering of the elements specified by c.
MapSettableTransformer<I,O> - Class in edu.uci.ics.jung.algorithms.util
A SettableTransformer that operates on an underlying Map instance.
MapSettableTransformer(Map<I, O>) - Constructor for class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
Creates an instance based on m.
mapTo1DMatrix(Map<V, Number>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Converts a Map of (Vertex, Double) pairs to a DoubleMatrix1D.
MarkovCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.importance
 
MarkovCentrality(DirectedGraph<V, E>, Set<V>) - Constructor for class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
MarkovCentrality(DirectedGraph<V, E>, Set<V>, Map<E, Number>) - Constructor for class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
master - Variable in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
the master VisualizationViewer that this is a satellite view for
MatrixElementOperations<E> - Interface in edu.uci.ics.jung.algorithms.matrix
An interface for specifying the behavior of graph/matrix operations for a particular element type.
MatrixFile<V,E> - Class in edu.uci.ics.jung.io
Basic I/O handler for ascii matrix files.
MatrixFile(Map<E, Number>, Factory<? extends Graph<V, E>>, Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.io.MatrixFile
Constructs MatrixFile instance.
matrixToGraph(DoubleMatrix2D, Factory<? extends Graph<V, E>>, Factory<V>, Factory<E>, Map<E, Number>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Creates a graph from a square (weighted) adjacency matrix.
matrixToGraph(DoubleMatrix2D, Factory<? extends Graph<V, E>>, Factory<V>, Factory<E>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
Creates a graph from a square (weighted) adjacency matrix.
max - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
max_delta - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
The largest change seen so far among all vertex scores.
max_distance - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
max_iterations - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Maximum number of iterations to use before terminating.
max_iterations - Variable in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
 
max_targets - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
MAX_TRIADS - Static variable in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
 
maxDistance - Variable in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
 
maxDistance - Variable in class edu.uci.ics.jung.algorithms.layout3d.RadiusGraphElementAccessor
 
maxScaledMutualEdgeWeight(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
The marginal strength of v1's relation with contact vertex2.
mean(Collection<double[]>) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Returns the mean of the specified Collection of distributions, which are assumed to be normalized arrays of double values.
mean(double[][]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Returns the mean of the specified array of distributions, represented as normalized arrays of double values.
MEAN_FIRST_PASSAGE_TIME - Static variable in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
 
mergePaths(E, Object) - Method in interface edu.uci.ics.jung.algorithms.matrix.MatrixElementOperations
If either e or pathData is null, the effect of mergePaths() is implementation-dependent.
mergePaths(E, Object) - Method in class edu.uci.ics.jung.algorithms.matrix.RealMatrixElementOperations
 
Metadata - Interface in edu.uci.ics.jung.io.graphml
Interface for any GraphML metadata.
Metadata.MetadataType - Enum in edu.uci.ics.jung.io.graphml
Metadata type enumeration
Metrics - Class in edu.uci.ics.jung.algorithms.metrics
A class consisting of static methods for calculating graph metrics.
Metrics() - Constructor for class edu.uci.ics.jung.algorithms.metrics.Metrics
 
mevent - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
min - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
min_size - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
MinimumSpanningForest<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
For the input Graph, creates a MinimumSpanningTree using a variation of Prim's algorithm.
MinimumSpanningForest(Graph<V, E>, Factory<Forest<V, E>>, V, Map<E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
Creates a Forest from the supplied Graph and supplied Factory, which is used to create a new, empty Forest.
MinimumSpanningForest(Graph<V, E>, Forest<V, E>, V, Map<E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
Creates a minimum spanning forest from the supplied graph, populating the supplied Forest, which must be empty.
MinimumSpanningForest(Graph<V, E>, Forest<V, E>, V) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
Creates a minimum spanning forest from the supplied graph, populating the supplied Forest, which must be empty.
MinimumSpanningForest2<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
For the input Graph, creates a MinimumSpanningTree using a variation of Prim's algorithm.
MinimumSpanningForest2(Graph<V, E>, Factory<Forest<V, E>>, Factory<? extends Graph<V, E>>, Transformer<E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
create a Forest from the supplied Graph and supplied Factory, which is used to create a new, empty Forest.
MinimumSpanningForest2(Graph<V, E>, Forest<V, E>, Factory<? extends Graph<V, E>>, Transformer<E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
create a forest from the supplied graph, populating the supplied Forest, which must be empty.
MinimumSpanningTreeDemo - Class in edu.uci.ics.jung.samples
Demonstrates a single graph with 3 layouts in 3 views.
MinimumSpanningTreeDemo() - Constructor for class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
create an instance of a simple graph in two views with controls to demo the zoom features.
MixedRandomGraphGenerator - Class in edu.uci.ics.jung.algorithms.generators.random
Generates a mixed-mode random graph based on the output of BarabasiAlbertGenerator.
MixedRandomGraphGenerator() - Constructor for class edu.uci.ics.jung.algorithms.generators.random.MixedRandomGraphGenerator
 
ModalGraphMouse - Interface in edu.uci.ics.jung.visualization.control
Interface for a GraphMouse that supports modality.
ModalGraphMouse.Mode - Enum in edu.uci.ics.jung.visualization.control
 
ModalLensGraphMouse - Class in edu.uci.ics.jung.visualization.control
an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.
ModalLensGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
ModalLensGraphMouse(float, float) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
ModalLensGraphMouse(LensMagnificationGraphMousePlugin) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
ModalLensGraphMouse(float, float, LensMagnificationGraphMousePlugin) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
ModalLensGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.control
 
ModalLensGraphMouse.ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
ModalLensGraphMouse.ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
ModalSatelliteGraphMouse - Class in edu.uci.ics.jung.visualization.control
 
ModalSatelliteGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.ModalSatelliteGraphMouse
 
ModalSatelliteGraphMouse(float, float) - Constructor for class edu.uci.ics.jung.visualization.control.ModalSatelliteGraphMouse
 
mode - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
the current mode
modeBox - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
a JComboBox control available to set the mode
modeKeyListener - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
model - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
holds the state of this View
modeListener - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
a listener for mode changes
modeMenu - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
a menu available to set the mode
modifiers - Variable in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
modifiers to compare against mouse event modifiers
modifiers - Variable in class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
Draws the transient Paintable that will become a Shape annotation when the mouse button is released
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
If startVertex is non-null, stretch an edge shape between startVertex and the mouse pointer to simulate edge creation
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
check the modifiers.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
If the mouse is over a picked vertex, drag all picked vertices with the mouse.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
check the modifiers.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.SatelliteRotatingGraphMousePlugin
check the modifiers.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.SatelliteShearingGraphMousePlugin
overridden to shear the main view
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.SatelliteTranslatingGraphMousePlugin
chack the modifiers.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
chack the modifiers.
mouseDragged(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
chack the modifiers.
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
show a special cursor while the mouse is inside the window
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
 
mouseEntered(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
 
mouseEventToolTipTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
revert to the default cursor when the mouse leaves this window
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
 
mouseExited(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
 
MouseListenerTranslator<V,E> - Class in edu.uci.ics.jung.visualization.control
This class translates mouse clicks into vertex clicks
MouseListenerTranslator(GraphMouseListener<V>, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
 
mouseMoved(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
Sets the location for an Annotation.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
If the event occurs on a Vertex, pick that single Vertex
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
If the mouse is pressed in an empty area, create a new vertex there.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
If the mouse is over a picked vertex, drag all picked vertices with the mouse.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
Check the event modifiers.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
save the 'down' point and check the modifiers.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
Check the event modifiers.
mousePressed(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
Check the event modifiers.
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
Completes the process of adding a Shape annotation and removed the transient paintable
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
if this is the popup trigger, process here, otherwise defer to the superclass
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
If a Vertex was picked in the mousePressed event, start a Thread to animate the translation of the graph so that the picked Vertex moves to the center of the view
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
If startVertex is non-null, and the mouse is released over an existing vertex, create an undirected edge from startVertex to the vertex under the mouse pointer.
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle clean up settings from mousePressed
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
unset the 'down' point and change the cursoe back to the system default cursor
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
 
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle clean up settings from mousePressed
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
unset the down point and change the cursor back to the default
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
override subclass method to translate the master view instead of this satellite view
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
 
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
unset the 'down' point and change the cursoe back to the system default cursor
mouseReleased(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.ViewTranslatingGraphMousePlugin
unset the 'down' point and change the cursoe back to the system default cursor
MouseRotate - Class in edu.uci.ics.jung.visualization3d.control
MouseRotate is a Java3D behavior object that lets users control the rotation of an object via a mouse.
MouseRotate(TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a rotate behavior given the transform group.
MouseRotate() - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a default mouse rotate behavior.
MouseRotate(int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a rotate behavior.
MouseRotate(Component) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseRotate(Component, TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseRotate(Component, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseRotate
Creates a rotate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseTranslate - Class in edu.uci.ics.jung.visualization3d.control
MouseTranslate is a Java3D behavior object that lets users control the translation (X, Y) of an object via a mouse drag motion with the third mouse button (alt-click on PC).
MouseTranslate(TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a mouse translate behavior given the transform group.
MouseTranslate() - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a default translate behavior.
MouseTranslate(int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a translate behavior.
MouseTranslate(Component) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseTranslate(Component, TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseTranslate(Component, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Creates a translate behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
mouseWheelMoved(MouseWheelEvent) - Method in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
zoom the display in or out, depending on the direction of the mouse wheel motion.
mouseWheelMoved(MouseWheelEvent) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
mouseWheelMoved(MouseWheelEvent) - Method in class edu.uci.ics.jung.visualization.control.SatelliteScalingGraphMousePlugin
zoom the master view display in or out, depending on the direction of the mouse wheel motion.
mouseWheelMoved(MouseWheelEvent) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
zoom the display in or out, depending on the direction of the mouse wheel motion.
MouseWheelZoom - Class in edu.uci.ics.jung.visualization3d.control
MouseWheelZoom is a Java3D behavior object that lets users control the Z axis translation of an object via mouse wheel.
MouseWheelZoom(TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a zoom behavior given the transform group.
MouseWheelZoom() - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a default mouse zoom behavior.
MouseWheelZoom(int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a zoom behavior.
MouseWheelZoom(Component) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseWheelZoom(Component, TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseWheelZoom(Component, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseZoom - Class in edu.uci.ics.jung.visualization3d.control
MouseZoom is a Java3D behavior object that lets users control the Z axis translation of an object via a mouse drag motion with the second mouse button.
MouseZoom(TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a zoom behavior given the transform group.
MouseZoom() - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a default mouse zoom behavior.
MouseZoom(int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a zoom behavior.
MouseZoom(Component) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseZoom(Component, TransformGroup) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
MouseZoom(Component, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.MouseZoom
Creates a zoom behavior that uses AWT listeners and behavior posts rather than WakeupOnAWTEvent.
moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Override the moveNodes() method from SpringLayout.
moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
moveNodes() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
MultiGraph<V,E> - Interface in edu.uci.ics.jung.graph
A tagging interface which indicates that the implementing graph accepts parallel edges.
MultiLayerTransformer - Interface in edu.uci.ics.jung.visualization
 
multiLayerTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
MultiPickedState<T> - Class in edu.uci.ics.jung.visualization.picking
Maintains the state of what has been 'picked' in the graph.
MultiPickedState() - Constructor for class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
MultiViewDemo - Class in edu.uci.ics.jung.samples
Demonstrates 3 views of one graph in one model with one layout.
MultiViewDemo() - Constructor for class edu.uci.ics.jung.samples.MultiViewDemo
create an instance of a simple graph in two views with controls to demo the zoom features.
MutableAffineTransformer - Class in edu.uci.ics.jung.visualization.transform
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.
MutableAffineTransformer() - Constructor for class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
create an instance that does not transform points
MutableAffineTransformer(AffineTransform) - Constructor for class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Create an instance with the supplied transform
MutableTransformer - Interface in edu.uci.ics.jung.visualization.transform
Provides an API for the mutation of a transformer and for adding listeners for changes on the transformer
MutableTransformerDecorator - Class in edu.uci.ics.jung.visualization.transform
a complete decorator that wraps a MutableTransformer.
MutableTransformerDecorator(MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
mutualWeight(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Returns the weight of the edge from v1 to v2 plus the weight of the edge from v2 to v1; if either edge does not exist, it is treated as an edge with weight 0.

N

NAME_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
nest_level - Variable in class edu.uci.ics.jung.io.GraphMLWriter
 
nev - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
nextItem() - Method in class edu.uci.ics.jung.algorithms.util.WeightedChoice
Retrieves an item with probability proportional to its weight in the Map provided in the input.
no_gradient - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
NODE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
NodeElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses node elements.
NodeElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.NodeElementParser
 
NodeMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'node' GraphML element.
NodeMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.NodeMetadata
 
noFocusBorder - Static variable in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
 
noFocusBorder - Static variable in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
noFocusBorder - Static variable in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
 
norm() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
 
normalize(double[], double) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
Normalizes, with Lagrangian smoothing, the specified double array, so that the values sum to 1 (i.e., can be treated as probabilities).
normalizedMutualEdgeWeight(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Returns the proportion of v1's network time and energy invested in the relationship with v2.
normalizeEdgeTransitionWeights() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
normalizeRankings() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
normalizeScores() - Method in class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
Normalizes scores so that sum of their squares = 1.
num_candidates - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
NumberFormattingTransformer<T> - Class in edu.uci.ics.jung.visualization.decorators
Transforms inputs to String representations by chaining an input Number-generating Transformer with an internal NumberFormat instance.
NumberFormattingTransformer(Transformer<T, ? extends Number>) - Constructor for class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
 
numIterations() - Method in interface edu.uci.ics.jung.algorithms.generators.EvolvingGraphGenerator
Retrieves the total number of steps elapsed.
numIterations() - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
numPartitions() - Method in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
Returns the number of partitions.

O

ObservableCachingLayout<V,E> - Class in edu.uci.ics.jung.visualization.layout
A LayoutDecorator that fires ChangeEvents when certain methods are called.
ObservableCachingLayout(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
ObservableGraph<V,E> - Class in edu.uci.ics.jung.graph
A decorator class for graphs which generates events
ObservableGraph(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.ObservableGraph
Creates a new instance based on the provided delegate.
offer(T) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
offscreen - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
an offscreen image to render the graph Used if doubleBuffered is set to true
offscreenG2d - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
graphics context for the offscreen image Used if doubleBuffered is set to true
offset(double, double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
 
offsetVertex(V, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
offsetVertex(V, float, float, float) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
offsetx - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
the x distance from the picked vertex center to the mouse point
offsety - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
the y distance from the picked vertex center to the mouse point
onFinalize(Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
onFinalize(Object) - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
 
order - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
 
OrderedKAryTree<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Tree in which each vertex has <= k children.
OrderedKAryTree(int) - Constructor for class edu.uci.ics.jung.graph.OrderedKAryTree
Creates a new instance with the specified order (maximum number of children).
OrderedKAryTree.VertexData - Class in edu.uci.ics.jung.graph
 
OrderedKAryTree.VertexData(E, int) - Constructor for class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
 
OrderedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
An implementation of Graph that orders its vertex and edge collections according to insertion time, is suitable for sparse graphs, and permits directed, undirected, and parallel edges.
OrderedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.OrderedSparseMultigraph
Creates a new instance.
organizationalMeasure(Graph<V, E>, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
A measure of the organization of individuals within the subgraph centered on v.
originalPos - Variable in class edu.uci.ics.jung.algorithms.importance.Ranking
The original (0-indexed) position of the instance being ranked
out - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
used by the scaling plugins for zoom out
out - Variable in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
the amount to zoom out by
OUT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
outDegree(V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
outDegree(V) - Method in interface edu.uci.ics.jung.graph.Graph
Returns the number of outgoing edges incident to vertex.
outDegree(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
outDegree(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Returns the number of outgoing edges incident to vertex.
outDegree(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
outDegree(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
OUTGOING - Static variable in class edu.uci.ics.jung.graph.SparseGraph
 
output - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
The storage for the output results.
output_reversed - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Indicates whether the output and current values are in a 'swapped' state.

P

PageRank<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
Assigns scores to each vertex according to the PageRank algorithm.
PageRank(Hypergraph<V, E>, Transformer<E, ? extends Number>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.PageRank
Creates an instance for the specified graph, edge weights, and random jump probability.
PageRank(Hypergraph<V, E>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.PageRank
Creates an instance for the specified graph and random jump probability; the probability of following any outgoing edge from a given vertex is the same.
PageRankWithPriors<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
A generalization of PageRank that permits non-uniformly-distributed random jumps.
PageRankWithPriors(Hypergraph<V, E>, Transformer<E, ? extends Number>, Transformer<V, Double>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
Creates an instance with the specified graph, edge weights, vertex priors, and 'random jump' probability (alpha).
PageRankWithPriors(Hypergraph<V, E>, Transformer<V, Double>, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
Creates an instance with the specified graph, vertex priors, and 'random jump' probability (alpha).
paint - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport.Lens
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
paint(Graphics) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer.Paintable
 
paintComponent(Graphics) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
paintEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
paintEdge(RenderContext, Layout, Object) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
 
paintEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Edge
 
paintIcon(Component, Graphics, int, int) - Method in class edu.uci.ics.jung.visualization.LayeredIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.uci.ics.jung.visualization.renderers.Checkmark
 
paintIconForVertex(RenderContext<V, E>, V, Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.jai.TransformingImageVertexIconRenderer
 
paintIconForVertex(RenderContext<V, E>, V, Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
Paint v's icon on g at (x,y).
paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
 
paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
 
paintVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
 
paintVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
 
paintVertex(RenderContext, Layout, Object) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP
 
paintVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
 
Pair<T> - Class in edu.uci.ics.jung.graph.util
An implementation of Collection that stores exactly 2 non-null objects and is not mutable.
Pair(T, T) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the specified elements.
Pair(Collection<? extends T>) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the passed Collection.
Pair(T[]) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the passed array.
pairs - Static variable in class edu.uci.ics.jung.graph.util.TestGraphs
A series of pairs that may be useful for generating graphs.
PajekNetReader<G extends Graph<V,E>,V,E> - Class in edu.uci.ics.jung.io
Reads a Graph from a Pajek NET formatted source.
PajekNetReader(Factory<V>, Factory<E>) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader instance with the specified vertex and edge factories.
PajekNetReader(Factory<E>) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader instance with the specified edge factory, and whose vertex objects correspond to the integer IDs assigned in the file.
PajekNetReader.ListTagPred - Class in edu.uci.ics.jung.io
A Predicate which evaluates to true if the argument ends with the string "list".
PajekNetReader.ListTagPred() - Constructor for class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
PajekNetReader.StartsWithPredicate - Class in edu.uci.ics.jung.io
A Predicate which evaluates to true if the argument starts with the constructor-specified String.
PajekNetReader.StartsWithPredicate(String) - Constructor for class edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
 
PajekNetWriter<V,E> - Class in edu.uci.ics.jung.io
Writes graphs in the Pajek NET format.
PajekNetWriter() - Constructor for class edu.uci.ics.jung.io.PajekNetWriter
Creates a new instance.
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
parents - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.DataElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.EdgeElementParser
 
parse(XMLEventReader, StartElement) - Method in interface edu.uci.ics.jung.io.graphml.parser.ElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.EndpointElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.HyperEdgeElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.KeyElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.NodeElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.PortElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.StringElementParser
 
parse(XMLEventReader, StartElement) - Method in class edu.uci.ics.jung.io.graphml.parser.UnknownElementParser
Skips an entire subtree starting with the provided unknown element.
parse(Reader) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
ParserContext<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Provides resources related to the current parsing context.
ParserContext(ElementParserRegistry<G, V, E>, KeyMap, Transformer<GraphMetadata, G>, Transformer<NodeMetadata, V>, Transformer<EdgeMetadata, E>, Transformer<HyperEdgeMetadata, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.ParserContext
 
parserRegistry - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
 
pause() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Make the relaxer thread wait.
pause() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
pauseObject - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
Used for synchronization.
peek() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Returns the element at the top of the heap; does not alter the heap.
persist(String) - Method in interface edu.uci.ics.jung.visualization.layout.PersistentLayout
 
persist(String) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
save the Vertex locations to a file
PersistentLayout<V,E> - Interface in edu.uci.ics.jung.visualization.layout
interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locations
PersistentLayout.Point - Class in edu.uci.ics.jung.visualization.layout
a serializable class to save locations
PersistentLayout.Point(double, double) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
 
PersistentLayout.Point(Point2D) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
 
PersistentLayoutDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of PersistentLayout and PersistentLayoutImpl.
PersistentLayoutDemo(String) - Constructor for class edu.uci.ics.jung.samples.PersistentLayoutDemo
create an instance of a simple graph with controls to demo the persistence and zoom features.
PersistentLayoutImpl<V,E> - Class in edu.uci.ics.jung.visualization.layout
Implementation of PersistentLayout.
PersistentLayoutImpl(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
create an instance with a passed layout create containers for graph components
PersistentLayoutImpl.RandomPointFactory - Class in edu.uci.ics.jung.visualization.layout
 
PersistentLayoutImpl.RandomPointFactory(Dimension) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
 
PerspectiveImageLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.jai
A class to make it easy to add a Perspective projection to a jung graph application.
PerspectiveImageLensSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
PerspectiveLayoutTransformSupport<V,E> - Class in edu.uci.ics.jung.visualization.jai
A class to make it easy to add a Perspective projection to a jung graph application.
PerspectiveLayoutTransformSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveLayoutTransformSupport
 
PerspectiveShapeTransformer - Class in edu.uci.ics.jung.visualization.jai
PerspectiveShapeTransformer extends PerspectiveTransformer and adds implementations for methods in ShapeTransformer.
PerspectiveShapeTransformer(PerspectiveTransform) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component.
PerspectiveShapeTransformer(PerspectiveTransform, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
Create an instance
perspectiveTransform(Shape) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
 
perspectiveTransform(Shape, float) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
 
perspectiveTransform - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
perspectiveTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
perspectiveTransformer - Variable in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
PerspectiveTransformer - Class in edu.uci.ics.jung.visualization.jai
PerspectiveTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a perspective projection of the graph points.
PerspectiveTransformer(PerspectiveTransform) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
create an instance, setting values from the passed component and registering to listen for size changes on the component
PerspectiveTransformer(PerspectiveTransform, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
create an instance with a possibly shared transform
PerspectiveTransformSupport - Interface in edu.uci.ics.jung.visualization.jai
basic API for implementing perspective transform support
PerspectiveViewTransformSupport<V,E> - Class in edu.uci.ics.jung.visualization.jai
Creates a PerspectiveShapeTransformer to use in the view transform.
PerspectiveViewTransformSupport(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
pi - Variable in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
 
pi - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
 
pi - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
 
pi - Variable in class edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer
 
pick(T, boolean) - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
pick(T, boolean) - Method in interface edu.uci.ics.jung.visualization.picking.PickedState
Marks v as "picked" if b == true, and unmarks v as picked if b == false.
PickableEdgePaintTransformer<E> - Class in edu.uci.ics.jung.visualization.decorators
Paints each edge according to the Paint parameters given in the constructor, so that picked and non-picked edges can be made to look different.
PickableEdgePaintTransformer(PickedInfo<E>, Paint, Paint) - Constructor for class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
 
PickableVertexIconTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
Supplies an Icon for each vertex according to the Icon parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
PickableVertexIconTransformer(PickedInfo<V>, Icon, Icon) - Constructor for class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
 
PickableVertexPaintTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
Paints each vertex according to the Paint parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
PickableVertexPaintTransformer(PickedInfo<V>, Paint, Paint) - Constructor for class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
 
PickableVertexPaintTransformer<V> - Class in edu.uci.ics.jung.visualization3d.decorators
Paints each vertex according to the Paint parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
PickableVertexPaintTransformer(PickedInfo<V>, Paint, Paint) - Constructor for class edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer
 
pickCanvas - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
pickContainedVertices(VisualizationViewer<V, E>, Point2D, Point2D, boolean) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
pick the vertices inside the rectangle created from points 'down' and 'out'
picked - Variable in class edu.uci.ics.jung.visualization.picking.MultiPickedState
the 'picked' vertices
picked_icon - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
 
picked_paint - Variable in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
 
picked_paint - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
 
picked_paint - Variable in class edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer
 
pickedEdgeLabelColor - Variable in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
pickedEdgeState - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
holds the state of which edges of the graph are currently 'picked'
pickedEdgeState - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
pickedEdgeState - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
pickedEdgeState - Variable in class edu.uci.ics.jung.visualization3d.VisualizationViewer
holds the state of which edges of the graph are currently 'picked'
PickedInfo<T> - Interface in edu.uci.ics.jung.visualization.picking
An interface for classes that return information regarding whether a given graph element (vertex or edge) has been selected.
PickedState<T> - Interface in edu.uci.ics.jung.visualization.picking
An interface for classes that keep track of the "picked" state of edges or vertices.
pickedVertexLabelColor - Variable in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
 
pickedVertexState - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
holds the state of which vertices of the graph are currently 'picked'
pickedVertexState - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
pickedVertexState - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
pickedVertexState - Variable in class edu.uci.ics.jung.visualization3d.VisualizationViewer
holds the state of which vertices of the graph are currently 'picked'
pickEventListener - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
a listener used to cause pick events to result in repaints, even if they come from another view
pickEventListener - Variable in class edu.uci.ics.jung.visualization3d.VisualizationViewer
a listener used to cause pick events to result in repaints, even if they come from another view
PickingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
PickingGraphMousePlugin supports the picking of graph elements with the mouse.
PickingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
create an instance with default settings
PickingGraphMousePlugin(int, int) - Constructor for class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
create an instance with overides
pickingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
PickMouseBehavior - Class in edu.uci.ics.jung.visualization3d.control
Base class that allows users to adding picking and mouse manipulation to the scene graph (see PickDragBehavior for an example of how to extend this base class).
PickMouseBehavior(Canvas3D, BranchGroup, Bounds) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
Creates a PickMouseBehavior given current canvas, root of the tree to operate on, and the bounds.
PickRotateBehavior - Class in edu.uci.ics.jung.visualization3d.control
A mouse behavior that allows user to pick and drag scene graph objects.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
PickRotateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickRotateBehavior
Creates a pick/rotate behavior that waits for user mouse events for the scene graph.
pickSize - Variable in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
 
pickSize - Variable in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
 
PickSphereBehavior - Class in edu.uci.ics.jung.visualization3d.control
A mouse behavior that allows user to pick and translate scene graph objects.
PickSphereBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveLayoutTransformSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
pluggable support for picking graph elements by finding them based on their coordinates.
pickSupport - Variable in class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
pickSupport - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
PickTranslateBehavior - Class in edu.uci.ics.jung.visualization3d.control
A mouse behavior that allows user to pick and translate scene graph objects.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickTranslateBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickTranslateBehavior
Creates a pick/translate behavior that waits for user mouse events for the scene graph.
PickVertexBehavior<V,E> - Class in edu.uci.ics.jung.visualization3d
 
PickVertexBehavior(BranchGroup, Canvas3D, Bounds, PickedState<V>) - Constructor for class edu.uci.ics.jung.visualization3d.PickVertexBehavior
 
PickZoomBehavior - Class in edu.uci.ics.jung.visualization3d.control
A mouse behavior that allows user to pick and zoom scene graph objects.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PickZoomBehavior(BranchGroup, Canvas3D, Bounds, int) - Constructor for class edu.uci.ics.jung.visualization3d.control.PickZoomBehavior
Creates a pick/zoom behavior that waits for user mouse events for the scene graph.
PivotingImageShaper - Class in edu.uci.ics.jung.visualization
Provides factory methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.awt.Shape that is the contiguous traced outline of the opaque part of the image.
PivotingImageShaper() - Constructor for class edu.uci.ics.jung.visualization.PivotingImageShaper
 
PluggableGraphMouse - Class in edu.uci.ics.jung.visualization.control
a GraphMouse that accepts plugins for various mouse events.
PluggableGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
PluggableRenderContext<V,E> - Class in edu.uci.ics.jung.visualization
 
PluggableRenderContext<V,E> - Class in edu.uci.ics.jung.visualization3d
 
PluggableRenderContext() - Constructor for class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
PluggableRendererDemo - Class in edu.uci.ics.jung.samples
Shows off some of the capabilities of PluggableRenderer.
PluggableRendererDemo() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo
 
PluggableRendererDemo.GradientPickedEdgePaintFunction<V,E> - Class in edu.uci.ics.jung.samples
 
PluggableRendererDemo.GradientPickedEdgePaintFunction(Transformer<E, Paint>, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
PluggableRendererDemo.PopupGraphMousePlugin - Class in edu.uci.ics.jung.samples
a GraphMousePlugin that offers popup menu support
PluggableRendererDemo.PopupGraphMousePlugin() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
 
PluggableRendererDemo.PopupGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
 
PluggableRendererDemo.VoltageTips<E> - Class in edu.uci.ics.jung.samples
 
PluggableRendererDemo.VoltageTips() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
 
polarLocations - Variable in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
polarLocations - Variable in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
PolarPoint - Class in edu.uci.ics.jung.algorithms.layout
Represents a point in polar coordinates: distance and angle from the origin.
PolarPoint() - Constructor for class edu.uci.ics.jung.algorithms.layout.PolarPoint
Creates a new instance with radius and angle each 0.
PolarPoint(double, double) - Constructor for class edu.uci.ics.jung.algorithms.layout.PolarPoint
Creates a new instance with radius radius and angle theta.
polarToCartesian(PolarPoint) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting polar to Cartesian coordinates.
polarToCartesian(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting (theta, radius) to Cartesian coordinates.
poll() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
pop() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Deprecated. Use MapBinaryHeap.poll() or MapBinaryHeap.remove() instead.
popup - Variable in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
popupEditingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
PORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
 
PortElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
Parses port elements.
PortElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.PortElementParser
 
PortMetadata - Class in edu.uci.ics.jung.io.graphml
Metadata structure for the 'port' GraphML element.
PortMetadata() - Constructor for class edu.uci.ics.jung.io.graphml.PortMetadata
 
position - Variable in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
postRenderers - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
a collection of user-implementable functions to render over the topology (after the graph is rendered)
preConcatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
 
preConcatenate(AffineTransform) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
preConcatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
predicate - Variable in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
PredicatedParallelEdgeIndexFunction<V,E> - Class in edu.uci.ics.jung.visualization.util
A class which creates and maintains indices for parallel edges.
prepareRenderer(RenderContext<?, ?>, AnnotationRenderer, Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
prepareRenderer(RenderContext<?, ?>, AnnotationRenderer, Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
prepareRenderer(RenderContext<V, E>, EdgeLabelRenderer, Object, boolean, E) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeLabelRenderer
 
prepareRenderer(RenderContext<V, E>, VertexLabelRenderer, Object, boolean, V) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
prepareRenderer(RenderContext<V, E>, VertexLabelRenderer, Object, boolean, V) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
prependPostRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
prependPreRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
prerelax() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Execute a loop of steps in the calling thread, firing no events.
prerelax() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
preRenderers - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
a collection of user-implementable functions to render under the topology (before the graph is rendered)
PrimMinimumSpanningTree<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
For the input Graph, creates a MinimumSpanningTree using a variation of Prim's algorithm.
PrimMinimumSpanningTree(Factory<? extends Graph<V, E>>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
Creates an instance which generates a minimum spanning tree assuming constant edge weights.
PrimMinimumSpanningTree(Factory<? extends Graph<V, E>>, Transformer<E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
Creates an instance which generates a minimum spanning tree using the input edge weights.
print(Graphics, PageFormat, int) - Method in class edu.uci.ics.jung.samples.GraphEditorDemo
 
printRankings(boolean, boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Print the rankings to standard out in descending order of rank score
priorRankScoreMap - Variable in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
The default key used for the user datum key corresponding to prior rank scores.
process - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
process() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
 
process() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
 
process - Variable in class edu.uci.ics.jung.visualization.util.Animator
 
processStimulus(Enumeration) - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
 
processStimulus(Enumeration) - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
 
processStimulus(Enumeration) - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
 
processStimulus(Enumeration) - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
 
processStimulus(Enumeration) - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
 
propagateMinimumLevel(V) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
A recursive method for allocating the level for each vertex.
put(Layout<V, E>, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
adds the passed layout as a sublayout, also specifying the center of where this sublayout should appear
put(K, V) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
putAll(Map<? extends K, ? extends V>) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 

R

RadialTreeLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
A radial layout for Tree or Forest graphs.
RadialTreeLayout(Forest<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
Creates an instance for the specified graph with default X and Y distances.
RadialTreeLayout(Forest<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
Creates an instance for the specified graph and X distance with default Y distance.
RadialTreeLayout(Forest<V, E>, int, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
Creates an instance for the specified graph, X distance, and Y distance.
RadialTreeLensDemo - Class in edu.uci.ics.jung.samples
Shows a RadialTreeLayout view of a Forest.
RadialTreeLensDemo() - Constructor for class edu.uci.ics.jung.samples.RadialTreeLensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
radii - Variable in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
RadiusGraphElementAccessor<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
RadiusGraphElementAccessor() - Constructor for class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Creates an instance with an effectively infinite default maximum distance.
RadiusGraphElementAccessor(double) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
Creates an instance with the specified default maximum distance.
RadiusGraphElementAccessor<V,E> - Class in edu.uci.ics.jung.algorithms.layout3d
Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
RadiusGraphElementAccessor() - Constructor for class edu.uci.ics.jung.algorithms.layout3d.RadiusGraphElementAccessor
Creates an instance with an effectively infinite default maximum distance.
RadiusGraphElementAccessor(double) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.RadiusGraphElementAccessor
Creates an instance with the specified default maximum distance.
RadiusPickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
RadiusPickSupport() - Constructor for class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
 
RadiusPickSupport(double) - Constructor for class edu.uci.ics.jung.visualization.picking.RadiusPickSupport
the layout will always be provided by the VisualizationViewer this is supporting picking for
rand - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
rand - Variable in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
 
RandomLocationTransformer<V> - Class in edu.uci.ics.jung.algorithms.layout.util
Transforms the input type into a random location within the bounds of the Dimension property.
RandomLocationTransformer(Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
Creates an instance with the specified size which uses the current time as the random seed.
RandomLocationTransformer(Dimension, long) - Constructor for class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
Creates an instance with the specified dimension and random seed.
RandomLocationTransformer<V> - Class in edu.uci.ics.jung.algorithms.layout3d
Transforms the input type into a random location within the bounds of the Dimension property.
RandomLocationTransformer(BoundingSphere) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.RandomLocationTransformer
 
RandomLocationTransformer(BoundingSphere, long) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.RandomLocationTransformer
 
RandomWalkBetweenness<V,E> - Class in edu.uci.ics.jung.algorithms.importance
Computes betweenness centrality for each vertex in the graph.
RandomWalkBetweenness(UndirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness
Constructor which initializes the algorithm
RandomWalkSTBetweenness<V,E> - Class in edu.uci.ics.jung.algorithms.importance
/** Computes s-t betweenness centrality for each vertex in the graph.
RandomWalkSTBetweenness(UndirectedGraph<V, E>, V, V) - Constructor for class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
Constructor which initializes the algorithm
RANK_SCORE - Static variable in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
Ranking<V> - Class in edu.uci.ics.jung.algorithms.importance
Abstract data container for ranking objects.
Ranking(int, double, V) - Constructor for class edu.uci.ics.jung.algorithms.importance.Ranking
Constructor which allows values to be set on construction
rankScore - Variable in class edu.uci.ics.jung.algorithms.importance.Ranking
The actual rank score (normally between 0 and 1)
rawArrowShape - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
rawEdge - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
rc - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
holds rendering settings
rc - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
rc - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
rc - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
rc - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
rc - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
rc - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
rc - Variable in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
reached_max - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
readGraph() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Reads a single graph object from the GraphML document.
readGraph() - Method in interface edu.uci.ics.jung.io.GraphReader
Reads a single graph object, if one is available.
RealMatrixElementOperations<E> - Class in edu.uci.ics.jung.algorithms.matrix
Implements the basic matrix operations on double-precision values.
RealMatrixElementOperations(Map<E, Number>) - Constructor for class edu.uci.ics.jung.algorithms.matrix.RealMatrixElementOperations
Creates an instance using the specified edge values.
rect - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
used to draw a rectangle to contain picked vertices
rectangle - Variable in class edu.uci.ics.jung.visualization.transform.shape.Intersector
 
rectangles - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
rectangles - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
rectangularShape - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
used to draw a Shape annotation
RelativeAuthorityRanker<V,E> - Class in edu.uci.ics.jung.algorithms.importance
This class provides basic infrastructure for relative authority algorithms that compute the importance of nodes relative to one or more root nodes.
RelativeAuthorityRanker() - Constructor for class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
 
relativePrecision(double, double) - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
 
relax() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Execute a loop of steps in a new Thread, firing an event after each step.
relax() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
relaxEdges() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Overridden relaxEdges.
relaxEdges() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
relaxEdges() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
Relaxer - Interface in edu.uci.ics.jung.algorithms.layout.util
Interface for operating the relax iterations on a layout.
relaxer - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
manages the thread that applies the current layout algorithm
remove(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Removes layout from this instance.
remove(Object) - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
 
remove(Object) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
This data structure does not support the removal of arbitrary elements.
remove() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
remove(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
 
remove(Annotation<?>) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
 
remove(Annotation) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
 
remove(GraphMousePlugin) - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
remove(Icon) - Method in class edu.uci.ics.jung.visualization.LayeredIcon
 
removeAll() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Removes all layouts from this instance.
removeAll(Collection<?>) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
This data structure does not support the removal of arbitrary elements.
removeAll(Collection<?>) - Method in class edu.uci.ics.jung.graph.util.Pair
 
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
removeChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.util.ChangeEventSupport
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
 
removeChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
removeChangeListener(ChangeListener) - Method in class edu.uci.ics.jung.visualization3d.PickVertexBehavior
 
removeChild(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
removes a node from the tree, causing all descendants of the removed node also to be removed
removeChild(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
removes a node from the tree, causing all descendants of the removed node also to be removed
removeEdge(E) - Method in class edu.uci.ics.jung.graph.DelegateForest
Removes edge from this tree, and the subtree rooted at the child vertex incident to edge.
removeEdge(E, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
Removes edge from this tree.
removeEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
removeEdge(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Removes edge from this graph.
removeEdge(E) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
removeEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
removeEdgeRankScore(E, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
removeEdgeRankScore(E) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
removeGraphEventListener(GraphEventListener<V, E>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
Removes l as a listener to this graph.
removeItemListener(ItemListener) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
remove a listener for mode changes
removeItemListener(ItemListener) - Method in class edu.uci.ics.jung.visualization.picking.AbstractPickedState
 
removePostRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
removePostRenderPaintable(VisualizationServer.Paintable) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
removePreRenderPaintable(VisualizationServer.Paintable) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
removePreRenderPaintable(VisualizationServer.Paintable) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Removes vertex from this tree, and the subtree rooted at vertex.
removeVertex(V, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
Removes vertex from this tree.
removeVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
remove the passed node, and all nodes that are descendants of the passed node.
removeVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
removeVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Removes vertex from this graph.
removeVertex(V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
removeVertexRankScore(V, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
removeVertexRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
render(RenderContext<V, E>, Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
render(RenderContext<V, E>, Layout<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
renderContext - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
renderContext - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
renderContext - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
renderContext - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
RenderContext<V,E> - Interface in edu.uci.ics.jung.visualization
 
renderContext - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
renderContext - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
RenderContext<V,E> - Interface in edu.uci.ics.jung.visualization3d
 
renderContext - Variable in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
RenderContext.DirectedEdgeArrowPredicate<V,E> - Class in edu.uci.ics.jung.visualization
 
RenderContext.DirectedEdgeArrowPredicate() - Constructor for class edu.uci.ics.jung.visualization.RenderContext.DirectedEdgeArrowPredicate
 
RenderContext.UndirectedEdgeArrowPredicate<V,E> - Class in edu.uci.ics.jung.visualization
 
RenderContext.UndirectedEdgeArrowPredicate() - Constructor for class edu.uci.ics.jung.visualization.RenderContext.UndirectedEdgeArrowPredicate
 
renderEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
renderEdge(RenderContext<V, E>, Layout<V, E>, E) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
renderEdgeLabel(RenderContext<V, E>, Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
renderEdgeLabel(RenderContext<V, E>, Layout<V, E>, E) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
renderer - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
handles the actual drawing of graph elements
renderer - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
renderer - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
renderer - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
Renderer<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
The interface for drawing vertices, edges, and their labels.
renderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
Renderer.Edge<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.Edge.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
Renderer.Edge.NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
 
Renderer.EdgeLabel<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.EdgeLabel.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
Renderer.EdgeLabel.NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel.NOOP
 
Renderer.Vertex<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.Vertex.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
Renderer.Vertex.NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP
 
Renderer.VertexLabel<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.VertexLabel.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
Renderer.VertexLabel.NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
Renderer.VertexLabel.Position - Enum in edu.uci.ics.jung.visualization.renderers
 
Renderer.VertexLabel.Positioner - Interface in edu.uci.ics.jung.visualization.renderers
 
rendererPane - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
The CellRendererPane is used here just as it is in JTree and JTable, to allow a pluggable JLabel-based renderer for Vertex and Edge label strings and icons.
renderGraph(Graphics2D) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
renderingHints - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
rendering hints used in drawing.
renderVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
renderVertex(RenderContext<V, E>, Layout<V, E>, V) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
renderVertexLabel(RenderContext<V, E>, Layout<V, E>, V) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
renderVertexLabel(RenderContext<V, E>, Layout<V, E>, V) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
repaint(long, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
repaint() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
repulsion_range - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
repulsion_range_sq - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
repulsiondx - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
repulsiondx - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
repulsiondy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
repulsiondy - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
repulsiondz - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
 
requestFocusListener - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
 
reset() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
Resets the layout iteration count to 0, which allows the layout algorithm to continue updating vertex positions.
reset() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
 
reset() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
No effect.
reset() - Method in class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
 
reset() - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
 
reset() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
reset() - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Clears all stored distances for this instance.
reset(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Clears all stored distances for the specified source vertex source.
reset() - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
Clears all stored distances for this instance.
reset(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
Clears all stored distances for the specified source vertex source.
reset() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
 
reset(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Resets the indices for this edge and its parallel edges.
reset() - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
Clears all edge indices for all edges in all graphs.
reset(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
Resets the indices for edge and its parallel edges in graph.
reset() - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
Clears all edge indices for all edges in all graphs.
reset(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Resets the indices for this edge and its parallel edges.
reset() - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
Clears all edge indices for all edges in all graphs.
reset(Graph<V, E>, E) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
Resets the indices for this edge and its parallel edges.
reset() - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
Clears all edge indices for all edges in all graphs.
reset() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
reshapingEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
ReshapingEdgeRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
uses a flatness argument to break edges into smaller segments.
ReshapingEdgeRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
 
reshapingEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
reshapingEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
restore(String) - Method in interface edu.uci.ics.jung.visualization.layout.PersistentLayout
 
restore(String) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
Restore the graph Vertex locations from a file
resume() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Make the relaxer thread resume.
resume() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
retainAll(Collection<?>) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
This data structure does not support the removal of arbitrary elements.
retainAll(Collection<?>) - Method in class edu.uci.ics.jung.graph.util.Pair
 
revalidate() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overridden for performance reasons.
revalidate() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overridden for performance reasons.
revalidate() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overridden for performance reasons.
root - Variable in class edu.uci.ics.jung.graph.DelegateTree
 
root - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
 
rotate(double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
preconcatenates the rotation at the supplied point with the current transform
rotate(double, double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
rotates the current transform at the supplied points
rotate(double, Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
rotate(double, double, double) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
rotate(double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
rotate(double, double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
rotate(double, double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
rotate(double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
rotateEdgeLabels - Variable in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
RotatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
RotatingGraphMouse provides the abiity to rotate the graph using the mouse.
RotatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
create an instance with default modifier values
RotatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.RotatingGraphMousePlugin
create an instance with passed zoom in/out values
rotatingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
row_count - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
run() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
run() - Method in class edu.uci.ics.jung.visualization.util.Animator
 
running - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 

S

SatelliteAnimatedPickingGraphMousePlugin<V,E> - Class in edu.uci.ics.jung.visualization.control
A version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer.
SatelliteAnimatedPickingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
create an instance
SatelliteAnimatedPickingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
 
SatelliteRotatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Mouse events in the SatelliteView that match the modifiers will cause the Main view to rotate
SatelliteRotatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteRotatingGraphMousePlugin
 
SatelliteRotatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteRotatingGraphMousePlugin
 
SatelliteScalingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Overrides ScalingGraphMousePlugin so that mouse events in the satellite view will cause scaling in the main view
SatelliteScalingGraphMousePlugin(ScalingControl, int) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteScalingGraphMousePlugin
 
SatelliteScalingGraphMousePlugin(ScalingControl, int, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteScalingGraphMousePlugin
 
SatelliteShearingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Overrides ShearingGraphMousePlugin so that mouse events in the satellite view cause shearing of the main view
SatelliteShearingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteShearingGraphMousePlugin
 
SatelliteShearingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteShearingGraphMousePlugin
 
SatelliteTranslatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Overrides TranslatingGraphMousePlugin so that mouse events in the satellite view cause translating of the main view
SatelliteTranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteTranslatingGraphMousePlugin
 
SatelliteTranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteTranslatingGraphMousePlugin
 
SatelliteViewDemo<V,E> - Class in edu.uci.ics.jung.samples
Demonstrates the construction of a graph visualization with a main and a satellite view.
SatelliteViewDemo() - Constructor for class edu.uci.ics.jung.samples.SatelliteViewDemo
create an instance of a simple graph in two views with controls to demo the features.
SatelliteVisualizationViewer<V,E> - Class in edu.uci.ics.jung.visualization.control
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.
SatelliteVisualizationViewer(VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
 
SatelliteVisualizationViewer(VisualizationViewer<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
 
SatelliteVisualizationViewer(VisualizationViewer<V, E>, VisualizationModel<V, E>) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
used internally, as the sattellite should always share the model of the master
SatelliteVisualizationViewer(VisualizationViewer<V, E>, VisualizationModel<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
Used internally, as the satellite should always share the model of the master
save(Graph<V, E>, String) - Method in interface edu.uci.ics.jung.io.GraphFile
Save a graph to disk per the appropriate format
save(Hypergraph<V, E>, Writer) - Method in class edu.uci.ics.jung.io.GraphMLWriter
 
save(Graph<V, E>, String) - Method in class edu.uci.ics.jung.io.MatrixFile
Saves a graph to a file
save(Graph<V, E>, String, Transformer<V, String>, Transformer<E, Number>, Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves g to filename.
save(Graph<V, E>, String, Transformer<V, String>, Transformer<E, Number>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves g to filename.
save(Graph<V, E>, String) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves g to filename; no vertex labels are written out, and the edge weights are written as 1.0.
save(Graph<V, E>, Writer) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves g to w; no vertex labels are written out, and the edge weights are written as 1.0.
save(Graph<V, E>, Writer, Transformer<V, String>, Transformer<E, Number>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves g to w; vertex labels are given by vs and edge weights by nev.
save(Graph<V, E>, Writer, Transformer<V, String>, Transformer<E, Number>, Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Writes graph to w.
savedEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
savedEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
savedEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
savedGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
 
savedGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
 
savedGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveViewTransformSupport
 
savedGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
 
savedGraphicsDecorator - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
saxp - Variable in class edu.uci.ics.jung.io.GraphMLReader
 
scale(VisualizationViewer<?, ?>, float, Point2D) - Method in class edu.uci.ics.jung.visualization.control.AbsoluteCrossoverScalingControl
scale to the absolute value passed as 'amount'.
scale(VisualizationServer<?, ?>, float, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
 
scale(VisualizationServer, float, Point2D) - Method in class edu.uci.ics.jung.visualization.control.LayoutScalingControl
zoom the display in or out, depending on the direction of the mouse wheel motion.
scale(VisualizationServer<?, ?>, float, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.ScalingControl
zoom the display in or out
scale(VisualizationServer, float, Point2D) - Method in class edu.uci.ics.jung.visualization.control.ViewScalingControl
zoom the display in or out, depending on the direction of the mouse wheel motion.
scale(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
setter for the scale fires a PropertyChangeEvent with the AffineTransforms representing the previous and new values for scale and offset
scale(double, double, Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
scale(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
scale(double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
scaler - Variable in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
controls scaling operations
scaleToLayout(ScalingControl) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
ScalingControl - Interface in edu.uci.ics.jung.visualization.control
 
ScalingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
ScalingGraphMouse applies a scaling transformation to the graph layout.
ScalingGraphMousePlugin(ScalingControl, int) - Constructor for class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
ScalingGraphMousePlugin(ScalingControl, int, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
scalingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
ScoringUtils - Class in edu.uci.ics.jung.algorithms.scoring.util
Methods for assigning values (to be interpreted as prior probabilities) to vertices in the context of random-walk-based scoring algorithms.
ScoringUtils() - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.ScoringUtils
 
screenDevice - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
the JComponent that this Renderer will display the graph on
scrollBarsMayControlAdjusting - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
seedDrawColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
seedFillColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
seedVertices - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
self_loop - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
selfLoop - Variable in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
 
SelfLoopEdgePredicate<V,E> - Class in edu.uci.ics.jung.algorithms.util
A Predicate that returns true if the input edge's endpoints in the input graph are identical.
SelfLoopEdgePredicate() - Constructor for class edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate
 
set(I, O) - Method in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
 
set(I, O) - Method in interface edu.uci.ics.jung.algorithms.util.SettableTransformer
Sets the value (output) to be returned by a call to transform(input)).
set_collapsedv - Variable in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
 
setAdjustForGravity(boolean) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Enable or disable gravity point adjusting.
setAngle(double) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
 
setAnnotatingMode() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
setAnnotatingMode() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
setAnnotation(T) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
setAnnotationColor(Color) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
setArrowDrawPaintTransformer(Transformer<E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setArrowDrawPaintTransformer(Transformer<E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setArrowFillPaintTransformer(Transformer<E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setArrowFillPaintTransformer(Transformer<E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setArrowPlacementTolerance(float) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setArrowPlacementTolerance(float) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setAspectRatioTransformer(Transformer<V, Float>) - Method in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
setAspectRatioTransformer(Transformer<V, Float>) - Method in interface edu.uci.ics.jung.visualization.decorators.SettableVertexShapeTransformer
 
setAttractionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
Sets the attraction multiplier.
setAttractionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
Sets the attraction multiplier.
setAttractionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
setAttributeName(String) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setAttributeType(String) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setBackground(Color) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overrides JComponent.setBackground to assign the unselected-background color to the specified color.
setBackground(Color) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overrides JComponent.setBackground to assign the unselected-background color to the specified color.
setBackground(Color) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overrides JComponent.setBackground to assign the unselected-background color to the specified color.
setBackground(Color) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setCanvas(Canvas3D) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
setClip(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setClip(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setColor(Color) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setComposite(Composite) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setControlOffsetIncrement(float) - Method in class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
Sets the value of control_offset_increment.
setConvergenceThreshold(double) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Sets the convergence threshold.
setCorner(JComponent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
setCrossover(double) - Method in class edu.uci.ics.jung.visualization.control.CrossoverScalingControl
Sets the crossover point to the specified value.
setCumulative(boolean) - Method in class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
Specifies whether this instance should assign a score to each vertex based on the
setCurrentPositionFor(V) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
setCurrentPositionFor(V) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
setCurrentRankScore(V, double) - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
 
setCurrentValue(V, T) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the current value for this vertex.
setCursor(Cursor) - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
 
setDefaultValue(String) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setDelegate(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setDelegate(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
Sets the backing (delegate) layout.
setDelegate(Transformer<V, Shape>) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
setDelegate(MutableTransformer) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
setDelegate(Graphics2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setDelegate(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
setter for the delegate
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
setDescription(String) - Method in class edu.uci.ics.jung.io.graphml.PortMetadata
 
setDesiredPrecision(double) - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Defines the desired precision.
setDirected(Boolean) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setDirectedValue(double) - Method in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
Sets the value returned for directed edges to value.
setDisconnectedDistanceMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Sets a multiplicative factor that specifies the fraction of the graph's diameter to be used as the inter-vertex distance between disconnected vertices.
setDisp(double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout.ISOMVertexData
 
setDoubleBuffered(boolean) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setDoubleBuffered(boolean) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
set whether this class uses its offscreen image or not.
setEdge(Object) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setEdge(Object) - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
setEdgeAppearanceTransformer(Transformer<E, Appearance>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setEdgeAppearanceTransformer(Transformer<E, Appearance>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setEdgeArrowPredicate(Predicate<Context<Graph<V, E>, E>>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeArrowPredicate(Predicate<Context<Graph<V, E>, E>>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeArrowStrokeTransformer(Transformer<E, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeArrowStrokeTransformer(Transformer<E, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeArrowTransformer(Transformer<Context<Graph<V, E>, E>, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeArrowTransformer(Transformer<Context<Graph<V, E>, E>, Shape>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeData(Map<String, GraphMLMetadata<E>>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides a map from data type name to edge data.
setEdgeDefault(GraphMetadata.EdgeDefault) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
setEdgeDescriptions(Transformer<E, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides edge descriptions.
setEdgeDrawPaintTransformer(Transformer<E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeDrawPaintTransformer(Transformer<E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeFillPaintTransformer(Transformer<E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeFillPaintTransformer(Transformer<E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeFontTransformer(Transformer<E, Font>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeFontTransformer(Transformer<E, Font>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeIDs(Transformer<E, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides an ID that will be used to identify an edge in the output file.
setEdgeIncludePredicate(Predicate<Context<Graph<V, E>, E>>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeIncludePredicate(Predicate<Context<Graph<V, E>, E>>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in interface edu.uci.ics.jung.visualization.decorators.EdgeShape.IndexedRendering
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 
setEdgeLabelClosenessTransformer(Transformer<Context<Graph<V, E>, E>, Number>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeLabelClosenessTransformer(Transformer<Context<Graph<V, E>, E>, Number>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeLabelRenderer(EdgeLabelRenderer) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeLabelRenderer(EdgeLabelRenderer) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
setEdgeLabelTransformer(Transformer<E, String>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeLabelTransformer(Transformer<E, String>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeRankScore(E, double, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setEdgeRankScore(E, double) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setEdgeRenderer(Renderer.Edge<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
setEdgeRenderer(Renderer.Edge<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
setEdgeShapeTransformer(Transformer<Context<Graph<V, E>, E>, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeShapeTransformer(Transformer<Context<Graph<V, E>, E>, Shape>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeShapeTransformer(Transformer<Context<Graph<V, E>, E>, Node>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setEdgeShapeTransformer(Transformer<Context<Graph<V, E>, E>, Node>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setEdgeStrokeTransformer(Transformer<E, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeStrokeTransformer(Transformer<E, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeToolTipTransformer(Transformer<E, String>) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setEdgeWeight(E, double) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setEdgeWeights(Map<E, Number>) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setEdgeWeights(Transformer<E, ? extends Number>) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the Transformer that this instance uses to associate edge weights with each edge
setEdgeWeightTransformer(SettableTransformer<E, Number>) - Method in class edu.uci.ics.jung.io.PajekNetReader
Provides a transformer which will be used to write out edge weights.
setEditingMode() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
setEditingMode() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
setEnabled(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
 
setEndpoints(Point3f, Point3f) - Method in class edu.uci.ics.jung.visualization3d.EdgeGroup
 
setEndpointType(EndpointMetadata.EndpointType) - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
setExchangeVertices(boolean) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Enable or disable the local minimum escape technique by exchanging vertices.
setFactor(double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
Set the x-axis amd y-axis movement multipler with factor.
setFactor(double, double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
Set the x-axis amd y-axis movement multipler with xFactor and yFactor respectively.
setFactor(double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Set the x-axis amd y-axis movement multipler with factor.
setFactor(double, double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
Set the x-axis amd y-axis movement multipler with xFactor and yFactor respectively.
setFactor(double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
Set the wheel units movement multipler with factor.
setFactor(double) - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
Set the y-axis movement multipler with factor.
setFill(boolean) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
setFill(boolean) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
setFillImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
setFont(Font) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setForceMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Sets the force multiplier for this instance.
setForceMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
Sets the force multiplier for this instance.
setForeground(Color) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Overrides JComponent.setForeground to assign the unselected-foreground color to the specified color.
setForeground(Color) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Overrides JComponent.setForeground to assign the unselected-foreground color to the specified color.
setForeground(Color) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Overrides JComponent.setForeground to assign the unselected-foreground color to the specified color.
setForType(Key.ForType) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setGraph(Graph<V, E>) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
setter for graph
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
setGraph(Graph<V, E>) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
setter for graph
setGraph(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.visualization.layout.CachingLayout
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
setGraph(Graph<V, E>) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
setGraphData(Map<String, GraphMLMetadata<Hypergraph<V, E>>>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides a map from data type name to graph data.
setGraphDescriptions(Transformer<Hypergraph<V, E>, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides graph descriptions.
setGraphicsContext(GraphicsDecorator) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setGraphicsContext(GraphicsDecorator) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setGraphLayout(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setGraphLayout(Layout<V, E>, Dimension) - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Removes the current graph layout, and adds a new one.
setGraphLayout(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
set the graph Layout and if it is not already initialized, initialize it to the default VisualizationViewer preferred size of 600x600
setGraphLayout(Layout<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
set the graph Layout
setGraphLayout(Layout<V, E>, Dimension) - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
Sets the graph Layout and initialize the Layout size to the passed dimensions.
setGraphLayout(Layout<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Removes the current graph layout, and adds a new one.
setGraphLayout(Layout<V, E>) - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
setGraphMouse(VisualizationViewer.GraphMouse) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
a setter for the GraphMouse.
setHyperedgesAreSelfLoops(boolean) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Specifies whether hyperedges are to be treated as self-loops.
SetHypergraph<V,H> - Class in edu.uci.ics.jung.graph
An implementation of Hypergraph that is suitable for sparse graphs and permits parallel edges.
SetHypergraph() - Constructor for class edu.uci.ics.jung.graph.SetHypergraph
Creates a SetHypergraph and initializes the internal data structures.
setIconMap(Map<V, Icon>) - Method in class edu.uci.ics.jung.visualization.decorators.DefaultVertexIconTransformer
Sets the icon storage to the specified Map.
setIconMap(Map<V, Icon>) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.Key
 
setId(String) - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
setIn(float) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
setInitializer(Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
setInitializer(Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setInitializer(Transformer<V, Point2D>) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
provides initial locations for all vertices.
setInitializer(Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
setInitializer(Transformer<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
setInitializer(Transformer<V, Point3f>) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
setInitializer(Transformer<V, Point3f>) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
provides initial locations for all vertices.
setInitializer(Transformer<V, Point3f>) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
setKey(String) - Method in class edu.uci.ics.jung.io.graphml.DataMetadata
 
setLabelOffset(int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setLabelOffset(int) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setLayer(Annotation.Layer) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
setLayer(Annotation.Layer) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
setLayoutTransformer(MutableTransformer) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
setLengthFactor(double) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Sets a multiplicative factor which partly specifies the "preferred" length of an edge (L).
setLens(AbstractLensSupport.Lens) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
setLensColor(Color) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
setLensControls(AbstractLensSupport.LensControls) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
setLensShape(RectangularShape) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
setLocation(V, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
setLocation(V, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Override forceMove so that if someone moves a node, we can re-layout everything.
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Override forceMove so that if someone moves a node, we can re-layout everything.
setLocation(V, Point2D) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
set the location of a vertex
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
setLocation(PolarPoint) - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Sets the angle and radius of this point to those of p.
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
setLocation(V, float, float, float) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
setLocation(V, Point3f) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
 
setLocation(V, Point3f) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
set the location of a vertex
setLocation(Point2D) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
setLocation(V, Point2D) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
setLocation(V, Point3f) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
setLocation(V, Point3f) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
 
setLocked(boolean) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
setMagnification(float) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
setMaxDistance(double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Allows the user to specify the maximum distance that this instance will calculate.
setMaximumIterations(int) - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
Defines the maximum allowed number of iterations.
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
Sets the maximum number of iterations.
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
Sets the maximum number of iterations.
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Sets the maximum number of iterations.
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the maximum number of times that evaluate will call step.
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Sets the maximum number of iterations.
setMaxSize(int) - Method in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
setMaxTargets(int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
Allows the user to specify the maximum number of target vertices per source vertex for which this instance will calculate distances.
setMinSize(int) - Method in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
setMode(ModalGraphMouse.Mode) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
setter for the Mode.
setMode(ModalGraphMouse.Mode) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
setter for the Mode.
setMode(ModalGraphMouse.Mode) - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
setter for the Mode.
setMode(ModalGraphMouse.Mode) - Method in interface edu.uci.ics.jung.visualization.control.ModalGraphMouse
 
setMode(int) - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
Sets the pick mode
setModeKeyListener(KeyListener) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
setModel(VisualizationModel<V, E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setModel(VisualizationModel<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setModifiers(int) - Method in class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
setter for mouse modifiers
setModifiers(int) - Method in class edu.uci.ics.jung.visualization.control.GraphMouseAdapter
 
setModifiers(int) - Method in interface edu.uci.ics.jung.visualization.control.GraphMousePlugin
set the mouse event modifiers that will activate this plugin
setMouseEventToolTipTransformer(Transformer<MouseEvent, String>) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setMultiLayerTransformer(MultiLayerTransformer) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setMultiLayerTransformer(MultiLayerTransformer) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setName(String) - Method in class edu.uci.ics.jung.io.graphml.PortMetadata
 
setNode(String) - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
setNormalizeRankings(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Allows the user to specify whether or not s/he wants the rankings to be normalized.
setOut(float) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
setOutlineImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
setOutputValue(V, T) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the output value for this vertex.
setPaint(Paint) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
 
setPaint(Paint) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
setPaint(Paint) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
setPaint(Paint) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setPaintMode() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setParallelEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setParallelEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setPerspectiveTransform(PerspectiveTransform) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
setPerspectiveTransformer(PerspectiveShapeTransformer) - Method in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
 
setPickedEdgeState(PickedState<E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setPickedEdgeState(PickedState<E>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setPickedEdgeState(PickedState<E>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setPickedEdgeState(PickedState<E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setPickedEdgeState(PickedState<E>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setPickedEdgeState(PickedState<E>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setPickedEdgeState(PickedState<E>) - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
setPickedVertexState(PickedState<V>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setPickedVertexState(PickedState<V>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setPickedVertexState(PickedState<V>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setPickedVertexState(PickedState<V>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setPickedVertexState(PickedState<V>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setPickedVertexState(PickedState<V>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setPickedVertexState(PickedState<V>) - Method in class edu.uci.ics.jung.visualization3d.VisualizationViewer
 
setPickingMode() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
setPickingMode() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
setPickingMode() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
setPickSize(float) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Sets the size of the edge picking area.
setPickSupport(GraphElementAccessor<V, E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setPickSupport(GraphElementAccessor<V, E>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setPickSupport(GraphElementAccessor<V, E>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setPickSupport(GraphElementAccessor<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setPolars(List<V>, Point2D, double) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
setPort(String) - Method in class edu.uci.ics.jung.io.graphml.EndpointMetadata
 
setPosition(Renderer.VertexLabel.Position) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
setPosition(Renderer.VertexLabel.Position) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
setPosition(Renderer.VertexLabel.Position) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
 
setPosition(Renderer.VertexLabel.Position) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
setPositioner(Renderer.VertexLabel.Positioner) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
 
setPositioner(Renderer.VertexLabel.Positioner) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
setPositioner(Renderer.VertexLabel.Positioner) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel
 
setPositioner(Renderer.VertexLabel.Positioner) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
setPrecision(double) - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
 
setPredicate(Predicate<E>) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
 
setPriorRankScore(V, double) - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Allows the user to specify a value to set for the prior rank score
setPriors(Set<V>) - Method in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Specifies which vertices are root nodes (priors).
setProperty(String, String) - Method in class edu.uci.ics.jung.io.graphml.AbstractMetadata
 
setRadius(double) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
Sets the radius of the circle.
setRadius(double) - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Sets the radius for this point to theta.
setRandom(Random) - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Sets the Random instance used by this instance.
setRandomSeed(int) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
 
setRandomSeed(long) - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Sets the seed of the internal random number generator.
setRandomSeed(long) - Method in class edu.uci.ics.jung.algorithms.util.WeightedChoice
Sets the seed used by the internal random number generator.
setRanked(V) - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
 
setRectangularShape(RectangularShape) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
 
setRelaxer(VisRunner) - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
setRemoveRankScoresOnFinalize(boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Instructs the ranker whether or not it should remove the rank scores from the nodes (or edges) once the ranks have been computed.
setRenderContext(RenderContext<V, E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setRenderContext(RenderContext<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setRenderer(Renderer<V, E>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setRenderer(Renderer<V, E>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Sets the showing Renderer to be the input Renderer.
setRendererPane(CellRendererPane) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setRendererPane(CellRendererPane) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setRenderingHint(RenderingHints.Key, Object) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setRenderingHints(Map<RenderingHints.Key, Object>) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setRenderingHints(Map) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setRenderingHints(Map<RenderingHints.Key, Object>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setRepulsionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
Sets the repulsion multiplier.
setRepulsionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
Sets the repulsion multiplier.
setRepulsionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
setRepulsionRange(int) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Sets the node repulsion range (in drawing area units) for this instance.
setRepulsionRange(int) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
Sets the node repulsion range (in drawing area units) for this instance.
setRoot(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
setRoot calculates the level of each vertex in the graph.
setRoot(V) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
Set vertex v to be level 0.
setRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
adds root as a root of the tree
setRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
sets the root to the passed value, only if the root is previously unset
setRootPolar(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
setRootPolars() - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
setRotateEdgeLabels(boolean) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
 
setRotateEdgeLabels(boolean) - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeLabelRenderer
 
setScale(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
setter for the scale fires a PropertyChangeEvent with the AffineTransforms representing the previous and new values for scale and offset
setScale(double, double, Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
setScale(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
setScaler(ScalingControl) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
setScreenDevice(JComponent) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setScreenDevice(JComponent) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setScrollBarValues(Rectangle, Point2D, Point2D, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
setSeed(long) - Method in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
Sets the seed for the random number generator.
setSeed(long) - Method in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
Sets the seed of the internal random number generator to seed.
setSeed(int) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
Sets the seed used by the internal random number generator.
setShape(Node) - Method in class edu.uci.ics.jung.visualization3d.VertexGroup
 
setShapeImages(boolean) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
 
setShapeMap(Map<Image, Shape>) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
When a visualization is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
 
setSize(Dimension) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Sets the dimensions of the available space for layout to size.
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
This method is not supported by this class.
setSize(BoundingSphere) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
When a visualization is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
setSize(BoundingSphere) - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
 
setSize(BoundingSphere) - Method in interface edu.uci.ics.jung.algorithms.layout3d.Layout
 
setSize(BoundingSphere) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
 
setSize(BoundingSphere) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
 
setSizeTransformer(Transformer<V, Integer>) - Method in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
setSizeTransformer(Transformer<V, Integer>) - Method in interface edu.uci.ics.jung.visualization.decorators.SettableVertexShapeTransformer
 
setSleepTime(long) - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Sets the sleep time.
setSleepTime(long) - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
setSleepTime(long) - Method in class edu.uci.ics.jung.visualization.util.Animator
 
setSource(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setSourcePort(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setStretch(double) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Sets the stretch parameter for this instance.
setStretch(double) - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
Sets the stretch parameter for this instance.
setStroke(Stroke) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setStyle(ShapePickSupport.Style) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Specifies the style of picking to be used by this instance.
SettableTransformer<I,O> - Interface in edu.uci.ics.jung.algorithms.util
An interface for classes that can set the value to be returned (from transform()) when invoked on a given input.
SettableVertexShapeTransformer<V> - Interface in edu.uci.ics.jung.visualization.decorators
 
setTarget(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setTargetPort(String) - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
setTheta(double) - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Sets the angle for this point to theta.
setToIdentity() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
setToIdentity() - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
 
setToIdentity() - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
setToIdentity() - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
setToIdentity() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
 
setToIdentity() - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
setToIdentity() - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
setTolerance(double) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the size of the largest change (difference between the current and previous values) for any vertex that can be tolerated.
setTolerance(float) - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
Sets the pick tolerance
setTransform(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
 
setTransform(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setTransformer(Layer, MutableTransformer) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
setTransformer(Layer, MutableTransformer) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
setTransformer(BidirectionalTransformer) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
setTransformGroup(TransformGroup) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
 
setTransformingMode() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
 
setTransformingMode() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
setTransformingMode() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
setTranslate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
replace the Transform's translate x and y values with the passed values, leaving the scale values unchanged
setTranslate(double, double) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
setTranslate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
setUndirectedValue(double) - Method in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
Sets the value returned for undirected edges to value.
setUp() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
 
setupCallback(MouseBehaviorCallback) - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
The transformChanged method in the callback class will be called every time the transform is updated
setupCallback(MouseBehaviorCallback) - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
The transformChanged method in the callback class will be called every time the transform is updated
setupCallback(MouseBehaviorCallback) - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
The transformChanged method in the callback class will be called every time the transform is updated
setupCallback(MouseBehaviorCallback) - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
The transformChanged method in the callback class will be called every time the transform is updated.
setupCallback(PickingCallback) - Method in class edu.uci.ics.jung.visualization3d.control.PickRotateBehavior
Register the class @param callback to be called each time the picked object moves
setupCallback(PickingCallback) - Method in class edu.uci.ics.jung.visualization3d.control.PickTranslateBehavior
Register the class @param callback to be called each time the picked object moves
setupCallback(PickingCallback) - Method in class edu.uci.ics.jung.visualization3d.control.PickZoomBehavior
Register the class @param callback to be called each time the picked object moves
setValue(V) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
setValue(String) - Method in class edu.uci.ics.jung.io.graphml.DataMetadata
 
setValue(Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
Sets the String object for the cell being rendered to value.
setValue(Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Sets the String object for the cell being rendered to value.
setValue(Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Sets the String object for the cell being rendered to value.
setVertex(Object) - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
setVertexAppearanceTransformer(Transformer<V, Appearance>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setVertexAppearanceTransformer(Transformer<V, Appearance>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setVertexComparator(Comparator<V>) - Method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
Provides a new Comparator to be used in sorting the vertices.
setVertexData(Map<String, GraphMLMetadata<V>>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides a map from data type name to vertex data.
setVertexDescriptions(Transformer<V, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides vertex descriptions.
setVertexDrawPaintTransformer(Transformer<V, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexDrawPaintTransformer(Transformer<V, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexFillPaintTransformer(Transformer<V, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexFillPaintTransformer(Transformer<V, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexFontTransformer(Transformer<V, Font>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexFontTransformer(Transformer<V, Font>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexIconTransformer(Transformer<V, Icon>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexIconTransformer(Transformer<V, Icon>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexIDs(Transformer<V, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides an ID that will be used to identify a vertex in the output file.
setVertexIncludePredicate(Predicate<Context<Graph<V, E>, V>>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexIncludePredicate(Predicate<Context<Graph<V, E>, V>>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexLabeller(SettableTransformer<V, String>) - Method in class edu.uci.ics.jung.io.PajekNetReader
Provides a transformer which will be used to write out the vertex labels.
setVertexLabelRenderer(VertexLabelRenderer) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexLabelRenderer(VertexLabelRenderer) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
setVertexLabelTransformer(Transformer<V, String>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexLabelTransformer(Transformer<V, String>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexLocationTransformer(SettableTransformer<V, Point2D>) - Method in class edu.uci.ics.jung.io.PajekNetReader
Provides a transformer which will be used to write out the vertex locations.
setVertexOrder(Comparator<V>) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
Sets the order of the vertices in the layout according to the ordering specified by comparator.
setVertexOrder(List<V>) - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout
Sets the order of the vertices in the layout according to the ordering of vertex_list.
setVertexRankScore(V, double, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setVertexRankScore(V, double) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
setVertexRenderer(Renderer.Vertex<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
 
setVertexRenderer(Renderer.Vertex<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
 
setVertexShapeTransformer(Transformer<V, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexShapeTransformer(Transformer<V, Shape>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexShapeTransformer(Transformer<V, Node>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setVertexShapeTransformer(Transformer<V, Node>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setVertexStringer(Transformer<V, String>) - Method in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
 
setVertexStringer(Transformer<V, String>) - Method in interface edu.uci.ics.jung.visualization3d.RenderContext
 
setVertexStrokeTransformer(Transformer<V, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexStrokeTransformer(Transformer<V, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexToolTipTransformer(Transformer<V, String>) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setViewCenter(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
setViewRadius(double) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
 
setViewTransformer(MutableTransformer) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
setVisible(boolean) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setVisible(boolean) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
setXORMode(Color) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
setZoomAtMouse(boolean) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
setZoomAtMouse(boolean) - Method in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
 
ShapeFlatnessTransformer - Interface in edu.uci.ics.jung.visualization.transform.shape
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
shapeMap - Variable in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
 
ShapePickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
A GraphElementAccessor that returns elements whose Shape contains the specified pick point or region.
ShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Creates a ShapePickSupport for the vv VisualizationServer, with the specified pick footprint and the default pick style.
ShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.ShapePickSupport
Create a ShapePickSupport for the specified VisualizationServer with a default pick footprint.
ShapePickSupport.Style - Enum in edu.uci.ics.jung.visualization.picking
The available picking heuristics:
  • Style.CENTERED: returns the element whose center is closest to the pick point.
    shapes - Variable in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
     
    ShapeTransformer - Interface in edu.uci.ics.jung.visualization.transform.shape
    Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
    shear(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
    shears the transform by passed parameters
    shear(double, double, Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
     
    shear(double, double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    shear(double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
     
    ShearingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
    ShearingGraphMousePlugin allows the user to drag with the mouse to shear the transform either in the horizontal or vertical direction.
    ShearingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
    create an instance with default modifier values
    ShearingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
    create an instance with passed modifier values
    shearingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
     
    ShortestPath<V,E> - Interface in edu.uci.ics.jung.algorithms.shortestpath
    An interface for algorithms that calculate shortest paths.
    ShortestPathDemo - Class in edu.uci.ics.jung.samples
    Demonstrates use of the shortest path algorithm and visualization of the results.
    ShortestPathDemo() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo
     
    ShortestPathDemo.MyEdgePaintFunction - Class in edu.uci.ics.jung.samples
     
    ShortestPathDemo.MyEdgePaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
     
    ShortestPathDemo.MyEdgeStrokeFunction - Class in edu.uci.ics.jung.samples
     
    ShortestPathDemo.MyEdgeStrokeFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
     
    ShortestPathDemo.MyVertexDrawPaintFunction<V> - Class in edu.uci.ics.jung.samples
     
    ShortestPathDemo.MyVertexDrawPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
     
    ShortestPathDemo.MyVertexFillPaintFunction<V> - Class in edu.uci.ics.jung.samples
     
    ShortestPathDemo.MyVertexFillPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
     
    ShortestPathUtils - Class in edu.uci.ics.jung.algorithms.shortestpath
    Utilities relating to the shortest paths in a graph.
    ShortestPathUtils() - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.ShortestPathUtils
     
    shouldCount(Graph<V, E>, List<V>, V, V, V) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
    Make sure we have a canonical ordering: Returns true if u < w, or v < w < u and v doesn't link to w
    show_arrow - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    show_edge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    show_vertex - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    showGrid(VisualizationViewer, boolean) - Method in class edu.uci.ics.jung.samples.SatelliteViewDemo
     
    ShowLayouts - Class in edu.uci.ics.jung.samples
    Demonstrates several of the graph layout algorithms.
    ShowLayouts() - Constructor for class edu.uci.ics.jung.samples.ShowLayouts
     
    ShowLayouts.GraphChooser - Class in edu.uci.ics.jung.samples
     
    ShowLayouts.GraphChooser(JComboBox) - Constructor for class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
     
    similarColors - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
     
    SimpleGraphDraw - Class in edu.uci.ics.jung.samples
    A class that shows the minimal work necessary to load and visualize a graph.
    SimpleGraphDraw() - Constructor for class edu.uci.ics.jung.samples.SimpleGraphDraw
     
    simpleLoop - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
    a convenience instance for other edge shapes to use for self-loop edges where parallel instances overlay each other
    singleSourceShortestPath(V, Collection<V>, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
    Implements Dijkstra's single-source shortest-path algorithm for weighted graphs.
    sinks - Variable in class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
     
    size - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
     
    size - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
     
    size() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
     
    size() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
    Returns the size of this heap.
    size() - Method in class edu.uci.ics.jung.graph.util.Pair
     
    size_diff - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
     
    skip(BufferedReader, Predicate<String>) - Method in class edu.uci.ics.jung.io.PajekNetReader
    Returns the first line read from br for which p returns true, or null if there is no such line.
    sleepTime - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
    how long the relaxer thread pauses between iteration loops.
    sleepTime - Variable in class edu.uci.ics.jung.visualization.util.Animator
    how long the relaxer thread pauses between iteration loops.
    SortedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of Graph that is suitable for sparse graphs, orders its vertex and edge collections according to either specified Comparator instances or the natural ordering of their elements, and permits directed, undirected, and parallel edges.
    SortedSparseMultigraph(Comparator<V>, Comparator<E>) - Constructor for class edu.uci.ics.jung.graph.SortedSparseMultigraph
    Creates a new instance which sorts its vertices and edges according to the specified Comparators.
    SortedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.SortedSparseMultigraph
    Creates a new instance which sorts its vertices and edges according to their natural ordering.
    source - Variable in class edu.uci.ics.jung.graph.event.GraphEvent
     
    SOURCE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    source_voltages - Variable in class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
     
    sourceMap - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
     
    SOURCEPORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    south - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
     
    SparseGraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of Graph that is suitable for sparse graphs and permits both directed and undirected edges.
    SparseGraph() - Constructor for class edu.uci.ics.jung.graph.SparseGraph
    Creates an instance.
    SparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of Graph that is suitable for sparse graphs and permits directed, undirected, and parallel edges.
    SparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.SparseMultigraph
    Creates a new instance.
    SpringLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
    The SpringLayout package represents a visualization of a set of nodes.
    SpringLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout
    Constructor for a SpringLayout for a raw graph with associated dimension--the input knows how big the graph is.
    SpringLayout(Graph<V, E>, Transformer<E, Integer>) - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout
    Constructor for a SpringLayout for a raw graph with associated component.
    SpringLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout3d
    The SpringLayout package represents a visualization of a set of nodes.
    SpringLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
    Constructor for a SpringLayout for a raw graph with associated dimension--the input knows how big the graph is.
    SpringLayout(Graph<V, E>, SpringLayout.LengthFunction<E>) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
    Constructor for a SpringLayout for a raw graph with associated component.
    SpringLayout.LengthFunction<E> - Interface in edu.uci.ics.jung.algorithms.layout3d
    If the edge is weighted, then override this method to show what the visualized length is.
    SpringLayout.SpringDimensionChecker - Class in edu.uci.ics.jung.algorithms.layout
    Used for changing the size of the layout in response to a component's size.
    SpringLayout.SpringDimensionChecker() - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringDimensionChecker
     
    SpringLayout.SpringDimensionChecker - Class in edu.uci.ics.jung.algorithms.layout3d
     
    SpringLayout.SpringDimensionChecker() - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringDimensionChecker
     
    SpringLayout.SpringEdgeData<E> - Class in edu.uci.ics.jung.algorithms.layout3d
     
    SpringLayout.SpringEdgeData(E) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringEdgeData
     
    SpringLayout.SpringVertexData - Class in edu.uci.ics.jung.algorithms.layout
     
    SpringLayout.SpringVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
     
    SpringLayout.SpringVertexData - Class in edu.uci.ics.jung.algorithms.layout3d
     
    SpringLayout.SpringVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
     
    SpringLayout.UnitLengthFunction<E> - Class in edu.uci.ics.jung.algorithms.layout3d
    Returns all edges as the same length: the input value
    SpringLayout.UnitLengthFunction(int) - Constructor for class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.UnitLengthFunction
     
    SpringLayout2<V,E> - Class in edu.uci.ics.jung.algorithms.layout
    The SpringLayout package represents a visualization of a set of nodes.
    SpringLayout2(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout2
    Constructor for a SpringLayout for a raw graph with associated dimension--the input knows how big the graph is.
    SpringLayout2(Graph<V, E>, Transformer<E, Integer>) - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout2
    Constructor for a SpringLayout for a raw graph with associated component.
    springVertexData - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
     
    square(Graph<V, E>, Factory<E>, MatrixElementOperations<E>) - Static method in class edu.uci.ics.jung.algorithms.matrix.GraphMatrixOperations
    Returns the graph that corresponds to the square of the (weighted) adjacency matrix that the specified graph g encodes.
    squaredError(double[], double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
    Returns the squared difference between the two specified distributions, which must have the same number of elements.
    stack - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
     
    start() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
     
    start() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
     
    start() - Method in class edu.uci.ics.jung.samples.ClusteringDemo
     
    start() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    start() - Method in class edu.uci.ics.jung.samples.ShowLayouts
     
    start() - Method in class edu.uci.ics.jung.visualization.util.Animator
     
    startElement(String, String, String, Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
     
    startFunction() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    startLayout - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
     
    startVertex - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
     
    stateChanged(ChangeEvent) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    stateChanged(ChangeEvent) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
     
    stateChanged(ChangeEvent) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
    In response to changes from the model, repaint the view, then fire an event to any listeners.
    StaticLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
    StaticLayout places the vertices in the locations specified by its Transformer initializer.
    StaticLayout(Graph<V, E>, Transformer<V, Point2D>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
    Creates an instance for the specified graph, locations, and size.
    StaticLayout(Graph<V, E>, Transformer<V, Point2D>) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
    Creates an instance for the specified graph and locations, with default size.
    StaticLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
    Creates an instance for the specified graph and default size; vertex locations are randomly assigned.
    StaticLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
    Creates an instance for the specified graph and size.
    step() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
     
    step() - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
     
    step() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
     
    step() - Method in class edu.uci.ics.jung.algorithms.importance.MarkovCentrality
     
    step() - Method in class edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness
     
    step() - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
     
    step() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
    call step on any sublayout that is also an IterativeContext and is not done
    step() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
    Moves the iteration forward one notch, calculation attraction and repulsion between vertices and edges and cooling the temperature.
    step() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
    Moves the iteration forward one notch, calculation attraction and repulsion between vertices and edges and cooling the temperature.
    step() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
    Advances the current positions of the graph elements.
    step() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
     
    step() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
     
    step() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
    Relaxation step.
    step() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
    Relaxation step.
    step() - Method in class edu.uci.ics.jung.algorithms.layout3d.FRLayout
    Moves the iteration forward one notch, calculation attraction and repulsion between vertices and edges and cooling the temperature.
    step() - Method in class edu.uci.ics.jung.algorithms.layout3d.ISOMLayout
    Advances the current positions of the graph elements.
    step() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
    Relaxation step.
    step() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
    Performs one step of this algorithm; updates the state (value) for each vertex.
    step() - Method in interface edu.uci.ics.jung.algorithms.util.IterativeContext
    Advances one step.
    step() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
    Evaluate the result of the current iteration.
    step() - Method in class edu.uci.ics.jung.visualization.layout.LayoutTransition
     
    step() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
     
    step() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
     
    step() - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutEventBroadcaster
     
    stop() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
    Set flags to stop the relaxer thread.
    stop - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
     
    stop() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
     
    stop - Variable in class edu.uci.ics.jung.visualization.util.Animator
     
    stop() - Method in class edu.uci.ics.jung.visualization.util.Animator
     
    stretch - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
     
    stretch - Variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
     
    StringElementParser<G extends Hypergraph<V,E>,V,E> - Class in edu.uci.ics.jung.io.graphml.parser
    Parses an element that just contains text.
    StringElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.StringElementParser
     
    StructuralHoles<V,E> - Class in edu.uci.ics.jung.algorithms.metrics
    Calculates some of the measures from Burt's text "Structural Holes: The Social Structure of Competition".
    StructuralHoles(Graph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
    Creates a StructuralHoles instance based on the edge weights specified by nev.
    StructurallyEquivalent<V,E> - Class in edu.uci.ics.jung.algorithms.blockmodel
    Identifies sets of structurally equivalent vertices in a graph.
    StructurallyEquivalent() - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
     
    style - Variable in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
    The current picking heuristic for this instance.
    subdivide(Line2D, Line2D, Line2D) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
    divide a Line2D into 2 new Line2Ds that are returned in the passed left and right instances, if non-null
    subdivide(Line2D, Line2D, Line2D) - Method in class edu.uci.ics.jung.visualization.renderers.ReshapingEdgeRenderer
    divide a Line2D into 2 new Line2Ds that are returned in the passed left and right instances, if non-null
    SubLayoutDemo - Class in edu.uci.ics.jung.samples
    Demonstrates the AggregateLayout class.
    SubLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.SubLayoutDemo
    create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
    swapOutputForCurrent() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
     
    switchLayout - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
     
    switchLayout - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
     
    symmetricKL(double[], double[]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
    Returns KullbackLeibler(dist, reference) + KullbackLeibler(reference, dist).
    synchronizedDirectedGraph(DirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns a synchronized DirectedGraph backed by the passed DirectedGraph.
    synchronizedForest(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns a synchronized Forest backed by the passed Forest.
    synchronizedGraph(Graph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns a synchronized graph backed by the passed argument graph.
    synchronizedTree(Tree<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns a synchronized Tree backed by the passed Tree.
    synchronizedUndirectedGraph(UndirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns a synchronized UndirectedGraph backed by the passed UndirectedGraph.

  • T

    tag_state - Variable in class edu.uci.ics.jung.io.GraphMLReader
     
    TARGET_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    TARGETPORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    tentativeIncomingEdges - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
     
    TestGraphs - Class in edu.uci.ics.jung.graph.util
    Provides generators for several different test graphs.
    TestGraphs() - Constructor for class edu.uci.ics.jung.graph.util.TestGraphs
     
    THICK - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
     
    THIN - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
     
    thread - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
     
    thread - Variable in class edu.uci.ics.jung.visualization.util.Animator
     
    toArray() - Method in class edu.uci.ics.jung.graph.util.Pair
     
    toArray(S[]) - Method in class edu.uci.ics.jung.graph.util.Pair
     
    toDirected(Graph<V, E>, Factory<DirectedGraph<V, E>>, Factory<E>, boolean) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into a directed graph.
    tolerance - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
    Minimum change from one step to the next; if all changes are <= tolerance, no further updates will occur.
    toString() - Method in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
     
    toString() - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
    Returns the rank score as a string.
    toString() - Method in class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
     
    toString() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
     
    toString() - Method in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout.SpringVertexData
     
    toString() - Method in class edu.uci.ics.jung.algorithms.scoring.HITS.Scores
     
    toString() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
     
    toString() - Method in class edu.uci.ics.jung.graph.AbstractGraph
     
    toString() - Method in class edu.uci.ics.jung.graph.DelegateTree
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
     
    toString() - Method in class edu.uci.ics.jung.graph.util.Pair
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
     
    toString(GeneralPath) - Static method in class edu.uci.ics.jung.visualization.util.GeneralPathAsString
     
    toString() - Method in class edu.uci.ics.jung.visualization3d.EdgeGroup
     
    toString() - Method in class edu.uci.ics.jung.visualization3d.VertexGroup
     
    ToStringLabeller<V> - Class in edu.uci.ics.jung.visualization.decorators
    Labels vertices by their toString.
    ToStringLabeller() - Constructor for class edu.uci.ics.jung.visualization.decorators.ToStringLabeller
     
    total_iterations - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
    The total number of iterations used so far.
    toUndirected(Graph<V, E>, Factory<UndirectedGraph<V, E>>, Factory<E>, boolean) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into an undirected graph.
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
     
    transform(UndirectedGraph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
    Extracts the bicomponents from the graph.
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
    Finds the set of clusters which have the strongest "community structure".
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.WeakComponentClusterer
    Extracts the weak components from a graph.
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.filters.EdgePredicateFilter
     
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
    Constructs an unassembled graph containing the k-neighborhood around the root node(s).
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.filters.VertexPredicateFilter
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
    Returns the location of the vertex.
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.AbstractLayout
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.layout3d.RandomLocationTransformer
     
    transform(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.DelegateToEdgeTransformer
     
    transform(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.UniformDegreeWeight
     
    transform(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.UniformInOut
     
    transform(V) - Method in class edu.uci.ics.jung.algorithms.scoring.util.VertexScoreTransformer
    Returns the score for this vertex.
    transform(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
     
    transform(I) - Method in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
     
    transform(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
     
    transform(Integer) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
     
    transform(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
     
    transform(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
     
    transform(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
     
    transform(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
     
    transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
     
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    transform(Layer, Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    transform(Layer, Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.DefaultVertexIconTransformer
    Returns the Icon associated with v.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer
     
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
    Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
    Get the shape for this edge, modifying the diameter in the case of parallel edges, so they do not overlap
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
    Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Line
    Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the SimpleLoop shared instance.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
    Get the shape for this edge, modifying the diameter in the case of parallel edges, so they do not overlap
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
    Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
    Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop
    getter for the shape
    transform(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.EllipseVertexShapeTransformer
     
    transform(E) - Method in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
     
    transform(T) - Method in class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
    Returns a formatted string for the input.
    transform(E) - Method in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
    Returns the appropriate Icon, depending on picked state.
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.ToStringLabeller
    Retunrs v.toString()
    transform(V) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
    get the shape from the image.
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
    Transform the supplied shape with the overridden transform method so that the shape is distorted by the perspective transform.
    transform(Shape, float) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveShapeTransformer
     
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.jai.PerspectiveTransformer
    override base class transform to project the perspective effect
    transform(V) - Method in class edu.uci.ics.jung.visualization.layout.CachingLayout
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
     
    transform(Layer, Point2D) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
     
    transform(Layer, Shape) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
     
    transform - Variable in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    the AffineTransform to use.
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    applies the transform to the supplied point
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    transform the supplied shape from graph coordinates to screen coordinates
    transform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
    convert the supplied graph coordinate to the screen coordinate
    transform(Shape) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
     
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
    override base class transform to project the fisheye effect
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
    override base class transform to project the fisheye effect
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
    return the supplied shape, translated to the coordinates that result from calling transform on its center
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
    override base class transform to project the fisheye effect
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    transform(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
    Transform the supplied shape with the overridden transform method so that the shape is distorted by the hyperbolic transform.
    transform(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
    Transform the supplied shape with the overridden transform method so that the shape is distorted by the magnify transform.
    transform(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
     
    transform(Shape, float) - Method in interface edu.uci.ics.jung.visualization.transform.shape.ShapeFlatnessTransformer
    map a shape from graph coordinate system to the screen coordinate system
    transform(Shape) - Method in interface edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer
    map a shape from graph coordinate system to the screen coordinate system
    transform(String) - Method in class edu.uci.ics.jung.visualization.util.LabelWrapper
    call 'wrap' to transform the passed String
    transform(V) - Method in class edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer
     
    transform(V) - Method in class edu.uci.ics.jung.visualization3d.layout.LayoutDecorator
     
    transformChanged(Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.MouseRotate
    Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
    transformChanged(Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.MouseTranslate
    Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
    transformChanged(Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.MouseWheelZoom
    Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
    transformChanged(Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.MouseZoom
    Users can overload this method which is called every time the Behavior updates the transform Default implementation does nothing
    transformChanged(int, Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.PickRotateBehavior
    Callback method from MouseRotate This is used when the Picking callback is enabled
    transformChanged(int, Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.PickTranslateBehavior
    Callback method from MouseTranslate This is used when the Picking callback is enabled
    transformChanged(int, Transform3D) - Method in class edu.uci.ics.jung.visualization3d.control.PickZoomBehavior
    Callback method from MouseZoom This is used when the Picking callback is enabled
    transformer - Variable in class edu.uci.ics.jung.io.GraphMLMetadata
    A transformer from objects to string representations of their values.
    transformer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
     
    transformer - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
     
    transformer - Variable in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
     
    transformer - Variable in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
    the transformer to apply
    TransformingFlatnessGraphics - Class in edu.uci.ics.jung.visualization.transform.shape
    subclassed to pass certain operations thru the transformer before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
    TransformingFlatnessGraphics(BidirectionalTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
     
    TransformingFlatnessGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
     
    TransformingGraphics - Class in edu.uci.ics.jung.visualization.transform.shape
    subclassed to pass certain operations thru the transformer before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
    TransformingGraphics(BidirectionalTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
     
    TransformingGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
     
    TransformingImageVertexIconRenderer<V,E> - Class in edu.uci.ics.jung.visualization.jai
    a subclass to apply a TransformingGraphics to certain operations
    TransformingImageVertexIconRenderer() - Constructor for class edu.uci.ics.jung.visualization.jai.TransformingImageVertexIconRenderer
    create an instance
    transformingRenderer - Variable in class edu.uci.ics.jung.visualization.jai.HyperbolicImageLensSupport
     
    transformingRenderer - Variable in class edu.uci.ics.jung.visualization.jai.PerspectiveImageLensSupport
     
    transformingRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
     
    transitionLayout - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
    Apply the passed values to the current Transform
    translate(double, double) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
     
    translate(int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
     
    TranslatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
    TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction.
    TranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
     
    TranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
    create an instance with passed modifer value
    translatingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
     
    TRANSPARENCY - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    transparency - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    Tree<V,E> - Interface in edu.uci.ics.jung.graph
    A subtype of Graph which is a (directed, rooted) tree.
    TreeCollapseDemo - Class in edu.uci.ics.jung.samples
    Demonstrates "collapsing"/"expanding" of a tree's subtrees.
    TreeCollapseDemo() - Constructor for class edu.uci.ics.jung.samples.TreeCollapseDemo
     
    TreeCollapser - Class in edu.uci.ics.jung.visualization.subLayout
     
    TreeCollapser() - Constructor for class edu.uci.ics.jung.visualization.subLayout.TreeCollapser
     
    treeFactory - Variable in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
     
    TreeLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
     
    TreeLayout(Forest<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.TreeLayout
    Creates an instance for the specified graph with default X and Y distances.
    TreeLayout(Forest<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.TreeLayout
    Creates an instance for the specified graph and X distance with default Y distance.
    TreeLayout(Forest<V, E>, int, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.TreeLayout
    Creates an instance for the specified graph, X distance, and Y distance.
    TreeLayoutDemo - Class in edu.uci.ics.jung.samples
    Demonsrates TreeLayout and RadialTreeLayout.
    TreeLayoutDemo() - Constructor for class edu.uci.ics.jung.samples.TreeLayoutDemo
     
    TreeUtils - Class in edu.uci.ics.jung.graph.util
    Contains static methods for operating on instances of Tree.
    TreeUtils() - Constructor for class edu.uci.ics.jung.graph.util.TreeUtils
     
    TRIAD_NAMES - Static variable in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
     
    TriadicCensus - Class in edu.uci.ics.jung.algorithms.metrics
    TriadicCensus is a standard social network tool that counts, for each of the different possible configurations of three vertices, the number of times that that configuration occurs in the given graph.
    TriadicCensus() - Constructor for class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
     
    triCode(Graph<V, E>, V, V, V) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
    This is the core of the technique in the paper.
    triType(int) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
    Simply returns the triCode.
    TwoModelDemo - Class in edu.uci.ics.jung.samples
    Demonstrates a single graph with 2 layouts in 2 views.
    TwoModelDemo() - Constructor for class edu.uci.ics.jung.samples.TwoModelDemo
    create an instance of a simple graph in two views with controls to demo the zoom features.
    type - Variable in class edu.uci.ics.jung.graph.event.GraphEvent
     
    TYPE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     

    U

    UNDIR_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    undirected_arrow - Variable in class edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer
     
    undirected_edges - Variable in class edu.uci.ics.jung.graph.SparseGraph
     
    UNDIRECTED_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
     
    undirected_value - Variable in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
     
    UndirectedGraph<V,E> - Interface in edu.uci.ics.jung.graph
    A tagging interface for extensions of Graph that accept only undirected edges.
    UndirectedOrderedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of UndirectedGraph that is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.
    UndirectedOrderedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
    Creates a new instance.
    UndirectedSparseGraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of UndirectedGraph that is suitable for sparse graphs.
    UndirectedSparseGraph() - Constructor for class edu.uci.ics.jung.graph.UndirectedSparseGraph
    Creates an instance.
    UndirectedSparseMultigraph<V,E> - Class in edu.uci.ics.jung.graph
    An implementation of UndirectedGraph that is suitable for sparse graphs and permits parallel edges.
    UndirectedSparseMultigraph() - Constructor for class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
    Creates a new instance.
    UnicodeLabelDemo - Class in edu.uci.ics.jung.samples
    A demo that shows flag images as vertices, and uses unicode to render vertex labels.
    UnicodeLabelDemo() - Constructor for class edu.uci.ics.jung.samples.UnicodeLabelDemo
     
    UniformDegreeWeight<V,E> - Class in edu.uci.ics.jung.algorithms.scoring.util
    An edge weight function that assigns weights as uniform transition probabilities.
    UniformDegreeWeight(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.UniformDegreeWeight
    Creates an instance for the specified graph.
    UniformInOut<V,E> - Class in edu.uci.ics.jung.algorithms.scoring.util
    Assigns weights to directed edges (the edge of the vertex/edge pair) depending on whether the vertex is the edge's source or its destination.
    UniformInOut(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.UniformInOut
    Creates an instance for the specified graph.
    UNITLENGTHFUNCTION - Static variable in class edu.uci.ics.jung.algorithms.layout3d.SpringLayout
     
    UnknownElementParser - Class in edu.uci.ics.jung.io.graphml.parser
    Skips an entire unknown subtree of the XML
    UnknownElementParser() - Constructor for class edu.uci.ics.jung.io.graphml.parser.UnknownElementParser
     
    unknownVertices - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
     
    unmodifiableDirectedGraph(DirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns an unmodifiable DirectedGraph backed by the passed graph.
    unmodifiableForest(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns an unmodifiable Forest backed by the passed forest.
    unmodifiableGraph(Graph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns an unmodifiable Graph backed by the passed Graph.
    unmodifiableTree(Tree<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns an unmodifiable Tree backed by the passed tree.
    unmodifiableUndirectedGraph(UndirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
    Returns an unmodifiable UndirectedGraph backed by the passed graph.
    UnweightedShortestPath<V,E> - Class in edu.uci.ics.jung.algorithms.shortestpath
    Computes the shortest path distances for graphs whose edges are not weighted (using BFS).
    UnweightedShortestPath(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
    Constructs and initializes algorithm
    update(V) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
    Updates the value for v.
    update(V) - Method in class edu.uci.ics.jung.algorithms.scoring.HITSWithPriors
    Updates the value for this vertex.
    update(V) - Method in class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
    Updates the value for this vertex.
    update(V) - Method in class edu.uci.ics.jung.algorithms.scoring.PageRankWithPriors
    Updates the value for this vertex.
    update(V) - Method in class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
     
    update(V, E, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
     
    update(V, E, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
     
    update(T) - Method in class edu.uci.ics.jung.algorithms.util.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).
    updateForest(Collection<V>, Collection<E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
     
    updateMaxDelta(V, double) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
     
    updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
     
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
    Subclasses shall implement this update function
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.control.PickRotateBehavior
    Update the scene to manipulate any nodes.
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.control.PickSphereBehavior
     
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.control.PickTranslateBehavior
    Update the scene to manipulate any nodes.
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.control.PickZoomBehavior
    Update the scene to manipulate any nodes.
    updateScene(int, int) - Method in class edu.uci.ics.jung.visualization3d.PickVertexBehavior
     
    updateTree(Graph<V, E>, Graph<V, E>, Collection<E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
     
    updateUI() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
    Notification from the UIManager that the look and feel [L&F] has changed.
    updateUI() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
    Notification from the UIManager that the look and feel [L&F] has changed.
    updateUI() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
    Notification from the UIManager that the look and feel [L&F] has changed.
    upperAnnotationPaintable - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
     
    useFill(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
     
    useTransform() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
     
    useTransform() - Method in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport.Lens
     
    useTransform() - Method in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
     
    useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
     
    useTransform() - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
     
    useTransform() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer.Paintable
     

    V

    v_aspect - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_color - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_labels - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_shape - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_size - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_small - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    v_stroke - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    validate() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
    Overridden for performance reasons.
    validate() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
    Overridden for performance reasons.
    validate() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
    Overridden for performance reasons.
    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.filters.KNeighborhoodFilter.EdgeType
    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.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.graphml.Key.ForType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.graphml.Metadata.MetadataType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.GraphMLReader.KeyType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.io.GraphMLReader.TagState
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.visualization.annotations.Annotation.Layer
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.visualization.Layer
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
    Returns the enum constant of this type with the specified name.
    values() - Static method in enum edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Method in class edu.uci.ics.jung.algorithms.util.ConstantMap
     
    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're 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're declared.
    values() - Static method in enum edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.io.graphml.Key.ForType
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.io.graphml.Metadata.MetadataType
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.io.GraphMLReader.KeyType
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.io.GraphMLReader.TagState
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.visualization.annotations.Annotation.Layer
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
    Returns an array containing the constants of this enum type, in the order they're declared.
    values - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
     
    values() - Static method in enum edu.uci.ics.jung.visualization.Layer
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
    Returns an array containing the constants of this enum type, in the order they're declared.
    values() - Static method in enum edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
    Returns an array containing the constants of this enum type, in the order they're declared.
    varf - Variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
     
    varf - Variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
     
    VEPair<V,E> - Class in edu.uci.ics.jung.algorithms.scoring.util
    Convenience class for associating a vertex and an edge.
    VEPair(V, E) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.VEPair
    Creates an instance with the specified vertex and edge
    verifyMatch(StartElement, EndElement) - Method in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
     
    vertex - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
     
    vertex - Variable in class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
    the picked Vertex
    vertex - Variable in class edu.uci.ics.jung.visualization.control.LabelEditingGraphMousePlugin
    the picked Vertex, if any
    vertex - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
    the picked Vertex, if any
    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.algorithms.scoring.BetweennessCentrality
     
    vertex_data - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
     
    vertex_data - Variable in class edu.uci.ics.jung.io.GraphMLWriter
     
    vertex_depths - Variable in class edu.uci.ics.jung.graph.DelegateTree
     
    vertex_desc - Variable in class edu.uci.ics.jung.io.GraphMLReader
     
    vertex_desc - Variable in class edu.uci.ics.jung.io.GraphMLWriter
     
    vertex_factory - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
     
    vertex_factory - Variable in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
     
    vertex_factory - Variable in class edu.uci.ics.jung.io.GraphMLReader
     
    vertex_factory - Variable in class edu.uci.ics.jung.io.PajekNetReader
     
    vertex_ids - Variable in class edu.uci.ics.jung.io.GraphMLReader
     
    vertex_ids - Variable in class edu.uci.ics.jung.io.GraphMLWriter
     
    vertex_index - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
     
    vertex_labels - Variable in class edu.uci.ics.jung.io.PajekNetReader
    The map for vertex labels (if any) created by this class.
    vertex_locations - Variable in class edu.uci.ics.jung.io.PajekNetReader
    The map for vertex locations (if any) defined by this class.
    vertex_maps - Variable in class edu.uci.ics.jung.graph.SparseGraph
     
    vertex_metadata - Variable in class edu.uci.ics.jung.io.GraphMLReader
     
    vertex_pred - Variable in class edu.uci.ics.jung.algorithms.filters.VertexPredicateFilter
     
    vertex_priors - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorerWithPriors
    The prior probability of each vertex being visited on a given 'jump' (non-link-following) step.
    vertex_scores - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
     
    vertexAppearanceTransformer - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
     
    VertexCollapseDemo - Class in edu.uci.ics.jung.samples
    A demo that shows how collections of vertices can be collapsed into a single vertex.
    VertexCollapseDemo() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemo
     
    VertexCollapseDemoWithLayouts - Class in edu.uci.ics.jung.samples
    A demo that shows how collections of vertices can be collapsed into a single vertex.
    VertexCollapseDemoWithLayouts() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
     
    vertexDrawPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    vertexFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
     
    vertexFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
     
    vertexFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
     
    vertexFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
     
    vertexFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    vertexFontTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    VertexGroup<V> - Class in edu.uci.ics.jung.visualization3d
     
    VertexGroup(V, Node) - Constructor for class edu.uci.ics.jung.visualization3d.VertexGroup
     
    vertexHit(RenderContext<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
     
    vertexHit(RenderContext<V, E>, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
     
    VertexIconShapeTransformer<V> - Class in edu.uci.ics.jung.visualization.decorators
    A default implementation that stores images in a Map keyed on the vertex.
    VertexIconShapeTransformer(Transformer<V, Shape>) - Constructor for class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
     
    vertexIconTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    VertexImageShaperDemo - Class in edu.uci.ics.jung.samples
    Demonstrates the use of images to represent graph vertices.
    VertexImageShaperDemo() - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo
     
    VertexImageShaperDemo.DemoVertexIconShapeTransformer<V> - Class in edu.uci.ics.jung.samples
    this class exists only to provide settings to turn on/off shapes and image fill in this demo.
    VertexImageShaperDemo.DemoVertexIconShapeTransformer(Transformer<V, Shape>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
     
    VertexImageShaperDemo.DemoVertexIconTransformer<V> - Class in edu.uci.ics.jung.samples
    this class exists only to provide settings to turn on/off shapes and image fill in this demo.
    VertexImageShaperDemo.DemoVertexIconTransformer() - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
     
    VertexImageShaperDemo.PickWithIconListener<V> - Class in edu.uci.ics.jung.samples
    When Vertices are picked, add a checkmark icon to the imager.
    VertexImageShaperDemo.PickWithIconListener(DefaultVertexIconTransformer<V>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
     
    VertexImageShaperDemo.VertexStringerImpl<V,S> - Class in edu.uci.ics.jung.samples
    A simple implementation of VertexStringer that gets Vertex labels from a Map
    VertexImageShaperDemo.VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
     
    vertexIncludePredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    VertexLabelAsShapeDemo - Class in edu.uci.ics.jung.samples
    This demo shows how to use the vertex labels themselves as the vertex shapes.
    VertexLabelAsShapeDemo() - Constructor for class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
    create an instance of a simple graph with basic controls
    VertexLabelAsShapeRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
    Renders Vertex Labels, but can also supply Shapes for vertices.
    VertexLabelAsShapeRenderer(RenderContext<V, E>) - Constructor for class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
     
    VertexLabelPositionDemo - Class in edu.uci.ics.jung.samples
    Demonstrates vertex label positioning controlled by the user.
    VertexLabelPositionDemo() - Constructor for class edu.uci.ics.jung.samples.VertexLabelPositionDemo
    create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
    vertexLabelRenderer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
    A default GraphLabelRenderer - picked Vertex labels are blue, picked edge labels are cyan
    VertexLabelRenderer - Interface in edu.uci.ics.jung.visualization.renderers
     
    vertexLabelTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    VertexPartition<V,E> - Class in edu.uci.ics.jung.algorithms.blockmodel
    Maintains information about a vertex partition of a graph.
    VertexPartition(Graph<V, E>, Map<V, Set<V>>) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
    Creates an instance based on the specified graph and mapping from vertices to vertex sets, and generates a set of partitions based on this mapping.
    VertexPartition(Graph<V, E>, Map<V, Set<V>>, Collection<Set<V>>) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
    Creates an instance based on the specified graph, vertex-set mapping, and set of disjoint vertex sets.
    VertexPartition(Graph<V, E>, Collection<Set<V>>) - Constructor for class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
    Creates an instance based on the specified graph and set of disjoint vertex sets, and generates a vertex-to-partition map based on these sets.
    VertexPartitionCollapser<V,E,CV,CE> - Class in edu.uci.ics.jung.algorithms.transformation
    This class transforms a graph with a known vertex partitioning into a graph whose vertices correspond to the input graph's partitions.
    VertexPartitionCollapser(Factory<Graph<CV, CE>>, Factory<CV>, Factory<CE>) - Constructor for class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
    Creates an instance with the specified graph and element factories.
    VertexPredicateFilter<V,E> - Class in edu.uci.ics.jung.algorithms.filters
    Transforms the input graph into one which contains only those vertices that pass the specified Predicate.
    VertexPredicateFilter(Predicate<V>) - Constructor for class edu.uci.ics.jung.algorithms.filters.VertexPredicateFilter
    Creates an instance based on the specified vertex Predicate.
    vertexRankScores - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
     
    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.util
    A Transformer convenience wrapper around VertexScorer.
    VertexScoreTransformer(VertexScorer<V, S>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.VertexScoreTransformer
    Creates an instance based on the specified VertexScorer.
    VertexShapeFactory<V> - Class in edu.uci.ics.jung.visualization.util
    A utility class for generating Shapes for drawing vertices.
    VertexShapeFactory(Transformer<V, Integer>, Transformer<V, Float>) - Constructor for class edu.uci.ics.jung.visualization.util.VertexShapeFactory
    Creates a VertexShapeFactory with the specified vertex size and aspect ratio functions.
    VertexShapeFactory() - Constructor for class edu.uci.ics.jung.visualization.util.VertexShapeFactory
    Creates a VertexShapeFactory with a constant size of 10 and a constant aspect ratio of 1.
    vertexShapeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    vertexShapeTransformer - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
     
    vertexStringer - Variable in class edu.uci.ics.jung.visualization3d.PluggableRenderContext
     
    vertexStrokeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
     
    vertexToolTipTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
     
    vertexTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
     
    verticalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
     
    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
     
    verticesAreFiltered() - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
    Quick test to allow optimization of getFilteredVertices().
    vff - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    ViewLensShapePickSupport<V,E> - Class in edu.uci.ics.jung.visualization.picking
    ShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.
    ViewLensShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
    Create an instance.
    ViewLensShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
    Create an instance.
    ViewLensSupport<V,E> - Class in edu.uci.ics.jung.visualization.transform.shape
    Uses a LensTransformer to use in the view transform.
    ViewLensSupport(VisualizationViewer<V, E>, 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 class edu.uci.ics.jung.visualization.BasicTransformer
     
    viewTransform(Shape) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
     
    viewTransformer - Variable in class edu.uci.ics.jung.visualization.BasicTransformer
     
    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
    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.
    VisualizationImageServer<V,E> - Class in edu.uci.ics.jung.visualization
    A class that could be used on the server side of a thin-client application.
    VisualizationImageServer(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationImageServer
    Creates a new instance the specified layout and preferred size.
    VisualizationImageServerDemo - Class in edu.uci.ics.jung.samples
    Demonstrates VisualizationImageServer.
    VisualizationImageServerDemo() - Constructor for class edu.uci.ics.jung.samples.VisualizationImageServerDemo
     
    VisualizationModel<V,E> - Interface in edu.uci.ics.jung.visualization
    Interface for the state holding model of the VisualizationViewer.
    VisualizationServer<V,E> - Interface in edu.uci.ics.jung.visualization
     
    VisualizationServer.Paintable - Interface in edu.uci.ics.jung.visualization
    an interface for the preRender and postRender
    VisualizationViewer<V,E> - Class in edu.uci.ics.jung.visualization
    Adds mouse behaviors and tooltips to the graph visualization base class
    VisualizationViewer(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
    Create an instance with passed parameters.
    VisualizationViewer(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
    Create an instance with passed parameters.
    VisualizationViewer(VisualizationModel<V, E>) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
    Create an instance with passed parameters.
    VisualizationViewer(VisualizationModel<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
    Create an instance with passed parameters.
    VisualizationViewer<V,E> - Class in edu.uci.ics.jung.visualization3d
     
    VisualizationViewer() - Constructor for class edu.uci.ics.jung.visualization3d.VisualizationViewer
     
    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
    VOLTAGE_KEY - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    VoltageClusterer<V,E> - Class in edu.uci.ics.jung.algorithms.cluster
    Clusters vertices of a Graph based on their ranks as calculated by VoltageScorer.
    VoltageClusterer(Graph<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
    Creates an instance of a VoltageCluster with the specified parameters.
    VoltageClusterer.MapValueArrayComparator - Class in edu.uci.ics.jung.algorithms.cluster
     
    VoltageClusterer.MapValueArrayComparator(Map<V, double[]>) - Constructor for class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer.MapValueArrayComparator
     
    voltages - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    VoltageScorer<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
    Assigns scores to vertices according to their 'voltage' in an approximate solution to the Kirchoff equations.
    VoltageScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>, Map<V, ? extends Number>, Collection<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, edge weights, source voltages, and sinks.
    VoltageScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>, Collection<V>, Collection<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, edge weights, source vertices (each of whose 'voltages' are tied to 1), and sinks.
    VoltageScorer(Hypergraph<V, E>, Collection<V>, Collection<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, source vertices (each of whose 'voltages' are tied to 1), and sinks.
    VoltageScorer(Hypergraph<V, E>, Map<V, ? extends Number>, Collection<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, source voltages, and sinks.
    VoltageScorer(Hypergraph<V, E>, Transformer<E, ? extends Number>, V, V) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, edge weights, source, and sink.
    VoltageScorer(Hypergraph<V, E>, V, V) - Constructor for class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
    Creates an instance with the specified graph, edge weights, source, and sink.
    vs - Variable in class edu.uci.ics.jung.algorithms.scoring.util.VertexScoreTransformer
    The VertexScorer instance that provides the values returned by transform.
    vs - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    vs_none - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    vsf - Variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
     
    vsf - Variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
     
    vsh - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    vssa - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    vv - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    vv - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
     
    vv - Variable in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
     
    vv - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
     
    vv - Variable in class edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport
     
    vv - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
     
    vv - Variable in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
     
    vv - Variable in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
    The VisualizationServer in which the this instance is being used for picking.
    vv - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
     

    W

    wakeupCondition - Variable in class edu.uci.ics.jung.visualization3d.control.PickMouseBehavior
     
    WeakComponentClusterer<V,E> - Class in edu.uci.ics.jung.algorithms.cluster
    Finds all weak components in a graph as sets of vertex sets.
    WeakComponentClusterer() - Constructor for class edu.uci.ics.jung.algorithms.cluster.WeakComponentClusterer
     
    WEIGHTED_NIPATHS_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
     
    WeightedChoice<T> - Class in edu.uci.ics.jung.algorithms.util
    Selects items according to their probability in an arbitrary probability distribution.
    WeightedChoice(Map<T, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.util.WeightedChoice
    Equivalent to this(item_weights, new Random(), DEFAULT_THRESHOLD).
    WeightedChoice(Map<T, ? extends Number>, double) - Constructor for class edu.uci.ics.jung.algorithms.util.WeightedChoice
    Equivalent to this(item_weights, new Random(), threshold).
    WeightedChoice(Map<T, ? extends Number>, Random) - Constructor for class edu.uci.ics.jung.algorithms.util.WeightedChoice
    Equivalent to this(item_weights, random, DEFAULT_THRESHOLD).
    WeightedChoice(Map<T, ? extends Number>, Random, double) - Constructor for class edu.uci.ics.jung.algorithms.util.WeightedChoice
    Creates an instance with the specified mapping from items to weights, random number generator, and threshold value.
    WeightedNIPaths<V,E> - Class in edu.uci.ics.jung.algorithms.importance
    This algorithm measures the importance of nodes based upon both the number and length of disjoint paths that lead to a given node from each of the nodes in the root set.
    WeightedNIPaths(DirectedGraph<V, E>, Factory<V>, Factory<E>, double, int, Set<V>) - Constructor for class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
    Constructs and initializes the algorithm.
    weights - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
     
    weights - Variable in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
     
    weights - Variable in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
     
    WorldMapGraphDemo - Class in edu.uci.ics.jung.samples
    Shows a graph overlaid on a world map image.
    WorldMapGraphDemo() - Constructor for class edu.uci.ics.jung.samples.WorldMapGraphDemo
    create an instance of a simple graph with controls to demo the zoom features.
    writeEdgeData(Hypergraph<V, E>, Writer) - Method in class edu.uci.ics.jung.io.GraphMLWriter
     
    writeIndentedText(BufferedWriter, String) - Method in class edu.uci.ics.jung.io.GraphMLWriter
     
    writeJPEGImage(File) - Method in class edu.uci.ics.jung.samples.GraphEditorDemo
    copy the visible part of the graph to a file as a jpeg image
    writeKeySpecification(String, String, GraphMLMetadata<?>, BufferedWriter) - Method in class edu.uci.ics.jung.io.GraphMLWriter
     
    writeVertexData(Hypergraph<V, E>, BufferedWriter) - Method in class edu.uci.ics.jung.io.GraphMLWriter
     

    X

    x - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
     
    xmlEventReader - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
     

    Y

    y - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
     

    Z

    zoom_at_mouse - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
     
    zoomAtMouse - Variable in class edu.uci.ics.jung.visualization.control.ScalingGraphMousePlugin
    whether to center the zoom at the current mouse position

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

    Copyright © 2009. All Rights Reserved.