Skip navigation links
A B C D E F G H I K L M N O P Q 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
 
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
Creates an instance with the specified mouse event modifiers.
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>, Function<? super 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>, Function<? super E, ? extends Number>, Function<? super 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>, Function<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 for graph which does not initialize the vertex locations.
AbstractLayout(Graph<V, E>, Function<V, Point2D>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance for graph which initializes the vertex locations using initializer.
AbstractLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance for graph which sets the size of the layout to size.
AbstractLayout(Graph<V, E>, Function<V, Point2D>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance for graph which initializes the vertex locations using initializer and sets the size of the layout to size.
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.LensControls - Class in edu.uci.ics.jung.visualization.transform
the background for the hyperbolic projection
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
 
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(Function<? super V, Integer>, Function<? super 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.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.
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
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
addEdgeData(String, String, String, Function<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
 
addFromSubTree(Forest<V, E>, Forest<V, E>, E, V, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
 
addGraphData(String, String, String, Function<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
addLayoutChangeListener(LayoutChangeListener<V, E>) - Method in interface edu.uci.ics.jung.visualization.layout.LayoutEventSupport
 
addLayoutChangeListener(LayoutChangeListener<V, E>) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
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
 
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
 
addVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
addVertexData(String, String, String, Function<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.
AggregateGraph<V,E> - Class in edu.uci.ics.jung.visualization.spatial
 
AggregateGraph() - Constructor for class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
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
Creates an instance with default modifiers of BUTTON1_MASK and CTRL_MASK
AnimatedPickingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.AnimatedPickingGraphMousePlugin
Creates an instance with the specified mouse event 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 defaults for primary (button 1) and secondary (button 1 + shift) selection.
AnnotatingGraphMousePlugin(RenderContext<V, E>, int, int) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin
Create an instance with the specified primary and secondary selection mechanisms.
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 for scale in (1.1) and scale out (1/1.1).
AnnotatingModalGraphMouse(RenderContext<V, E>, AnnotatingGraphMousePlugin<V, E>, float, float) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse
Create an instance with the specified scale in and scale out values.
AnnotatingModalGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.annotations
 
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.
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
 
apply(UndirectedGraph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
Extracts the bicomponents from the graph.
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
Finds the set of clusters which have the strongest "community structure".
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.WeakComponentClusterer
Extracts the weak components from a graph.
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.filters.EdgePredicateFilter
 
apply(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).
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.filters.VertexPredicateFilter
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Returns the location of the vertex.
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
 
apply(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.DelegateToEdgeTransformer
 
apply(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.UniformDegreeWeight
 
apply(VEPair<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.util.UniformInOut
 
apply(V) - Method in class edu.uci.ics.jung.algorithms.scoring.util.VertexScoreTransformer
 
apply(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
 
apply(I) - Method in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
 
apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate
 
apply(String) - Method in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
apply(String) - Method in class edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
 
apply(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
apply(Integer) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
 
apply(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
 
apply(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
 
apply(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
 
apply(V) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
 
apply(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
apply(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
 
apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer
 
apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer
 
apply(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.
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
apply(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.
apply(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 Loop shared instance.
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
apply(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.
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop
 
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
 
apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.EllipseVertexShapeTransformer
 
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
 
apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
 
apply(T) - Method in class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
Returns a formatted string for the input.
apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
 
apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
Returns the appropriate Icon, depending on picked state.
apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.PickableVertexPaintTransformer
 
apply(Object) - Method in class edu.uci.ics.jung.visualization.decorators.ToStringLabeller
 
apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
get the shape from the image.
apply(V) - Method in class edu.uci.ics.jung.visualization.layout.CachingLayout
 
apply(V) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
apply(V) - Method in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
 
apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.RenderContext.DirectedEdgeArrowPredicate
 
apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.visualization.RenderContext.UndirectedEdgeArrowPredicate
 
apply(V) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
 
apply(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
apply(String) - Method in class edu.uci.ics.jung.visualization.util.LabelWrapper
call 'wrap' to transform the passed String
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.CubicCurveEdgeEffects
 
arrowPlacementTolerance - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
arrowShape - Variable in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
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(Supplier<Graph<V, E>>, Supplier<V>, Supplier<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(Supplier<Graph<V, E>>, Supplier<V>, Supplier<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>, Function<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
 
BasicEdgeArrowRenderingSupport<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
BasicEdgeArrowRenderingSupport() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
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
 
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 Functions 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.OutsidePositioner - Class in edu.uci.ics.jung.visualization.renderers
 
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 the specified Layout.
BasicVisualizationServer(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with the specified Layout and view dimension.
BasicVisualizationServer(VisualizationModel<V, E>) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with the specified model and a default dimension (600x600).
BasicVisualizationServer(VisualizationModel<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer
Create an instance with the specified model and view dimension.
BasicVisualizationServer.VisualizationListener - Class in edu.uci.ics.jung.visualization
VisualizationListener reacts to changes in the size of the VisualizationViewer.
BentLine() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
 
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>, Function<? super 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
 
bounds - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
box - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
Box() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
 
breaker - Static variable in class edu.uci.ics.jung.visualization.util.LabelWrapper
 
buildGraph() - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo
Generates a mixed-mode random graph, runs VoltageRanker on it, and returns the resultant graph.
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
 

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.
CachingEdgeRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
CachingEdgeRenderer(BasicVisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.renderers.CachingEdgeRenderer
 
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
 
CachingRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
CachingRenderer() - Constructor for class edu.uci.ics.jung.visualization.renderers.CachingRenderer
 
CachingVertexRenderer<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
CachingVertexRenderer(BasicVisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
 
calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
calculateRepulsion() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
canBeEquivalent(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
 
cartesianToPolar(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
 
ceiling - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
CenterEdgeArrowRenderingSupport<V,E> - Class in edu.uci.ics.jung.visualization.renderers
 
CenterEdgeArrowRenderingSupport() - Constructor for class edu.uci.ics.jung.visualization.renderers.CenterEdgeArrowRenderingSupport
 
CENTRALITY - Static variable in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
 
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
 
characters(char[], int, int) - Method in class edu.uci.ics.jung.io.GraphMLReader
 
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
 
CircleLayout.CircleVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
CircleVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
 
circleVertexDatas - Variable in class edu.uci.ics.jung.algorithms.layout.CircleLayout
 
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>, Function<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
 
ComponentListenerImpl() - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer.ComponentListenerImpl
 
componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.algorithms.layout.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(Queue<V>, Function<? super E, ? extends Number>) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
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
 
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
 
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
 
containsEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
containsEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
containsVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
containsVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.ParallelEdgeShapeTransformer
Specifies the distance between 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(Collection<T>) - Static method in class edu.uci.ics.jung.algorithms.util.Indexer
Returns a BiMap 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 BiMap 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.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>, Supplier<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
 
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.
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
 
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
 
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
 
cubicCurve(Graph<V, E>) - Static method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
CubicCurve() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.CubicCurve
 
CubicCurveEdgeEffects<V,E> - Class in edu.uci.ics.jung.visualization.control
 
CubicCurveEdgeEffects() - Constructor for class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
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_text - 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
 
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
 
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.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
 
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 an instance with the specified properties.
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
 
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.transform.AbstractLensSupport
 
defaultValue() - Method in class edu.uci.ics.jung.io.graphml.Key
 
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
Create an instance with the specified layout and dimension.
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
 
degree(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
degree(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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 Function 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
 
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.
DelegateToEdgeTransformer<V,E> - Class in edu.uci.ics.jung.algorithms.scoring.util
A Transformer<VEPair,Number that delegates its operation to a Transformer<E,Number>.
DelegateToEdgeTransformer(Function<? super E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.util.DelegateToEdgeTransformer
Creates an instance with the specified delegate Function.
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(Supplier<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
 
DemoLensVertexImageShaperDemo - Class in edu.uci.ics.jung.samples
Demonstrates the use of images to represent graph vertices.
DemoLensVertexImageShaperDemo() - Constructor for class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
create an instance of a simple graph with controls to demo the zoom features.
DemoLensVertexImageShaperDemo.PickWithIconListener - Class in edu.uci.ics.jung.samples
 
DemoVertexIconShapeTransformer(Function<V, Shape>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
 
DemoVertexIconTransformer(Map<V, Icon>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
 
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>, Function<? super 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>, Function<? super 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.VertexComparator<V> - Class in edu.uci.ics.jung.algorithms.shortestpath
Compares according to distances, so that the BinaryHeap knows how to order the tree.
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>, Function<E, ? extends 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>, Function<E, ? extends 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.
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
 
DirectedEdgeArrowPredicate() - Constructor for class edu.uci.ics.jung.visualization.RenderContext.DirectedEdgeArrowPredicate
 
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
 
dirty - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
dirtyEdges - Variable in class edu.uci.ics.jung.visualization.renderers.CachingEdgeRenderer
 
dirtyVertices - Variable in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
 
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
 
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>, Function<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>, Function<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
 
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
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
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
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
done() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
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.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
 
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
 
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.SimpleEdgeSupport
 
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.CachingEdgeRenderer
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
dy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
movement speed, y

E

e_arrow_centered - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
 
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(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.
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
 
edgeArrowPredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeArrowRenderingSupport - Variable in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
EdgeArrowRenderingSupport<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
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
 
edgedy - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
EdgeEffects<V,E> - Interface in edu.uci.ics.jung.visualization.control
 
edgeEffects - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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.EditingModalGraphMouse
 
edgeFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
edgeFactory - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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
 
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.ParallelEdgeShapeTransformer
 
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.CubicCurveEdgeEffects
 
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
 
edges - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.CubicCurveEdgeEffects
 
EdgeShape<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An interface for decorators that return a Shape for a specified edge.
EdgeShape(Graph<V, E>) - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
EdgeShape.BentLine - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a bent-line between the vertex endpoints.
EdgeShape.Box - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a diamond with its nadir at the center of the vertex.
EdgeShape.CubicCurve - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a CubicCurve between vertex endpoints.
EdgeShape.Line - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a straight line between the vertex endpoints.
EdgeShape.Loop - 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.Orthogonal - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a bent-line between the vertex endpoints.
EdgeShape.QuadCurve - Class in edu.uci.ics.jung.visualization.decorators
An edge shape that renders as a QuadCurve between vertex endpoints.
EdgeShape.SimpleLoop - 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.Wedge - 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.
edgeShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingEdgeRenderer
 
edgeShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingRenderer
 
edgeShapeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
edgeStrokeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
EdgeSupport<V,E> - Interface in edu.uci.ics.jung.visualization.control
interface to support the creation of new edges by the EditingGraphMousePlugin SimpleEdgeSupport is a sample implementation
edgeSupport - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
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.
edgeType - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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(Supplier<V>, Supplier<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
Creates an instance and prepares shapes for visual effects, using the default modifiers of BUTTON1_MASK.
EditingGraphMousePlugin(int, Supplier<V>, Supplier<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
Creates an instance and prepares shapes for visual effects.
EditingModalGraphMouse<V,E> - Class in edu.uci.ics.jung.visualization.control
 
EditingModalGraphMouse(RenderContext<V, E>, Supplier<V>, Supplier<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
Creates an instance with the specified rendering context and vertex/edge factories, and with default zoom in/out values of 1.1 and 1/1.1.
EditingModalGraphMouse(RenderContext<V, E>, Supplier<V>, Supplier<E>, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
Creates an instance with the specified rendering context and vertex/edge factories, and with the specified zoom in/out values.
EditingModalGraphMouse.ModeKeyAdapter - Class in edu.uci.ics.jung.visualization.control
 
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(Supplier<V>, Supplier<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, Function<E, Number>, Map<E, Number>, Supplier<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.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.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.spatial - package edu.uci.ics.jung.visualization.spatial
 
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.
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>, Function<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
 
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, Function<GraphMetadata, G>, Function<NodeMetadata, V>, Function<EdgeMetadata, E>, Function<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(Function<V, Integer>, Function<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.
endArrowEffects(BasicVisualizationServer<V, E>) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
endArrowEffects(BasicVisualizationServer<V, E>) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
endEdgeCreate(BasicVisualizationServer<V, E>, V) - Method in interface edu.uci.ics.jung.visualization.control.EdgeSupport
 
endEdgeCreate(BasicVisualizationServer<V, E>, V) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
endEdgeEffects(BasicVisualizationServer<V, E>) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
endEdgeEffects(BasicVisualizationServer<V, E>) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
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
 
endVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
endVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.VertexSupport
 
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.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(Supplier<Graph<V, E>>, Supplier<V>, Supplier<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.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(Supplier<UndirectedGraph<V, E>>, Supplier<V>, Supplier<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.
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

factory - Variable in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
FastRenderingGraph<V,E> - Class in edu.uci.ics.jung.visualization.spatial
maintains caches of vertices and edges that will be the subset of the delegate graph's elements that are contained in some Rectangle.
FastRenderingGraph(Graph<V, E>, Set<Rectangle2D>, BasicVisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
FastRenderingLayout<V,E> - Class in edu.uci.ics.jung.visualization.spatial
break into several rectangular areas, each of which will have a reference Graph
FastRenderingLayout(Layout<V, E>) - Constructor for class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
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
 
findEdge(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
findEdge(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
findEdgeSet(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.
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.
floor - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
foldHypergraphEdges(Hypergraph<V, E>, Supplier<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>, Supplier<Graph<V, E>>, Supplier<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>, Supplier<Graph<E, F>>, Supplier<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>, Supplier<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>, Supplier<Graph<V, E>>, Supplier<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>, Supplier<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
 
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 Supplier 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
 
FRLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout
 
FRLayout.FRVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
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
 
FRLayout2(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
frVertexData - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
FRVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
 
frVertexData - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 

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(Supplier<Graph<V, E>>, Supplier<V>, Supplier<E>, Map<E, Number>, int, Set<V>) - Static method in class edu.uci.ics.jung.algorithms.generators.random.MixedRandomGraphGenerator
Returns a random mixed-mode graph.
get() - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Generates a graph based on the constructor-specified settings.
get() - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
 
get() - Method in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
Generates a graph whose degree distribution approximates a power-law.
get() - 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.
get() - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Generates a random small world network according to the parameters given
get(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
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
 
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.
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>, Shape, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
getArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.CenterEdgeArrowRenderingSupport
 
getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.CenterEdgeArrowRenderingSupport
 
getArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeArrowRenderingSupport
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 interface edu.uci.ics.jung.visualization.renderers.EdgeArrowRenderingSupport
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex 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
 
getBackground() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getBounds() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getCenter(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
getCenter() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
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().
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
 
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
 
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
Returns an ordered list of vertex's child vertices.
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
 
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
 
getComposite() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
 
getConnectionCount() - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
 
getConvergenceThreshold() - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
 
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
 
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
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getDefaultEdgeType() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
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
 
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
 
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
 
getDest(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getDest(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
Must be called after labelDistances in order to contain valid data.
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
 
getEdge(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
 
getEdge(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
 
getEdge(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, whose endpoints are < maxDistance.
getEdge() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
 
getEdge() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
 
getEdge() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
 
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
 
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
 
getEdgeArrowPredicate() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeArrowPredicate() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeArrowRenderingSupport() - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
getEdgeArrowRenderingSupport() - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Edge
 
getEdgeArrowRenderingSupport() - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
 
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
 
getEdgeCount() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEdgeCount() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getEdgeDefault() - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
 
getEdgeDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
 
getEdgeDrawPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeDrawPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getEdgeEffects() - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
getEdgeFactory() - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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.ParallelEdgeShapeTransformer
 
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, E) - 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
 
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
 
getEdges() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEdges() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getEdges(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getEdgeScore(E) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
 
getEdgeScore(E) - Method in interface edu.uci.ics.jung.algorithms.scoring.EdgeScorer
 
getEdgeShapeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getEdgeShapeTransformer() - Method in interface edu.uci.ics.jung.visualization.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
 
getEdgeSupport() - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
getEdgeTransformer() - Method in class edu.uci.ics.jung.io.graphml.GraphMLReader2
Gets the current Function 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
 
getEdgeType() - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
getEdgeType(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEdgeType(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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 Function that this instance uses to associate edge weights with each edge.
getEdgeWeightTransformer() - Method in class edu.uci.ics.jung.io.PajekNetReader
 
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
 
getEndpoints(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getEndpoints(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getFactory() - Static method in class edu.uci.ics.jung.graph.DelegateTree
 
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
getFactory(int) - Static method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
getFactory() - Static method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
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
 
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseGraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.SparseMultigraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
getFactory() - Static method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
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
 
getFirstOutsideSegment(Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
Returns a line that intersects shape's boundary.
getFlowGraph() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
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
 
getForest() - Method in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest
 
getForest() - Method in class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
 
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
 
getGraph() - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
getGraph() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
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.io.graphml.GraphMetadata
 
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.visualization.layout.LayoutEvent
 
getGraph() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
getGraphDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
 
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
 
getGraphLayout() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
getGraphMetadata() - Method in class edu.uci.ics.jung.io.graphml.GraphMLDocument
 
getGraphMetadata() - Method in class edu.uci.ics.jung.io.GraphMLReader
 
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 Function that is being used for graph objects.
getGridEdgeCount() - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
Returns the number of edges found in a lattice of this generator's specifications.
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 Function 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 Function 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.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
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getIncidentCount(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getIncidentEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getIncidentVertices(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getIncidentVertices(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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 numDests 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 from vertices to the last edge on the shortest path to that vertex starting from source.
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
 
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
 
getInEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getInEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getInstance(G, E) - Static method in class edu.uci.ics.jung.graph.util.Context
 
getInstance() - Static method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
 
getInstance() - Static method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
 
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
 
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
 
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
 
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.BasicEdgeArrowRenderingSupport
Returns a line that intersects shape's boundary.
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
 
getLayoutTransformer() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
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
 
getMaximumIterations() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
 
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
 
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
 
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
 
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
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getNeighborCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getNeighbors(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getNeighbors(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getNodesInSourcePartition() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
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
 
getOpposite(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getOpposite(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getOutEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getOutEdges(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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 vertex, including all intermediate nodes.
getPicked() - Method in class edu.uci.ics.jung.visualization.picking.MultiPickedState
 
getPicked() - Method in interface edu.uci.ics.jung.visualization.picking.PickedState
 
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
 
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
 
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
 
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
 
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
 
getPredecessorCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getPredecessorCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getPredecessors(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getPredecessors(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getRadius() - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
 
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.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
 
getRenderer() - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
getRenderer() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
 
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
 
getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
getReverseArrowTransform(RenderContext<V, E>, Shape, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
getReverseArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
 
getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class edu.uci.ics.jung.visualization.renderers.CenterEdgeArrowRenderingSupport
 
getReverseArrowTransform(RenderContext<V, E>, Shape, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.CenterEdgeArrowRenderingSupport
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.CenterEdgeArrowRenderingSupport
 
getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeArrowRenderingSupport
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>, Shape, Shape, boolean) - Method in interface edu.uci.ics.jung.visualization.renderers.EdgeArrowRenderingSupport
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
getRoot() - Method in class edu.uci.ics.jung.graph.DelegateForest
 
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
 
getRoots(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
 
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
 
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
 
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
 
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
 
getSeedCandidates(Collection<Set<V>>) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
Returns a list 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
 
getShape(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
 
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(String) - Static method in class edu.uci.ics.jung.visualization.util.ImageShapeUtils
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.util.ImageShapeUtils
Given the fileName of an image, possibly with a transparent background, return the Shape of the opaque part of the image
getShape(Image) - Static method in class edu.uci.ics.jung.visualization.util.ImageShapeUtils
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.util.ImageShapeUtils
 
getShape(BufferedImage, int) - Static method in class edu.uci.ics.jung.visualization.util.ImageShapeUtils
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.
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
 
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
 
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
 
getSize() - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
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.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.visualization.spatial.FastRenderingLayout
 
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
 
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
 
getSource(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getSource(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
getStatus() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
 
getStretch() - Method in class edu.uci.ics.jung.algorithms.layout.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
 
getSuccessorCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getSuccessorCount(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
getSuccessors(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getSuccessors(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
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.
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
 
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
 
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
 
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
 
getVertex(int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
getVertex(Layout<V, E>, double, double) - Method in interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Returns the vertex, if any, associated with (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() - Method in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
 
getVertex() - Method in class edu.uci.ics.jung.io.graphml.NodeMetadata
 
getVertex() - Method in class edu.uci.ics.jung.visualization.layout.LayoutEvent
 
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
 
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
Returns the vertex, if any, whose shape contains (x, y).
getVertex(Layout<V, E>, double, double) - Method in class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
 
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
 
getVertexCount() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getVertexCount() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
getVertexDescriptions() - Method in class edu.uci.ics.jung.io.GraphMLReader
 
getVertexDrawPaintTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexDrawPaintTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexFactory() - Method in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
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
 
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
 
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, V) - 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
 
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 Function 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 a node, returns the corresponding rank score.
getVertexRankScore(V, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
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
 
getVertexShapeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexShapeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexStrokeTransformer() - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
getVertexStrokeTransformer() - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
getVertexSupport() - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
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 Function 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
 
getVertices(Layout<V, E>, Shape) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
 
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
 
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
 
getVertices() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
getVertices() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
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.
getY(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Returns the y coordinate of the vertex from the Coordinates object.
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
 
GradientPickedEdgePaintFunction(Function<E, Paint>, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
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.decorators.EdgeShape
 
graph - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector
 
graph - Variable in class edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable
 
graph - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
graph - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
GraphChooser(JComboBox<?>) - Constructor for class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
 
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.
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.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.
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
Creates an instance showing a simple graph with controls to demonstrate 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.
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, Function<T, String>) - Constructor for class edu.uci.ics.jung.io.GraphMLMetadata
Creates a new instance with the specified description, default value, and function.
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(Supplier<V>, Supplier<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, Function<GraphMetadata, G>, Function<NodeMetadata, V>, Function<EdgeMetadata, E>, Function<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
 
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
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.
grid - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
hashCode() - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
 
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>, Function<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.
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>, Function<E, ? extends Number>, Function<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>, Function<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.
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.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
 
ImageShapeUtils - Class in edu.uci.ics.jung.visualization.util
 
ImageShapeUtils() - Constructor for class edu.uci.ics.jung.visualization.util.ImageShapeUtils
 
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
 
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
 
inDegree(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
inDegree(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.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.visualization.spatial.FastRenderingLayout
 
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) - 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
 
InsidePositioner() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.InsidePositioner
 
instance - Static variable in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
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(Function<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
 
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(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 screen (view) to graph (layout) coordinates.
inverseTransform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
convert the supplied screen coordinate to the graph coordinate.
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
Returns 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_directed - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
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
 
isDest(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isDest(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
Returns 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.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
 
isIncident(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isIncident(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
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
 
isIncremental() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
isInternal(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
isInternal(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
isLeaf(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
isLeaf(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
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
 
isLocked(V) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
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() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
 
isLocked(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
isNeighbor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isNeighbor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
ISOMLayout.ISOMVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
isomVertexData - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
 
ISOMVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.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
 
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.
isPredecessor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isPredecessor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
isRankingEdges() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
isRankingNodes() - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
 
isRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
isRoot(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
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
 
isSource(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isSource(V, E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
isStructurallyEquivalent(Graph<V, ?>, V, V) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
 
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
 
isSuccessor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
isSuccessor(V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.DemoLensVertexImageShaperDemo.PickWithIconListener
 
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
 
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
 
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(Supplier<? extends Graph<V, E>>, Supplier<V>, Supplier<E>, int, double) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Creates an instance with the specified parameters, whose underlying lattice is (a) of size latticeSize x latticeSize, and (b) toroidal.
KleinbergSmallWorldGenerator(Supplier<? extends Graph<V, E>>, Supplier<V>, Supplier<E>, int, int, double) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Creates an instance with the specified parameters, whose underlying lattice is toroidal.
KleinbergSmallWorldGenerator(Supplier<? extends Graph<V, E>>, Supplier<V>, Supplier<E>, int, int, double, boolean) - Constructor for class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Creates an instance with the specified parameters.
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 which will terminate when either the maximum number of iterations has been reached, or all changes are smaller than the convergence threshold.
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.
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>, Function<E, ? extends Number>, Function<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>, Function<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 overrides
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(Supplier<? extends Graph<V, E>>, Supplier<V>, Supplier<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(Supplier<? extends Graph<V, E>>, Supplier<V>, Supplier<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 - 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
 
layout - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
layout - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
layoutChanged(LayoutEvent<V, E>) - Method in interface edu.uci.ics.jung.visualization.layout.LayoutChangeListener
 
layoutChanged(LayoutEvent<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.CachingEdgeRenderer
 
layoutChanged(LayoutEvent<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
 
LayoutChangeListener<V,E> - Interface in edu.uci.ics.jung.visualization.layout
 
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.
LayoutEvent<V,E> - Class in edu.uci.ics.jung.visualization.layout
 
LayoutEvent(V, Graph<V, E>) - Constructor for class edu.uci.ics.jung.visualization.layout.LayoutEvent
 
LayoutEventSupport<V,E> - Interface in edu.uci.ics.jung.visualization.layout
 
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
 
LayoutLensShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
 
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 an instance with the specified parameters.
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
 
lens - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
Lens(LensTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
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
 
LensControls(LensTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
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.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
Creates an instance with modifier of CTRL_MASK, and default min/max/delta zoom values of 1/4/0.2.
LensMagnificationGraphMousePlugin(float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
Creates an instance with modifier of CTRL_MASK, and the specified zoom parameters.
LensMagnificationGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
Creates an instance with the specified modifiers and the default min/max/delta zoom values of 1/4/0.2.
LensMagnificationGraphMousePlugin(int, float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
Creates an instance with the specified mouse event modifiers and zoom parameters.
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
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
 
line(Graph<V, E>) - Static method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
Line() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Line
 
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
ListTagPred() - Constructor for class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
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(String, Supplier<? 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 Supplier.
load(Reader, Supplier<? 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 Supplier.
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
 
loadMultiple(Reader, Supplier<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 Supplier.
loadMultiple(String, Supplier<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 Supplier.
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 v1 from a lack of primary holes around its neighbor v2.
location - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
 
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.visualization.layout.CachingLayout
 
locations - Variable in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
locations - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
a container for Vertices
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
 
lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Locks this vertex in the main layout and in any sublayouts whose graph contains this vertex.
lock(V, boolean) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
Locks or unlocks the specified vertex.
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(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.visualization.spatial.FastRenderingLayout
 
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 - 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.
Loop() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
 
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
 
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
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.BalloonLayoutDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.ClusteringDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.EdgeLabelDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphEditorDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.LensDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.MultiViewDemo
 
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
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.SatelliteViewDemo
 
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
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeCollapseDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.TreeLayoutDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.TwoModelDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexImageShaperDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
 
main(String[]) - Static method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
 
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
 
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 comp.
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.
MapValueArrayComparator(Map<V, double[]>) - Constructor for class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer.MapValueArrayComparator
 
master - Variable in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
the master VisualizationViewer that this is a satellite view for
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
 
maxScaledMutualEdgeWeight(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
The marginal strength of v1's relation with contact v2.
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.
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
 
midArrowEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
midArrowEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
midEdgeCreate(BasicVisualizationServer<V, E>, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.EdgeSupport
 
midEdgeCreate(BasicVisualizationServer<V, E>, Point2D) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
midEdgeEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
midEdgeEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
midVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
midVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.VertexSupport
 
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>, Supplier<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 Supplier, 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>, Supplier<Forest<V, E>>, Supplier<? extends Graph<V, E>>, Function<? super E, Double>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.MinimumSpanningForest2
Create a Forest from the supplied Graph and supplied Supplier, which is used to create a new, empty Forest.
MinimumSpanningForest2(Graph<V, E>, Forest<V, E>, Supplier<? extends Graph<V, E>>, Function<? super 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 (with random edge weights) based on the output of BarabasiAlbertGenerator.
MixedRandomGraphGenerator() - Constructor for class edu.uci.ics.jung.algorithms.generators.random.MixedRandomGraphGenerator
 
mod(int, int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
 
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
 
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
ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(char, char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
 
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
Check 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
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.
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
 
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 Function and for adding listeners for changes on the Function
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.
MyEdgePaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgePaintFunction
 
MyEdgeStrokeFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyEdgeStrokeFunction
 
MyVertexDrawPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexDrawPaintFunction
 
MyVertexFillPaintFunction() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.MyVertexFillPaintFunction
 

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
 
NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
 
NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.EdgeLabel.NOOP
 
NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP
 
NOOP() - Constructor for class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
 
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.
NotEnoughClustersException() - Constructor for exception edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException
 
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 Function with an internal NumberFormat instance.
NumberFormattingTransformer(Function<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
 

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
 
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
 
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
orthogonal(Graph<V, E>) - Static method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
Orthogonal() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Orthogonal
 
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
 
outDegree(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
outDegree(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
OUTGOING - Static variable in class edu.uci.ics.jung.graph.SparseGraph
 
output - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
The cache 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.
OutsidePositioner() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.OutsidePositioner
 

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>, Function<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>, Function<E, ? extends Number>, Function<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>, Function<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.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.renderers.BasicVertexRenderer
Paint v's icon on g at (x,y).
paintIconForVertex(RenderContext<V, E>, V, Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
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(Supplier<V>, Supplier<E>) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader instance with the specified vertex and edge factories.
PajekNetReader(Supplier<E>) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader instance with the specified edge Supplier, 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.StartsWithPredicate - Class in edu.uci.ics.jung.io
A Predicate which evaluates to true if the argument starts with the constructor-specified String.
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.PluggableRenderContext
 
ParallelEdgeShapeTransformer<V,E> - Class in edu.uci.ics.jung.visualization.decorators
An abstract class for edge-to-Shape functions that work with parallel edges.
ParallelEdgeShapeTransformer() - Constructor for class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
 
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, Function<GraphMetadata, G>, Function<NodeMetadata, V>, Function<EdgeMetadata, E>, Function<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
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<V> - Class in edu.uci.ics.jung.visualization.layout
 
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
 
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
 
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' (two diagonally opposed corners of the rectangle)
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
 
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
 
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
 
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
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
 
pickSize - Variable in class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
 
pickSize - Variable in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
 
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
 
PickWithIconListener(Function<Number, Icon>) - Constructor for class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.PickWithIconListener
 
PickWithIconListener(Function<Number, Icon>) - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
 
PickWithIconListener(Function<V, Icon>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
 
PivotingImageShaper - Class in edu.uci.ics.jung.visualization
Provides Supplier 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
 
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.PopupGraphMousePlugin - Class in edu.uci.ics.jung.samples
a GraphMousePlugin that offers popup menu support
PluggableRendererDemo.VoltageTips<E> - Class in edu.uci.ics.jung.samples
 
Point(double, double) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
 
Point(Point2D) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
 
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 the specified radius and angle.
polarToCartesian(PolarPoint) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
 
polarToCartesian(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
 
poll() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
popupEditingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
PopupGraphMousePlugin() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
 
PopupGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.PopupGraphMousePlugin
 
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.
prepareFinalEdgeShape(RenderContext<V, E>, Layout<V, E>, E, int[], boolean[]) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
prepareFinalVertexShape(RenderContext<V, E>, V, Layout<V, E>, int[]) - Method in class edu.uci.ics.jung.visualization.renderers.BasicVertexRenderer
Returns the vertex shape in view coordinates.
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(Supplier<? 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(Supplier<? extends Graph<V, E>>, Function<? super 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
 
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, and specifies the center of where this sublayout should appear.

Q

quadCurve(Graph<V, E>) - Static method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
QuadCurve() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 

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
 
RadialTreeLayout(Forest<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
RadialTreeLayout(Forest<V, E>, int, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
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.
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
Creates an instance with the specified maximum distance.
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
Provides a random vertex 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.
RandomPointFactory(Dimension) - Constructor for class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
 
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.CubicCurveEdgeEffects
 
rawEdge - Variable in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
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
 
rc - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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.
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
 
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.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.
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
 
removeEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
removeEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
removeLayoutChangeListener(LayoutChangeListener<V, E>) - Method in interface edu.uci.ics.jung.visualization.layout.LayoutEventSupport
 
removeLayoutChangeListener(LayoutChangeListener<V, E>) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
 
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
 
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
 
removeVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
 
removeVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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<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.DirectedEdgeArrowPredicate<V,E> - Class in edu.uci.ics.jung.visualization
 
RenderContext.UndirectedEdgeArrowPredicate<V,E> - Class in edu.uci.ics.jung.visualization
 
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<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.EdgeLabel<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.EdgeLabel.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
Renderer.Vertex<V,E> - Interface in edu.uci.ics.jung.visualization.renderers
 
Renderer.Vertex.NOOP - Class in edu.uci.ics.jung.visualization.renderers
 
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.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_sq - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
 
repulsiondx - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
repulsiondy - Variable in class edu.uci.ics.jung.algorithms.layout.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.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() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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.
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
 
ResizeListener() - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane.ResizeListener
 
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
restoreVertex(V, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
restoreVertex(V, double) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
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>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
 
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
Writes graph out using w.
save(Graph<V, E>, String, Function<V, String>, Function<E, Number>, Function<V, Point2D>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified file.
save(Graph<V, E>, String, Function<V, String>, Function<E, Number>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified file.
save(Graph<V, E>, String) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified file.
save(Graph<V, E>, Writer) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified writer.
save(Graph<V, E>, Writer, Function<V, String>, Function<E, Number>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified writer.
save(Graph<V, E>, Writer, Function<V, String>, Function<E, Number>, Function<V, Point2D>) - Method in class edu.uci.ics.jung.io.PajekNetWriter
Saves the graph to the specified writer.
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.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(VisualizationServer<?, ?>, 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
 
Scores(double, double) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS.Scores
Creates an instance with the specified hub and authority score.
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
 
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(Function<? super E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setArrowDrawPaintTransformer(Function<? super E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setArrowFillPaintTransformer(Function<? super E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setArrowFillPaintTransformer(Function<? super 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(Function<V, Float>) - Method in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
setAspectRatioTransformer(Function<V, Float>) - Method in interface edu.uci.ics.jung.visualization.decorators.SettableVertexShapeTransformer
 
setAttractionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
setAttractionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
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
 
setBounds(Set<Rectangle2D>) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
setConnectionCount(int) - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
Sets the number of new 'small-world' connections (outgoing edges) to be added to each vertex.
setControlOffsetIncrement(float) - Method in class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
 
setConvergenceThreshold(double) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
 
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 sum over all steps of the probability for each step.
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
 
setDelegate(Function<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
 
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
 
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
 
setDoubleBuffered(boolean) - Method in class edu.uci.ics.jung.visualization.BasicVisualizationServer
 
setDoubleBuffered(boolean) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
Specify 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
 
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
 
setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
 
setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
 
setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Edge
 
setEdgeArrowStrokeTransformer(Function<? super E, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeArrowStrokeTransformer(Function<? super E, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeArrowTransformer(Function<? super Context<Graph<V, E>, E>, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeArrowTransformer(Function<? super 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(Function<E, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides edge descriptions.
setEdgeDrawPaintTransformer(Function<? super E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeDrawPaintTransformer(Function<? super E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeEffects(EdgeEffects<V, E>) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
setEdgeFactory(Supplier<E>) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
setEdgeFillPaintTransformer(Function<? super E, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeFillPaintTransformer(Function<? super E, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeFontTransformer(Function<? super E, Font>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeFontTransformer(Function<? super E, Font>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeIDs(Function<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.CubicCurve
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape.QuadCurve
 
setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
 
setEdgeLabelClosenessTransformer(Function<? super Context<Graph<V, E>, E>, Number>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeLabelClosenessTransformer(Function<? super 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(Function<? super E, String>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeLabelTransformer(Function<? super 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(Function<? super E, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeShapeTransformer(Function<? super E, Shape>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeStrokeTransformer(Function<? super E, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setEdgeStrokeTransformer(Function<? super E, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setEdgeSupport(EdgeSupport<V, E>) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
setEdgeToolTipTransformer(Function<? super E, String>) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
setEdgeType(EdgeType) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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(Function<? super E, ? extends Number>) - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
Sets the Function 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 Function 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
 
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.
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.
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
 
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(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.LayoutEvent
 
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.visualization.spatial.FastRenderingLayout
 
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(Function<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
Replaces the current graph layout with layout.
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.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(Function<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
setInitializer(Function<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
 
setInitializer(Function<V, Point2D>) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
 
setInitializer(Function<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
setInitializer(Function<V, Point2D>) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
setInitializer(Function<V, Point2D>) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
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 specified 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
Changes the layout coordinates of v to location.
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(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, Point2D) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
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
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
setMaxIterations(int) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
 
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
 
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
 
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
 
setMouseEventToolTipTransformer(Function<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
 
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
 
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
 
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
 
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
 
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
 
setRepulsionMultiplier(double) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
 
setRepulsionRange(int) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
Sets the node repulsion range (in drawing area units) for this instance.
setRoot() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
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.
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
 
setSize(Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
This method is not supported by this class.
setSize(Dimension) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
 
setSizeTransformer(Function<V, Integer>) - Method in class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
 
setSizeTransformer(Function<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
 
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.
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
 
setToIdentity() - Method in class edu.uci.ics.jung.visualization.BasicTransformer
 
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.
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
 
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.
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
 
setVertex(V) - Method in class edu.uci.ics.jung.visualization.layout.LayoutEvent
 
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(Function<V, String>) - Method in class edu.uci.ics.jung.io.GraphMLWriter
Provides vertex descriptions.
setVertexDrawPaintTransformer(Function<? super V, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexDrawPaintTransformer(Function<? super V, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexFactory(Supplier<V>) - Method in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
setVertexFillPaintTransformer(Function<? super V, Paint>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexFillPaintTransformer(Function<? super V, Paint>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexFontTransformer(Function<? super V, Font>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexFontTransformer(Function<? super V, Font>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexIconTransformer(Function<? super V, Icon>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexIconTransformer(Function<? super V, Icon>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexIDs(Function<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 Function 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(Function<? super V, String>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexLabelTransformer(Function<? super 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 Function 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(Function<? super V, Shape>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexShapeTransformer(Function<? super V, Shape>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexStrokeTransformer(Function<? super V, Stroke>) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
setVertexStrokeTransformer(Function<? super V, Stroke>) - Method in interface edu.uci.ics.jung.visualization.RenderContext
 
setVertexSupport(VertexSupport<V, E>) - Method in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
setVertexToolTipTransformer(Function<? super 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
Makes the component visible if aFlag is true, or invisible if false.
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.MyEdgeStrokeFunction - Class in edu.uci.ics.jung.samples
 
ShortestPathDemo.MyVertexDrawPaintFunction<V> - Class in edu.uci.ics.jung.samples
 
ShortestPathDemo.MyVertexFillPaintFunction<V> - Class in edu.uci.ics.jung.samples
 
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
Return true iff this ordering is canonical and therefore we should build statistics for it.
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
 
similarColors - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
 
SimpleEdgeSupport<V,E> - Class in edu.uci.ics.jung.visualization.control
 
SimpleEdgeSupport(Supplier<E>) - Constructor for class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
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 - 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.
SimpleLoop() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop
 
SimpleVertexSupport<V,E> - Class in edu.uci.ics.jung.visualization.control
sample implementation showing how to use the VertexSupport interface member of the EditingGraphMousePlugin.
SimpleVertexSupport(Supplier<V>) - Constructor for class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
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.MapBinaryHeap
 
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
 
SourceData(V) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
 
sourceMap - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
 
SourcePathData(V) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
 
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.
SpringDimensionChecker() - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringDimensionChecker
 
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>, Function<? super E, Integer>) - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout
Constructor for a SpringLayout for a raw graph with associated component.
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.SpringVertexData - Class in edu.uci.ics.jung.algorithms.layout
 
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>, Function<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
 
SpringVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringVertexData
 
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
 
startArrowEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
startArrowEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
startEdgeCreate(BasicVisualizationServer<V, E>, V, Point2D, EdgeType) - Method in interface edu.uci.ics.jung.visualization.control.EdgeSupport
 
startEdgeCreate(BasicVisualizationServer<V, E>, V, Point2D, EdgeType) - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
startEdgeEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
 
startEdgeEffects(BasicVisualizationServer<V, E>, Point2D, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.EdgeEffects
 
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
 
StartsWithPredicate(String) - Constructor for class edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
 
startVertex - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
 
startVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
startVertexCreate(BasicVisualizationServer<V, E>, Point2D) - Method in interface edu.uci.ics.jung.visualization.control.VertexSupport
 
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 class edu.uci.ics.jung.visualization.renderers.CachingEdgeRenderer
 
stateChanged(ChangeEvent) - Method in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
 
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 initializer, and has no other behavior.
StaticLayout(Graph<V, E>, Function<V, Point2D>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
StaticLayout(Graph<V, E>, Function<V, Point2D>) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
StaticLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
StaticLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.StaticLayout
 
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.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.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
 
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
 
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>, Function<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
 
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.BasicEdgeArrowRenderingSupport
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.CenterEdgeArrowRenderingSupport
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
 
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>, Supplier<DirectedGraph<V, E>>, Supplier<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.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
 
ToStringLabeller - 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>, Supplier<UndirectedGraph<V, E>>, Supplier<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(V) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
 
transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
 
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(Layer, Point2D) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
transform(Layer, Shape) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
 
transform - Variable in class edu.uci.ics.jung.visualization.transform.AffineTransformer
The AffineTransform to use; initialized to identity.
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 (layout) to screen (view) coordinates.
transform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.BidirectionalTransformer
convert the supplied graph coordinate to the screen coordinate
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
transformer - Variable in class edu.uci.ics.jung.io.GraphMLMetadata
A Function mapping 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 Function to apply
TransformingFlatnessGraphics - Class in edu.uci.ics.jung.visualization.transform.shape
subclassed to pass certain operations thru the Function 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 Function 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
 
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
 
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
 
UndirectedEdgeArrowPredicate() - Constructor for class edu.uci.ics.jung.visualization.RenderContext.UndirectedEdgeArrowPredicate
 
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
 
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.
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
 
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 has changed.
updateUI() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
Notification from the UIManager that the look and feel has changed.
updateUI() - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
Notification from the UIManager that the look and feel 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.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 are declared.
values() - Static method in enum edu.uci.ics.jung.graph.event.GraphEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.uci.ics.jung.graph.util.EdgeType
Returns an array containing the constants of this enum type, in the order they are declared.
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 are 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 are 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 are 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 are 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 are 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 are 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 are 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 are 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 are 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 are 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 are 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(Graph<V, E>, GraphEvent.Type, V) - Constructor for class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
Creates a graph event for the specified graph, vertex, and type.
vertex - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
 
vertex - 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
 
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
 
VertexComparator(Map<V, Number>) - Constructor for class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator
 
VertexData(E, int) - Constructor for class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
 
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.EditingModalGraphMouse
 
vertexFactory - Variable in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
vertexFactory - Variable in class edu.uci.ics.jung.visualization.control.SimpleVertexSupport
 
vertexFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
vertexFontTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
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(Function<V, Shape>) - Constructor for class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
Creates an instance with the specified delegate.
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.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.PickWithIconListener<V> - Class in edu.uci.ics.jung.samples
When Vertices are picked, add a checkmark icon to the imager.
VertexImageShaperDemo.VertexStringerImpl<V,S> - Class in edu.uci.ics.jung.samples
A simple implementation of VertexStringer that gets Vertex labels from a Map
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(Supplier<Graph<CV, CE>>, Supplier<CV>, Supplier<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 Function 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(Function<? super V, Integer>, Function<? super V, Float>) - Constructor for class edu.uci.ics.jung.visualization.util.VertexShapeFactory
Creates an instance 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.
vertexShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingRenderer
 
vertexShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
 
vertexShapeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
 
vertexStrokeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
 
vertexSupport - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
 
VertexSupport<V,E> - Interface in edu.uci.ics.jung.visualization.control
interface to support the creation of new vertices by the EditingGraphMousePlugin.
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
 
vertices - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
 
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
 
ViewLensShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
 
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 with 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
 
VisualizationListener(BasicVisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
 
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
 
VisualizationViewer(Layout<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
 
VisualizationViewer(VisualizationModel<V, E>) - Constructor for class edu.uci.ics.jung.visualization.VisualizationViewer
 
VisualizationViewer(VisualizationModel<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.visualization.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
 
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>, Function<? super 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>, Function<? super 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>, Function<? super 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.
VoltageTips() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VoltageTips
 
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.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.spatial.FastRenderingGraph
 
vv - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 

W

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
 
wedge(Graph<V, E>, int) - Static method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
 
Wedge(int) - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
 
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>, Supplier<V>, Supplier<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 Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2015. All rights reserved.