Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo.VertexFactory
- a - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- a - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- a_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
- 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,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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, - Class in edu.uci.ics.jung.algorithms.scoringT> -
An abstract class for algorithms that assign scores to vertices based on iterative methods.
- AbstractIterativeScorer(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
-
Creates an instance for the specified graph
g
. - 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.
- AbstractIterativeScorerWithPriors<V,
E, - Class in edu.uci.ics.jung.algorithms.scoringS> -
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 usinginitializer
. - 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 usinginitializer
and sets the size of the layout tosize
. - 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 tosize
. - 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
- AbstractModalGraphMouse.ModeListener - Class in edu.uci.ics.jung.visualization.control
-
listener to set the mode from an external event source
- 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() - Constructor for class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
- AbstractVertexShapeTransformer(Function<? super V, Integer>, Function<? super V, Float>) - Constructor for class edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer
- accept(XMLEvent) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphMLEventFilter
- accept_disconnected_graph - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
-
A flag representing whether this instance tolerates disconnected graphs.
- 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
- actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.ShowLayouts.LayoutChooser
- actionPerformed(ActionEvent) - Method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.LayoutChooser
- activate() - Method in class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
- activate() - 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
- activate(boolean) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
- activate(boolean) - Method in interface edu.uci.ics.jung.visualization.transform.LensSupport
- adaption - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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
- 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
- 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) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
add the passed child node as a child of parent.
- addChild(E, V, V, EdgeType) - 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, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
-
Adds
edge
to this graph with the specifiedendpoints
, 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 specifiedendpoints
andEdgeType
. - 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, Pair<? 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.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, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateForest
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateTree
- addEdge(E, Collection<? extends 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>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- addEdge(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
- addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- addEdge(E, Collection<? extends V>, EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Adds
edge
to this graph with typeedge_type
. - addEdge(E, Collection<? extends 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.util.Graphs.SynchronizedAbstractGraph
- addEdge(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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, V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
- 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, V, V) - Method in interface edu.uci.ics.jung.graph.Graph
-
Adds edge
e
to this graph such that it connects vertexv1
tov2
. - addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- addEdge(E, V, V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- addEdge(E, V, V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Adds the specified
child
vertex and edgee
to the graph with the specified parent vertexparent
. - addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
- 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, 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, EdgeType) - Method in interface edu.uci.ics.jung.graph.Graph
-
Adds edge
e
to this graph such that it connects vertexv1
tov2
. - addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.ObservableGraph
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- 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 collectionto_attach
. - addEdge(H, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- 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
- addEdgesToGraph(G, Collection<EdgeMetadata>, Map<String, V>) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphElementParser
- addEndpoint(EndpointMetadata) - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- addExtraData(Map<String, String>, Map<String, GraphMLMetadata<T>>, T) - Method in class edu.uci.ics.jung.io.GraphMLReader
- addFromSubTree(Forest<V, E>, Forest<V, E>, E, V, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
- 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
- addHyperEdgesToGraph(G, Collection<HyperEdgeMetadata>, Map<String, V>) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphElementParser
- 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
- AddNodeDemo.RemindTask - Class in edu.uci.ics.jung.samples
- 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
- addPredecessor(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- 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
totree
by attaching it as a child ofnode
with edgeconnectingEdge
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- addVertex(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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.
- addVerticesToGraph(G, Collection<V>) - Method in class edu.uci.ics.jung.io.graphml.parser.GraphElementParser
- adjust() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- adjustForGravity - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- 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.
- adjustLocations(Dimension, Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
- adjustmentValueChanged(AdjustmentEvent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.HorizontalAdjustmentListenerImpl
- adjustmentValueChanged(AdjustmentEvent) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.VerticalAdjustmentListenerImpl
- adjustVertex(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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 - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- ALL - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- 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
- angle - Variable in class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
- 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
- AnimatingAddNodeDemo.RemindTask - Class in edu.uci.ics.jung.samples
- 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
- ANNOTATING - Enum constant in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
- 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.
- AnnotatingGraphMousePlugin.LensPaintable - Class in edu.uci.ics.jung.visualization.annotations
-
the Paintable that draws a Shape annotation only while it is being created
- 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 - Variable in class edu.uci.ics.jung.visualization.annotations.Annotation
- 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.Layer - Enum Class 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(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- apply(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- apply(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- 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(E) - Method in class edu.uci.ics.jung.visualization.decorators.GradientEdgePaintTransformer
- apply(E) - Method in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
- 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(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.blockmodel.StructurallyEquivalent
- 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(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.PrimMinimumSpanningTree
- apply(UndirectedGraph<V, E>) - Method in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
-
Extracts the bicomponents from the graph.
- apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate
- apply(Context<Graph<V, E>, E>) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- 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(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(Context<Graph<V, E>, V>) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate
- apply(I) - Method in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
- 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(Object) - Method in class edu.uci.ics.jung.visualization.decorators.ToStringLabeller
- 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(String) - Method in class edu.uci.ics.jung.samples.WorldMapGraphDemo.CityTransformer
-
transform airport code to latlon string
- apply(String) - Method in class edu.uci.ics.jung.visualization.util.LabelWrapper
-
call 'wrap' to transform the passed String
- apply(String[]) - Method in class edu.uci.ics.jung.samples.WorldMapGraphDemo.LatLonPixelTransformer
-
transform a lat
- apply(T) - Method in class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
-
Returns a formatted string for the input.
- 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(V) - Method in class edu.uci.ics.jung.algorithms.scoring.util.VertexScoreTransformer
- apply(V) - Method in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.VertexStringerImpl
- apply(V) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- apply(V) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedDrawColor
- apply(V) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- apply(V) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- apply(V) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- apply(V) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- 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.TreeCollapseDemo.ClusterVertexShapeFunction
- apply(V) - Method in class edu.uci.ics.jung.samples.TreeCollapseDemo.ClusterVertexSizeFunction
- apply(V) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- apply(V) - Method in class edu.uci.ics.jung.samples.VertexCollapseDemo.ClusterVertexShapeFunction
- apply(V) - Method in class edu.uci.ics.jung.samples.VertexCollapseDemo.ClusterVertexSizeFunction
- apply(V) - Method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.ClusterVertexShapeFunction
- apply(V) - Method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.ClusterVertexSizeFunction
- 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(V) - Method in class edu.uci.ics.jung.visualization.decorators.EllipseVertexShapeTransformer
- apply(V) - Method in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
- 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(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(V) - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
- apply(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
- 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
- ArrowPaintable() - Constructor for class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.ArrowPaintable
- 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.
- attraction_constant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- attraction_constant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- attraction_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- attraction_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- attributeName - Variable in class edu.uci.ics.jung.io.graphml.Key
- attributeType - Variable in class edu.uci.ics.jung.io.graphml.Key
- 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.
- AUTO - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- 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>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
-
For each vertex
v
ing
, calculates the average shortest path length fromv
to all other vertices ing
, ignoring edge weights. - averageDistances(Hypergraph<V, E>, Distance<V>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
-
For each vertex
v
ingraph
, calculates the average shortest path length fromv
to all other vertices ingraph
using the metric specified byd
, and returns the results in aMap
from vertices toDouble
values. - 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
- b - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- b - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- BalloonLayout<V,
E> - Class in edu.uci.ics.jung.algorithms.layout -
A
Layout
implementation that assigns positions toTree
orForest
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
- BalloonLayoutDemo.Rings - Class in edu.uci.ics.jung.samples
- BannerLabel(VisualizationViewer<String, Number>, String) - Constructor for class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BarycenterScorer
-
Creates an instance with the specified graph.
- 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>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.BarycenterScorer
-
Creates an instance with the specified graph and distance metric.
- basePositions - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
- basic - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- 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 - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
- 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.
- 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.
- BENT_LINE - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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<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.importance.BetweennessCentrality
-
Constructor which initializes the algorithm
- 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>, 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(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.
- BetweennessCentrality.BetweennessComparator - Class in edu.uci.ics.jung.algorithms.scoring
- BetweennessCentrality.BetweennessData - Class in edu.uci.ics.jung.algorithms.importance
- BetweennessCentrality.BetweennessData - Class in edu.uci.ics.jung.algorithms.scoring
- BetweennessComparator() - Constructor for class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality.BetweennessComparator
- BetweennessData() - Constructor for class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.BetweennessData
- BetweennessData() - Constructor for class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality.BetweennessData
- 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.
- bold - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- bold - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- bottomEdge(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
trace the bottom of the image
- bottomEdge(BufferedImage, GeneralPath, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
trace the bottom of the image
- 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
- bowtie - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- box - Variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- Box() - Constructor for class edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
- BOX - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- breaker - Static variable in class edu.uci.ics.jung.visualization.util.LabelWrapper
- buildFrame(RectangularShape, int) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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
- c_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
- 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
- calcDeltaM(int) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Calculates the gradient of energy function at the vertex m.
- calcDeltaXY(int) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Determines a step to new position of the vertex m.
- calcEnergy() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Calculates the energy function E.
- calcEnergyIfExchanged(int, int) - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Calculates the energy function E as if positions of the specified vertices are exchanged.
- 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
- calculateDimensionX(Collection<V>) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
- calculateDimensionX(V) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
- 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(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- cartesianToPolar(Point2D) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- ceiling - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
- CENTERED - Enum constant in enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
- 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
- changeMagnification(MutableTransformer, float) - Method in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
- 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.DefaultVisualizationModel
- 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
- checked - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- checked - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.PickWithIconListener
- checked - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
- checked - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
- checkEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- 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
- checkMouseListeners() - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- checkMouseMotionListeners() - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- checkMouseWheelListeners() - Method in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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.
- checkVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- child_edges - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
- 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
- cityList - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo
- CityTransformer(Map<String, String[]>) - Constructor for class edu.uci.ics.jung.samples.WorldMapGraphDemo.CityTransformer
- cleanUp() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- 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
- clearParentValues() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- 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
- clockwise - Variable in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
-
Creates an instance which measures distance on the graph without edge weights.
- 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>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
-
Creates an instance using the specified vertex/vertex distance metric.
- 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>) - Constructor for class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
-
Create a
ShapePickSupport
with thevv
VisualizationServer and default pick footprint. - ClosestShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.ClosestShapePickSupport
-
Creates a
ShapePickSupport
for thevv
VisualizationServer, with the specified pick footprint. - cluster(boolean) - Method in class edu.uci.ics.jung.samples.SubLayoutDemo
- cluster(int) - Method in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
-
Clusters the vertices of
g
intonum_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 aMap
ofObjects
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
andcluster
. - clusterAndRecolor(AggregateLayout<Number, Number>, int, Color[], boolean) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- clustering_exponent - Variable in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
- 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
- clusteringLayout - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- clusterPicked() - Method in class edu.uci.ics.jung.samples.SubLayoutDemo
- ClusterVertexShapeFunction() - Constructor for class edu.uci.ics.jung.samples.TreeCollapseDemo.ClusterVertexShapeFunction
- ClusterVertexShapeFunction() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemo.ClusterVertexShapeFunction
- ClusterVertexShapeFunction() - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.ClusterVertexShapeFunction
- ClusterVertexSizeFunction(Integer) - Constructor for class edu.uci.ics.jung.samples.TreeCollapseDemo.ClusterVertexSizeFunction
- ClusterVertexSizeFunction(Integer) - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemo.ClusterVertexSizeFunction
- ClusterVertexSizeFunction(Integer) - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.ClusterVertexSizeFunction
- CNTR - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- 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(Layout, Forest, Object) - Method in class edu.uci.ics.jung.visualization.subLayout.TreeCollapser
- collapse(Graph, Graph) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- collapsedGraph - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- collapser - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- collapser - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo
- collapser - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- 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.
- color - Variable in class edu.uci.ics.jung.visualization.renderers.Checkmark
- colorCluster(Set<Number>, Color) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- colorOne - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
- colorTwo - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
- comp - Variable in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- ComparableComparator() - Constructor for class edu.uci.ics.jung.algorithms.util.MapBinaryHeap.ComparableComparator
- compare(T, T) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap.ComparableComparator
- 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.scoring.BetweennessCentrality.BetweennessComparator
- 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
- computeMinCut() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- computeShortestPathsFromSource(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
Computes the shortest path distances from a given node to all other nodes.
- 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(Graph, Object) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- 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(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.graph.util.Graphs.SynchronizedAbstractGraph
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- containsEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- containsEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- containsEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- cool() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
- cool() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- COOL_DOWN_INCREMENTS - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- coolingFactor - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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.samples.ShortestPathDemo.EdgeFactory
- count - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
- counter - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
- create() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- create() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
- create(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- 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. - 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 ofvertex_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(Graph<String, Number>, String, String, int) - Static method in class edu.uci.ics.jung.graph.util.TestGraphs
- 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
- createEdges() - Method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
create edges for this demo graph
- createEdges(Integer[]) - Method in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
-
create edges for this demo graph
- createEdges(Integer[]) - Method in class edu.uci.ics.jung.samples.EdgeLabelDemo
-
create edges for this demo graph
- createEdges(Integer[]) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
create edges for this demo graph
- createEdges(Number[]) - Method in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
-
create edges for this demo graph
- createEdges(Number[]) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
create edges for this demo graph
- createEdges(String[]) - Method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
create edges for this demo graph
- createEdges(String[]) - Method in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
-
create edges for this demo graph
- createGraph() - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- createGraph(int) - Method in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
-
create some vertices
- createGraph(int) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo
-
create some vertices
- 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 tovertices
. - createKey(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
- createMode - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
- createRandomEdge(Collection<V>, V, Set<Pair<V>>, WeightedChoice<V>) - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- createRandomEdges(Collection<V>, V, int) - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- 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.
- createTree() - Method in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- createTree() - Method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- createTree() - Method in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- createTree() - Method in class edu.uci.ics.jung.samples.TreeCollapseDemo
- createTree() - Method in class edu.uci.ics.jung.samples.TreeLayoutDemo
- createVertex(NodeMetadata) - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- createVertex(Attributes) - Method in class edu.uci.ics.jung.io.GraphMLReader
- createVertices() - Method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.EdgeLabelDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
create some vertices
- createVertices(int) - Method in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
-
create some vertices
- Creating() - Constructor for enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
- 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
- CUBIC_CURVE - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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
- CubicCurveEdgeEffects.ArrowPaintable - Class in edu.uci.ics.jung.visualization.control
-
Used for the directed edge creation visual effect during mouse drag
- CubicCurveEdgeEffects.EdgePaintable - Class in edu.uci.ics.jung.visualization.control
-
Used for the edge creation visual effect during mouse drag
- cumulative - Variable in class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
- 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_RANK - Static variable in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
- current_states - Variable in class edu.uci.ics.jung.io.GraphMLReader
- current_text - Variable in class edu.uci.ics.jung.io.GraphMLReader
- current_values - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
-
The map in which the current values are stored.
- current_vertex - Variable in class edu.uci.ics.jung.io.GraphMLReader
- currentIteration - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- currentIteration - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- currentIteration - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- 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
- cyclic - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
D
- d - Variable in class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
- d - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo.LatLonPixelTransformer
- d - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl.RandomPointFactory
- 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
- dark_value - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- 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 - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- DATA_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- DataElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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_KEY - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- 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.
- defaultFunc - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- 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.
- DefaultParallelEdgeIndexFunction() - Constructor for class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
- defaultToolTipText - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
- defaultValue - Variable in class edu.uci.ics.jung.io.graphml.Key
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- degree(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- delegate - Variable in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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 specifiedDirectedGraph
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 aTransformer<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 ofDirectedGraph
. - 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 tograph
. - 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
- DemoLensVertexImageShaperDemo.VertexStringerImpl<V> - Class in edu.uci.ics.jung.samples
-
A simple implementation of VertexStringer that gets Vertex labels from a Map
- DemoRenderer() - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoRenderer
- 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
- dependency - Variable in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.BetweennessData
- dependency - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality.BetweennessData
- depth - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
- depths - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo.Rings
- depths - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo.Rings
- depths - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo.Rings
- depths - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo.Rings
- DESC - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- DESC_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- description - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- description - Variable in class edu.uci.ics.jung.io.graphml.EndpointMetadata
- description - Variable in class edu.uci.ics.jung.io.graphml.GraphMetadata
- description - Variable in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- description - Variable in class edu.uci.ics.jung.io.graphml.Key
- description - Variable in class edu.uci.ics.jung.io.graphml.NodeMetadata
- description - Variable in class edu.uci.ics.jung.io.graphml.PortMetadata
- description - Variable in class edu.uci.ics.jung.io.GraphMLMetadata
-
The description of this data type.
- desiredPrecision - Variable in class edu.uci.ics.jung.algorithms.util.IterativeProcess
-
Desired precision.
- desktop - Variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
- detectLine(Point2D, Point2D, Point2D, Line2D, GeneralPath) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
Checks to see if point p is on a line that passes thru points p1 and p2.
- detectLine(Point2D, Point2D, Point2D, Line2D, GeneralPath) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
- dfs_num - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
- dialog - Variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
- diameter - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
The diameter of the visible graph.
- diameter(Hypergraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.shortestpath.DistanceStatistics
-
Returns the diameter of
g
, ignoring edge weights. - 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 byd
. - 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 byd
. - 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(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(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(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 ifcached
istrue
. - 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>) - 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(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>, 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 ifcached
istrue
. - 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.graphml.EdgeMetadata
- directed - Variable in class edu.uci.ics.jung.io.GraphMLWriter
- DIRECTED - Enum constant in enum class edu.uci.ics.jung.graph.util.EdgeType
- DIRECTED - Enum constant in enum class edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
- 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. - directedModel - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo.MutableDirectionalEdgeValue
- 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
- DirectionDisplayPredicate(boolean, boolean) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- 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.
- disconnected_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
A multiplicative factor which specifies the fraction of the graph's diameter to be used as the inter-vertex distance between disconnected vertices.
- 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.importance.BetweennessCentrality.BetweennessData
- distance - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData
- 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.BetweennessCentrality.BetweennessData
- 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>, boolean) - Constructor for class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
-
Equivalent to
this(graph, 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>, 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>, 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>, 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>, 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.
- distanceDecorator - Variable in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- distances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
- distances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.VertexComparator
- distances - Variable in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
- 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.
- dm - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- document - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- doInit() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
- doInit() - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- done - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
- done - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- done - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- done - Variable in class edu.uci.ics.jung.visualization.layout.LayoutTransition
- 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() - 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 thantolerance
. - done() - Method in interface edu.uci.ics.jung.algorithms.util.IterativeContext
- done() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
- 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.algorithms.layout.AbstractLayout
-
A set of vertices that are fixed in place and not affected by the layout algorithm
- dontmove - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayoutImpl
-
a collection of Vertices that should not move
- dotted - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- 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(Component, CellRendererPane, int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
- draw(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- 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.TransformingFlatnessGraphics
- draw(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
- draw(Icon, Component, Shape, int, int) - 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_paint - Variable in class edu.uci.ics.jung.visualization.decorators.PickableEdgePaintTransformer
- draw3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- 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
- drawHeavy(E) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- drawImage(BufferedImage, BufferedImageOp, int, int) - 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, 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, 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, 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.Graphics2DWrapper
- 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 contextg
. - 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 contextg
. - 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 contextg
. - 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
- 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
- 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 - Variable in class edu.uci.ics.jung.algorithms.scoring.util.VEPair
- e - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- E - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- 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_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
- e_quad - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_show_d - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_show_u - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_uarrow_pred - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- e_wedge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- edge - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Edge
- edge - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- edge - Variable in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- 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(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 - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- EDGE - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- EDGE - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- EDGE - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- EDGE - Enum constant in enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
- EDGE_ADDED - Enum constant in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
- 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_REMOVED - Enum constant in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
- 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_weight - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- 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.
- edgeCapacityTransformer - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- edgeDefault - Variable in class edu.uci.ics.jung.io.graphml.GraphMetadata
- EdgeDefault() - Constructor for enum class edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
- 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 - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
- EdgeEffects<V,
E> - Interface in edu.uci.ics.jung.visualization.control - EdgeElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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.flows.EdmondsKarpMaxFlow
- edgeFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- edgeFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- edgeFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- edgeFactory - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- edgeFactory - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- edgeFactory - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- edgeFactory - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- edgeFactory - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- edgeFactory - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- 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
- EdgeFactory() - Constructor for class edu.uci.ics.jung.samples.GraphEditorDemo.EdgeFactory
- EdgeFactory() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.EdgeFactory
- edgeFillPaint - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- edgeFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- edgeFlowMap - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- edgeFontTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- EdgeFontTransformer() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- edgeIncludePredicate - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- edgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
- 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.
- 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
- EdgeLabelDemo.MutableDirectionalEdgeValue - Class in edu.uci.ics.jung.samples
-
subclassed to hold two BoundedRangeModel instances that are used by JSliders to move the edge label positions
- edgeLabelRenderer - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo
- edgeLabelRenderer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- edgeLabelRenderer - Variable in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
- 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
- EdgePaintable() - Constructor for class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.EdgePaintable
- edgePaints - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
- 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
- edgeRenderer - Variable in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
- 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.io.graphml.GraphMetadata
- edges - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- edges_removed - Variable in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
- 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 - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- 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 - Variable in class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
- 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
- edgeToolTipTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
- edgeTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- edgeTransformer - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- edgeType - Variable in class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
- edgeType - Variable in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
- EdgeType - Enum Class in edu.uci.ics.jung.graph.util
-
Defines the possible edge types for graphs which assign types to edges.
- EdgeType() - Constructor for enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
- EdgeType() - Constructor for enum class edu.uci.ics.jung.graph.util.EdgeType
- edgeWeights - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- EdgeWeightStrokeFunction(Map<E, Number>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- EDITING - Enum constant in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
- 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(int, Supplier<V>, Supplier<E>) - Constructor for class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin
-
Creates an instance and prepares shapes for visual effects.
- 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.Creating - Enum Class in edu.uci.ics.jung.visualization.control
- 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 inv
'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>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.EigenvectorCentrality
-
Creates an instance with the specified graph and default edge weights.
- 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.
- element - Variable in class edu.uci.ics.jung.graph.util.Context
-
The edge element which defines this context.
- element() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- 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 - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- ElementParserRegistry<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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
- ELLIPSE - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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. - enabled - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.VertexStringerImpl
- enabled - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- enabled - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- 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 - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- ENDPOINT - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- ENDPOINT - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- ENDPOINT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- EndpointElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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 Class in edu.uci.ics.jung.io.graphml
- endpoints - Variable in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- endpointType - Variable in class edu.uci.ics.jung.io.graphml.EndpointMetadata
- EndpointType() - Constructor for enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
- endpointTypeMap - Static variable in class edu.uci.ics.jung.io.graphml.parser.EndpointElementParser
- 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
- enqueueItem(T, double, double, Queue<WeightedChoice.ItemPair>, Queue<WeightedChoice.ItemPair>) - Method in class edu.uci.ics.jung.algorithms.util.WeightedChoice
-
Adds key/value to the appropriate queue.
- 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.
- epoch - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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.
- EPSILON - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- EPSILON - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- EPSILON - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- 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.
- eventSource - Variable in class edu.uci.ics.jung.visualization.util.DefaultChangeEventSupport
- evolveGraph() - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- 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
- exchangeVertices - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- expand(Forest, Forest) - Method in class edu.uci.ics.jung.visualization.subLayout.TreeCollapser
- expand(Graph, Graph) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
F
- f - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- f - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- 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
- fileName - Variable in class edu.uci.ics.jung.samples.PersistentLayoutDemo
-
the name of the file where the layout is saved
- 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) - 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.TransformingFlatnessGraphics
- fill(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
- 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
- fill3DRect(int, int, int, int, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- fillArc(int, int, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- fillImages - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- 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 aGraph
. - filter_small - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate
- filterSmall(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate
- 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 fromv
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- findEdge(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- findEdgeSet(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- findVertex(Graph, Object) - Method in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- 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
- fireLayoutChanged(V) - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
- firePropertyChange(String, boolean, boolean) - 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.renderers.DefaultEdgeLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class edu.uci.ics.jung.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, Object, Object) - 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.
- first - Variable in class edu.uci.ics.jung.graph.util.Pair
- firstx - Static variable in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
the first x coordinate of the shape.
- flatness - Variable in class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
- floor - Variable in class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
- 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 ofh
, where hyperedges are replaced by k-cliques in the output graph. - 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 ofh
, 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 ofh
, 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 ofh
, 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 ofg
's partitionp
. - 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 ofg
's partitionp
, and whose edges consist of collections of the intermediate vertices from other partitions. - font - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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
- forceConstant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- forceConstant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- 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
- formatter - Variable in class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
- forType - Variable in class edu.uci.ics.jung.io.graphml.Key
- ForType() - Constructor for enum class edu.uci.ics.jung.io.graphml.Key.ForType
- 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 - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- FRVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
- funny_shapes - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
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 - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- g - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- g_array - Static variable in class edu.uci.ics.jung.samples.ShowLayouts
- gel - Variable in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
- 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.
- generateVertexGrid(Map<String, Point2D>, Dimension, int) - Method in class edu.uci.ics.jung.samples.LensDemo
- 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() - Method in class edu.uci.ics.jung.samples.GraphEditorDemo.EdgeFactory
- get() - Method in class edu.uci.ics.jung.samples.GraphEditorDemo.VertexFactory
- get() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.EdgeFactory
- get() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.GraphFactory
- get() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo.VertexFactory
- 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>, Line2D, 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.CenterEdgeArrowRenderingSupport
- 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.
- getArrowTransform(RenderContext<V, E>, Shape, 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>, 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.
- 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() - 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
- getCenter(V) - Method in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
- 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
ChangeListener
s 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
ChangeListener
s 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
ChangeListener
s 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
ChangeListener
s added with addChangeListener(). - getChangeListeners() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
-
Returns an array of all the
ChangeListener
s added with addChangeListener(). - getChild(V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
Returns the child of
vertex
at positionindex
in this tree, ornull
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
- getChildCount(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getChildCount(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- 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
- getChildEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getChildEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- 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. - getChildren(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getChildren(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- 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
- getCombos() - Static method in class edu.uci.ics.jung.samples.ShowLayouts
- getCombos() - Method in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- 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
- getCoordinates(V) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
-
Returns the Coordinates object that stores the vertex' x and y location.
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- getDefaultEdgeType() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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. - getDepth(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedTree
- getDepth(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
- getDepths() - Method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo.Rings
- getDepths() - Method in class edu.uci.ics.jung.samples.RadialTreeLensDemo.Rings
- getDepths() - Method in class edu.uci.ics.jung.samples.TreeCollapseDemo.Rings
- getDepths() - Method in class edu.uci.ics.jung.samples.TreeLayoutDemo.Rings
- 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 returnsnull
. - 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 returnsnull
. - getDest(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- getDest(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedDirectedGraph
- getDest(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getDest(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableDirectedGraph
- getDest(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getDest(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getDest(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getDeviceConfiguration() - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- getDirectedModel() - Method in class edu.uci.ics.jung.samples.EdgeLabelDemo.MutableDirectionalEdgeValue
- 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 thetarget
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) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns a
LinkedHashMap
which maps each vertex in the graph (including thesource
vertex) to its distance from thesource
vertex. - getDistanceMap(V) - Method in interface edu.uci.ics.jung.algorithms.shortestpath.Distance
-
Returns a
Map
which maps each vertex in the graph (including thesource
vertex) to its distance (represented as a Number) fromsource
. - getDistanceMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
- getDistanceMap(V, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns a
LinkedHashMap
which maps each of the closestnumDist
vertices to thesource
vertex in the graph (including thesource
vertex) to its distance from thesource
vertex. - getDistanceMap(V, Collection<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Returns a
Map
from each elementt
oftargets
to the shortest-path distance fromsource
tot
. - getDotting() - Static method in class edu.uci.ics.jung.visualization.PluggableRenderContext
- getE() - Method in class edu.uci.ics.jung.algorithms.scoring.util.VEPair
- 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 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) - 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) - 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
- 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(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.
- 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() - 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() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of edges in this graph.
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.SparseGraph
- getEdgeCount() - 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.graph.util.Graphs.SynchronizedAbstractGraph
- getEdgeCount() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getEdgeCount() - 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.graph.AbstractTypedGraph
-
Returns the edge count for this graph if
edge_type
matches the edge type for this graph, and 0 otherwise. - getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- getEdgeCount(EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the number of edges of type
edge_type
in this graph. - getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getEdgeCount(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- 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() - Method in class edu.uci.ics.jung.io.GraphMLReader
- getEdgeMetadata(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
- 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() - 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() - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns a view of all edges in this graph.
- getEdges() - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- getEdges() - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getEdges() - Method in class edu.uci.ics.jung.graph.SparseGraph
- getEdges() - 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.graph.util.Graphs.SynchronizedAbstractGraph
- getEdges() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getEdges() - 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.graph.AbstractTypedGraph
-
Returns the edge set for this graph if
edgeType
matches the edge type for this graph, and an empty set otherwise. - getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- 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(EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getEdges(EdgeType) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- 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() - Method in class edu.uci.ics.jung.visualization.control.SimpleEdgeSupport
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.AbstractTypedGraph
-
Returns this graph's edge type, or
null
ife
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(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getEdgeType(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getEdgeType(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getEdgeType(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getEdgeType(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- 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) vertexv
. - 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() - Method in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- 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 aPair
. - 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(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getEndpoints(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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() - 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
- getFactory(int) - Static method in class edu.uci.ics.jung.graph.OrderedKAryTree
- 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() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
- 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
- getGraphPanel() - Static method in class edu.uci.ics.jung.samples.ShowLayouts
- 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.
- getHeight() - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedTree
- getHeight() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
- 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 ofroots
. - 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(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getIncidentCount(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getIncidentCount(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getIncidentCount(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getIncidentCount(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
- getIncidentEdges(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns the collection of edges in this graph which are connected to
vertex
. - getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getIncidentEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getIncidentVertices(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getIncidentVertices(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
- getIncoming_internal(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
- getIncomingEdge(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns the last edge on a shortest path from
source
totarget
, or null iftarget
is not reachable fromsource
. - getIncomingEdgeMap(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a
LinkedHashMap
which maps each vertex in the graph (including thesource
vertex) to the last edge on the shortest path from thesource
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
- getIncomingEdgeMap(V, int) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a
LinkedHashMap
which maps each of the closestnumDests
vertices to thesource
vertex in the graph (including thesource
vertex) to the incoming edge along the path from that vertex. - 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
ingraph
. - getIndex(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Returns
e
's index ingraph
. - 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) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
-
Returns the index for the specified edge.
- getIndex(Graph<V, E>, E, 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.IncidentEdgeIndexFunction
- getIndex(Graph<V, E>, E, V) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
- getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
- getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
- getIndex(Graph<V, E>, E, V, V) - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
- getIndex(E, EdgeIndexFunction<V, E>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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 tovertex
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 tovertex
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.graph.util.Graphs.SynchronizedAbstractGraph
- getInEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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() - 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
- getInstance(G, E) - Static method in class edu.uci.ics.jung.graph.util.Context
- 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
ItemListener
s 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
- getKeyList(Metadata.MetadataType) - Method in class edu.uci.ics.jung.io.graphml.KeyMap
-
Gets the list for the given metadata type.
- getKeyMap() - Method in class edu.uci.ics.jung.io.graphml.GraphMLDocument
- getKeyMap() - Method in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- getLabel(V) - Method in class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- 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
- getLayoutFor(Class<CircleLayout>, Graph<String, Number>) - Method in class edu.uci.ics.jung.samples.SubLayoutDemo
- 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
- getLoopOrNull(E) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- getLoopOrNull(E, Function<? super E, Shape>) - Method in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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
- getMaxXY() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
- getMessage() - Method in exception class 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 invertex
'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.graph.util.Graphs.SynchronizedAbstractGraph
- getNeighborCount(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- getNeighbors(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
fromvertex
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- getOpposite(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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 tovertex
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 tovertex
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.graph.util.Graphs.SynchronizedAbstractGraph
- getOutEdges(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- getParent(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getParent(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- 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
- getParentEdge(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getParentEdge(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- 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(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 fromsource
totarget
, 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. - getPath(V, V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath
-
Returns a
List
of the edges on the shortest path fromsource
totarget
, in order of their occurrence on this path. - 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() - 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() - Method in class edu.uci.ics.jung.visualization.renderers.VertexLabelAsShapeRenderer
- 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(float, float, Dimension) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Positioner
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- getPredecessorCount(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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 ofvertex
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 ofvertex
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.graph.util.Graphs.SynchronizedAbstractGraph
- getPredecessors(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- getPreferredSize(JComponent) - Method in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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 typeNodeRanking
- 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
-sidedPolygon
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
ofnum_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>, Line2D, Shape) - 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.CenterEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Shape, 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) - 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 class edu.uci.ics.jung.visualization.renderers.BasicEdgeArrowRenderingSupport
- 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>, 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.
- getRoot() - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedTree
- getRoot() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
- 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
- getSelectionBox(boolean) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
- getSetToCollapsedVertexTransformer() - Method in class edu.uci.ics.jung.algorithms.transformation.VertexPartitionCollapser
- 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(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(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.
- getShape(Image, int) - Static method in class edu.uci.ics.jung.visualization.util.ImageShapeUtils
- 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
- 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() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
- getSource() - Method in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
- getSource(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
- 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 returnsnull
. - 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 returnsnull
. - getSource(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- 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(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getSource(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedDirectedGraph
- getSource(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getSource(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableDirectedGraph
- getSource(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getSource(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getSource(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- 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 atroot
as aForest
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- getSuccessorCount(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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 ofvertex
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 ofvertex
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.graph.util.Graphs.SynchronizedAbstractGraph
- getSuccessors(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- getTransformedEdgeShape(Layout<V, E>, E) - Method in class edu.uci.ics.jung.visualization.picking.ShapePickSupport
-
Retrieves the shape template for
e
and transforms it according to the positions of its endpoints inlayout
. - getTransformer() - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
- getTransformer(Layer) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
- getTransformer(Layer) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
- 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
- getTrees() - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
- getTrees() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- getTrees() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
- getType() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
- getUndirectedModel() - Method in class edu.uci.ics.jung.samples.EdgeLabelDemo.MutableDirectionalEdgeValue
- 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 ofroots
. - 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() - 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(int) - Method in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
- getVertex(int, 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) - 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) - 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
- getVertex(Layout<V, E>, double, double, double) - Method in class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of
maxDistance
. - getVertex(Layout<V, E>, 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(Point2D) - Method in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
-
Transform the point to the coordinate system in the VisualizationViewer, then use either PickSuuport (if available) or Layout to find a Vertex
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- getVertexCount() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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() - 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() - 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() - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- getVertices() - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- getVertices() - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- getVertices() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- getVertices(Predicate<V>) - Method in interface edu.uci.ics.jung.graph.KPartiteGraph
-
Returns all vertices which satisfy the specified
partition
predicate. - 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(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
- 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 anEdge
. - 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.blockmodel.VertexPartition
- 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.UniformDegreeWeight
- 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 - 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.io.graphml.GraphMetadata
- graph - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.LensDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.PersistentLayoutDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- graph - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- graph - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- graph - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- graph - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.TwoModelDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
- graph - Variable in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
-
the graph
- graph - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
the graph
- 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.layout.LayoutEvent
- graph - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- graph - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
- 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 typeE
. - GRAPH - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- GRAPH - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- GRAPH - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- GRAPH - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- 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 class edu.uci.ics.jung.samples.GraphFromGraphMLDemo.TestGraphMouseListener
- graphClicked(V, MouseEvent) - Method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo.TestGraphMouseListener
- 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-specifiedGraph
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.
- GraphEditorDemo.EdgeFactory - Class in edu.uci.ics.jung.samples
- GraphEditorDemo.VertexFactory - Class in edu.uci.ics.jung.samples
- GraphElementAccessor<V,
E> - Interface in edu.uci.ics.jung.algorithms.layout -
Interface for coordinate-based selection of graph components.
- GraphElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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 andType
(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 Class 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
- graphFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- graphFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- graphFactory - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- graphFactory - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- graphFactory - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- graphFactory - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- graphFactory - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- GraphFactory() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.GraphFactory
- 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.
- GraphFromGraphMLDemo.TestGraphMouseListener<V> - Class in edu.uci.ics.jung.samples
-
A nested class to demo the GraphMouseListener finding the right vertices after zoom/pan
- GraphGenerator<V,
E> - Interface in edu.uci.ics.jung.algorithms.generators -
An interface for algorithms that generate graphs.
- graphHeight - Static variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- 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 Class in edu.uci.ics.jung.io
-
Exception thrown when IO errors occur when reading/writing graphs.
- GraphIOException() - Constructor for exception class edu.uci.ics.jung.io.GraphIOException
-
Creates a new instance with no specified message or cause.
- GraphIOException(String) - Constructor for exception class edu.uci.ics.jung.io.GraphIOException
-
Creates a new instance with the specified message and no specified cause.
- GraphIOException(String, Throwable) - Constructor for exception class edu.uci.ics.jung.io.GraphIOException
-
Creates a new instance with the specified message and cause.
- GraphIOException(Throwable) - Constructor for exception class edu.uci.ics.jung.io.GraphIOException
-
Creats a new instance with the specified cause and no specified message.
- graphLayout - Variable in class edu.uci.ics.jung.samples.LensDemo
- graphLayout - Variable in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
- graphMetadata - Variable in class edu.uci.ics.jung.io.graphml.GraphMLDocument
- 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 Class in edu.uci.ics.jung.io.graphml
- GRAPHML - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- 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,
V, - Class in edu.uci.ics.jung.ioE> -
Reads in data from a GraphML-formatted file and generates graphs based on that data.
- GraphMLReader() - Constructor for class edu.uci.ics.jung.io.GraphMLReader
-
Creates a
GraphMLReader
instance that assigns the vertex and edgeid
strings to be the vertex and edge objects, as well as their IDs. - 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.KeyType - Enum Class in edu.uci.ics.jung.io
- GraphMLReader.TagState - Enum Class in edu.uci.ics.jung.io
- GraphMLReader2<G,
V, - Class in edu.uci.ics.jung.io.graphmlE> -
Reads in data from a GraphML-formatted file and generates graphs based on that data.
- GraphMLReader2(InputStream, 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.
- 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 class edu.uci.ics.jung.samples.GraphFromGraphMLDemo.TestGraphMouseListener
- graphPressed(V, MouseEvent) - Method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo.TestGraphMouseListener
- graphPressed(V, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMouseListener
- GraphReader<G,
V, - Interface in edu.uci.ics.jung.ioE> -
Interface for a reader of graph objects
- graphReleased(V, MouseEvent) - Method in class edu.uci.ics.jung.samples.GraphFromGraphMLDemo.TestGraphMouseListener
- graphReleased(V, MouseEvent) - Method in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo.TestGraphMouseListener
- graphReleased(V, MouseEvent) - Method in interface edu.uci.ics.jung.visualization.control.GraphMouseListener
- graphs - Variable in class edu.uci.ics.jung.io.GraphMLReader
- 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.SynchronizedAbstractGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.SynchronizedDirectedGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.SynchronizedForest<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.SynchronizedGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.SynchronizedTree<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.SynchronizedUndirectedGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableAbstractGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableDirectedGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableForest<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableTree<V,
E> - Class in edu.uci.ics.jung.graph.util - Graphs.UnmodifiableUndirectedGraph<V,
E> - Class in edu.uci.ics.jung.graph.util - graphTransformer - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- graphTransformer - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- 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.HorizontalAdjustmentListenerImpl - Class in edu.uci.ics.jung.visualization
-
listener for adjustment of the horizontal scroll bar.
- GraphZoomScrollPane.ResizeListener - Class in edu.uci.ics.jung.visualization
-
Listener to adjust the scroll bar parameters when the window is resized
- GraphZoomScrollPane.VerticalAdjustmentListenerImpl - Class in edu.uci.ics.jung.visualization
-
Listener for adjustment of the vertical scroll bar.
- 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.
- GraphZoomScrollPaneDemo.TestGraphMouseListener<V> - Class in edu.uci.ics.jung.samples
-
A nested class to demo the GraphMouseListener finding the right vertices after zoom/pan
- grid - Variable in class edu.uci.ics.jung.samples.LensDemo
-
a grid shaped graph
- grid - Variable in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
- gridLayout - Variable in class edu.uci.ics.jung.samples.LensDemo
- groupCluster(AggregateLayout<Number, Number>, Set<Number>) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- growSubTree(Forest<V, E>, Forest<V, E>, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
-
Populates
subtree
with the subtree oftree
which is rooted atroot
.
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
- hasNext() - Method in class edu.uci.ics.jung.graph.util.Pair.PairIterator
- heap - Variable in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- heavy - Variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice.ItemPair
- heavy - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- heavy - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- height - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
- heightConstrain(Component) - Method in class edu.uci.ics.jung.samples.SubLayoutDemo
- helpDialog - Variable in class edu.uci.ics.jung.samples.AnnotationsDemo
- helpDialog - Variable in class edu.uci.ics.jung.samples.SatelliteViewDemo
- heyThatsTooClose(Point2D, Point2D, double) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
-
rejects picking if the rectangle is too small, like if the user meant to select one vertex but moved the mouse slightly
- 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
- HIGHEST - Enum constant in enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
- highlight - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- highlight - Variable in class edu.uci.ics.jung.visualization.renderers.Checkmark
- 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>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.HITS
-
Creates an instance for the specified graph.
- 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>, 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.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).
- HorizontalAdjustmentListenerImpl() - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane.HorizontalAdjustmentListenerImpl
- 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.
- hyperbolicLayoutSupport - Variable in class edu.uci.ics.jung.samples.LensDemo
-
provides a Hyperbolic lens for the model
- 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.
- hyperbolicViewSupport - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
-
provides a Hyperbolic lens for the view
- hyperbolicViewSupport - Variable in class edu.uci.ics.jung.samples.LensDemo
-
provides a Hyperbolic lens for the view
- hyperbolicViewSupport - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
-
provides a Hyperbolic lens for the view
- HYPEREDGE - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- HYPEREDGE - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- HYPEREDGE - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- 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,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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 - Variable in class edu.uci.ics.jung.io.graphml.GraphMetadata
- 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
- hyperEdgeTransformer - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- 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 typeE
which connect the vertices.
I
- i - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo.EdgeFactory
- i - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo.VertexFactory
- icon - Variable in class edu.uci.ics.jung.visualization.decorators.PickableVertexIconTransformer
- iconMap - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- iconMap - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- iconMap - Variable in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
- iconNames - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
-
some icon names to use
- iconNames - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
some icon names to use
- iconNames - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo
-
some icon names to use
- iconSet - Variable in class edu.uci.ics.jung.visualization.LayeredIcon
- id - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- id - Variable in class edu.uci.ics.jung.io.graphml.EndpointMetadata
- id - Variable in class edu.uci.ics.jung.io.graphml.GraphMetadata
- id - Variable in class edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- id - Variable in class edu.uci.ics.jung.io.graphml.Key
- id - Variable in class edu.uci.ics.jung.io.graphml.NodeMetadata
- 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
- imager - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.PickWithIconListener
- imager - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.PickWithIconListener
- imager - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.PickWithIconListener
- 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 - Enum constant in enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
- IN - Enum constant in enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
- IN_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- IN_OUT - Enum constant in enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
- INCIDENT - Static variable in class edu.uci.ics.jung.graph.SparseGraph
- incidentEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- IncidentEdgeIndexFunction<V,
E> - Class in edu.uci.ics.jung.graph.util -
A class which creates and maintains indices for incident edges.
- IncidentEdgeIndexFunction() - Constructor for class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
- INCOMING - Static variable in class edu.uci.ics.jung.graph.SparseGraph
- incomingEdges - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality.BetweennessData
- 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
- incrementsLeft - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- inDegree(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- initialAdaption - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- initialize() - Method in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
- 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() - Method in class edu.uci.ics.jung.algorithms.scoring.VoltageScorer
-
Initializes the state of this instance.
- initialize() - Method in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
- initialize() - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingLayout
- initialize(int) - Method in class edu.uci.ics.jung.algorithms.scoring.KStepMarkov
- initialize(Graph<V, E>) - Method in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
- initialize(Graph<V, E>, boolean, boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- initialize(Hypergraph<V, E>, Set<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- initialize(Comparator<T>) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- initialize(Set<V>) - Method in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- 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 thangraph
. - initializeData(Graph<V, E>, Map<V, BetweennessCentrality.BetweennessData>) - Method in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality
- 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.
- initializeLocation(V, Point2D, Dimension) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
Sets a random 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
- innerBounds - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- inputStream - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- InsidePositioner() - Constructor for class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer.InsidePositioner
- instance - Static variable in class edu.uci.ics.jung.graph.util.Context
- instance - Static variable in class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
- instructions - Static variable in class edu.uci.ics.jung.samples.AnnotationsDemo
- instructions - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo
- instructions - Static variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
- instructions - Static variable in class edu.uci.ics.jung.samples.SatelliteViewDemo
- instructions - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- instructions - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo
- instructions - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- instructions - Static variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
- instructions - Static variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
- 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(Layer, Point2D) - 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 class edu.uci.ics.jung.visualization.BasicTransformer
- inverseTransform(Layer, Shape) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
- inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
- inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
applies the inverse transform to the supplied point
- 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(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.BasicTransformer
- inverseTransform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
Transform the supplied shape from screen (view) to graph (layout) coordinates.
- 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(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
- isBlessed(Number) - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
- 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
ifvertex
is the destination ofedge
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- isDest(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedDirectedGraph
- isDest(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- isDest(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableDirectedGraph
- 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, andfalse
otherwise. - isEmpty() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Returns
true
if this collection contains no elements, andfalse
otherwise. - isEmpty() - Method in class edu.uci.ics.jung.graph.util.Pair
- isEnabled() - Method in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.VertexStringerImpl
- isEnabled() - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- 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
ifvertex
andedge
are incident to each other. - isIncident(V, E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
- isIncident(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- isIncident(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- isIncident(V, H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- 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
ifvertex
is a leaf of this tree, i.e., if it has no children. - isLocked() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
- 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(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
ifv1
andv2
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.graph.util.Graphs.SynchronizedAbstractGraph
- isNeighbor(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
ifv1
is a predecessor ofv2
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 ofv2
. - isPredecessor(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- isPredecessor(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
ifvertex
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
ifvertex
is the source ofedge
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- isSource(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.SynchronizedDirectedGraph
- isSource(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- isSource(V, E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableDirectedGraph
- 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
ifv1
is a successor ofv2
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.graph.util.Graphs.SynchronizedAbstractGraph
- isSuccessor(V, V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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, andfalse
otherwise. - item_pairs - Variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice
- ItemPair(T, T, double) - Constructor for class edu.uci.ics.jung.algorithms.util.WeightedChoice.ItemPair
- 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
- itemStateChanged(ItemEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse.ModeListener
- iterations - Variable in class edu.uci.ics.jung.algorithms.util.IterativeProcess
-
Number of iterations performed.
- 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
J
- jcb - Variable in class edu.uci.ics.jung.samples.ShowLayouts.LayoutChooser
- jcb - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.LayoutChooser
K
- K - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- key - Variable in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
- key - Variable in class edu.uci.ics.jung.io.graphml.DataMetadata
- 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 - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- KEY_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- key_type - Variable in class edu.uci.ics.jung.io.GraphMLReader
- Key.ForType - Enum Class in edu.uci.ics.jung.io.graphml
-
Enumeration for the 'for' type of this key.
- KeyElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
Parses key elements.
- KeyElementParser(ParserContext<G, V, E>) - Constructor for class edu.uci.ics.jung.io.graphml.parser.KeyElementParser
- keyMap - Variable in class edu.uci.ics.jung.io.graphml.GraphMLDocument
- keyMap - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- 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
- KeyType() - Constructor for enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- 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
xlatticeSize
, 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() - 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(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.NotEnoughClustersException - Exception Class 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 Class 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<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(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(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.
- 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.
- 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
- L - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- l_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
- 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
- L2RTreeLayoutDemo.Rings - Class in edu.uci.ics.jung.samples
- 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
- labels - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- 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<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.
- labelVertex(RenderContext, Layout, Object, String) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.NOOP
- 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
- LatLonPixelTransformer(Dimension) - Constructor for class edu.uci.ics.jung.samples.WorldMapGraphDemo.LatLonPixelTransformer
- 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
xcol_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 Class in edu.uci.ics.jung.visualization
- Layer() - Constructor for enum class edu.uci.ics.jung.visualization.annotations.Annotation.Layer
- Layer() - Constructor for enum class edu.uci.ics.jung.visualization.Layer
- 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 - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- layout - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- layout - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- layout - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo.Rings
- layout - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo
- layout - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- layout - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- layout - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo
- layout - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
- layout - Variable in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
- 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
- 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 - Enum constant in enum class edu.uci.ics.jung.visualization.Layer
- layout_combo - Variable in class edu.uci.ics.jung.samples.ShowLayouts.GraphChooser
- layout1 - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- 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 - layoutChangeListeners - Variable in class edu.uci.ics.jung.visualization.layout.ObservableCachingLayout
- LayoutChooser(JComboBox<?>, VisualizationViewer<Integer, Number>) - Constructor for class edu.uci.ics.jung.samples.ShowLayouts.LayoutChooser
- LayoutChooser(JComboBox<?>, VisualizationViewer<Object, ?>) - Constructor for class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.LayoutChooser
- layoutClasses - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- 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>) - Constructor for class edu.uci.ics.jung.visualization.picking.LayoutLensShapePickSupport
- LayoutLensShapePickSupport(VisualizationServer<V, E>, float) - 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.samples.MinimumSpanningTreeDemo
-
the normal Function
- layoutTransformer - Variable in class edu.uci.ics.jung.samples.TwoModelDemo
-
the normal Function
- 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
- lChild(int) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Returns the index of the left child of the element at index
i
of the heap. - leftEdge(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
trace the left side of the image
- leftEdge(BufferedImage, GeneralPath) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
trace the left side of the image
- length_factor - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
-
A multiplicative factor which partly specifies the "preferred" length of an edge (L).
- 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
andMagnifyTransform
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.
- LensDemo.VerticalLabelUI - Class in edu.uci.ics.jung.samples
- 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
- LensPaintable() - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin.LensPaintable
- LensPaintable() - Constructor for class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin.LensPaintable
- lensShape - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
- lensShape - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
- 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.Lens
- lensTransformer - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
- 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
- LensVertexImageShaperDemo.VertexStringerImpl<V> - Class in edu.uci.ics.jung.samples
-
A simple implementation of VertexStringer that gets Vertex labels from a Map
- LEVELATTRACTIONRATE - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- light - Variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice.ItemPair
- light - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- light_value - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- line - Variable in class edu.uci.ics.jung.visualization.transform.shape.Intersector
- 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
- LINE - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- lineLength - Variable in class edu.uci.ics.jung.visualization.util.LabelWrapper
- 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.graph.ObservableGraph
- 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(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(Reader, G) - Method in class edu.uci.ics.jung.io.GraphMLReader
-
Populates the specified graph with the data parsed from the reader.
- 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 byreader
. - load(String) - Method in interface edu.uci.ics.jung.io.GraphFile
-
Loads a graph from a file per the appropriate format
- 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(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, G) - Method in class edu.uci.ics.jung.io.PajekNetReader
-
Returns the graph created by parsing the specified file, by populating the specified graph.
- 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 neighborv2
. - 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(boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
- 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.algorithms.layout.AbstractLayout
-
Locks
v
in place ifstate
istrue
, otherwise unlocks it. - 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(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)
- logger - Static variable in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- 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
- LOWER - Enum constant in enum class edu.uci.ics.jung.visualization.annotations.Annotation.Layer
- lowerAnnotationPaintable - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
- LOWEST - Enum constant in enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
- lowlight - Variable in class edu.uci.ics.jung.visualization.renderers.Checkmark
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
- magnifyLayoutSupport - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
- magnifyLayoutSupport - Variable in class edu.uci.ics.jung.samples.LensDemo
-
provides a magnification lens for the model
- magnifyLayoutSupport - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
- 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.
- magnifyViewSupport - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
- magnifyViewSupport - Variable in class edu.uci.ics.jung.samples.LensDemo
-
provides a magnification lens for the view
- magnifyViewSupport - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
- 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
- mAlpha - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- manualSuspend - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
- map - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer.MapValueArrayComparator
- map - Variable in class edu.uci.ics.jung.algorithms.util.MapSettableTransformer
- map - Variable in class edu.uci.ics.jung.io.graphml.KeyMap
- map - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.VertexStringerImpl
- map - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- map - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- map - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- map - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo.CityTransformer
- map - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo
- 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()
andcontains
operations. - 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 beComparable
. - 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 beComparable
. - 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 byc
. - 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 bycomp
. - MapBinaryHeap.ComparableComparator - Class in edu.uci.ics.jung.algorithms.util
-
Comparator used if none is specified in the constructor.
- MapSettableTransformer<I,
O> - Class in edu.uci.ics.jung.algorithms.util -
A
SettableTransformer
that operates on an underlyingMap
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
- mask - Static variable in class edu.uci.ics.jung.visualization.control.ShearingGraphMousePlugin
- master - Variable in class edu.uci.ics.jung.samples.SatelliteViewDemo.ViewGrid
- master - Variable in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer
-
the master VisualizationViewer that this is a satellite view for
- master - Variable in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer.ViewLens
- 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_dimension - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- max_dimension - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- 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
- maxEpoch - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- maximumIterations - Variable in class edu.uci.ics.jung.algorithms.util.IterativeProcess
-
Maximum allowed number of iterations.
- maxIterations - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- maxIterations - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- maxScaledMutualEdgeWeight(V, V) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
-
The marginal strength of v1's relation with contact v2.
- mCurrentList - Variable in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- mDistanceMap - Variable in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
- mean(double[][]) - Static method in class edu.uci.ics.jung.algorithms.util.DiscreteDistribution
-
Returns the mean of the specified array of distributions, represented as normalized arrays of
double
values. - mean(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 ofdouble
values. - meanSquareVel - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- mEdgeConnectionProbability - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- medium - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- mElapsedTimeSteps - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- messageOne - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- messageThree - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- messageTwo - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- Metadata - Interface in edu.uci.ics.jung.io.graphml
-
Interface for any GraphML metadata.
- Metadata.MetadataType - Enum Class in edu.uci.ics.jung.io.graphml
-
Metadata type enumeration
- MetadataType() - Constructor for enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- metrics - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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
- mFlowGraph - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- mFrom - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo
-
Starting vertex
- mGraph - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- mGraph - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mGraph - Variable in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
- mGraph - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo
- 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_DEGREE - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate
- min_size - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
- minAdaption - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- mIncomingEdgeMap - Variable in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
- 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) - 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, 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.
- 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.
- minLevels - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
Each vertex has a minimumLevel.
- minRadius - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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
- mMaxDegree - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- mMaxDepth - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- mMaxFlow - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- mMaxIterations - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- mMinCutEdges - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- mNormalizeRankings - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mNumEdges - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- mNumEdgesToAttachPerStep - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- mNumEdgesToRemove - Variable in class edu.uci.ics.jung.algorithms.cluster.EdgeBetweennessClusterer
- mNumIterations - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- mNumSteps - Variable in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
- mNumVertices - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- mNumVertices - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- 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 Class 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(float, float, LensMagnificationGraphMousePlugin) - Constructor for class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
- ModalLensGraphMouse(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
- Mode() - Constructor for enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
- modeBox - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
-
a JComboBox control available to set the mode
- ModeKeyAdapter(char, char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(char, char, char, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(char, char, 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.ModalLensGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(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(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
- 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
- ModeListener() - Constructor for class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse.ModeListener
- modelSupport - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
- modelSupport - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
- 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
- mOriginalGraph - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- 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
- mouseListeners - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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
- mouseMotionListeners - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- mouseMotionPluginList - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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
- mousePluginList - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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
- mouseWheelListeners - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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.
- mouseWheelPluginList - Variable in class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
- 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
- mPred - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo
- mPredecessorMap - Variable in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- mPreviousRankingsMap - Variable in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
- mPriors - Variable in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
- mPriors - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- mRandom - Variable in class edu.uci.ics.jung.algorithms.generators.random.BarabasiAlbertGenerator
- mRandom - Variable in class edu.uci.ics.jung.algorithms.generators.random.EppsteinPowerLawGenerator
- mRandom - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- mRankEdges - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mRankings - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mRankNodes - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mRemoveRankScoresOnFinalize - Variable in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- mSinkPartitionNodes - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- mSourcePartitionNodes - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- MSV_THRESHOLD - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
A bunch of parameters to help work out when to stop quivering.
- mTo - Variable in class edu.uci.ics.jung.samples.ShortestPathDemo
-
Ending vertex
- MultiGraph<V,
E> - Interface in edu.uci.ics.jung.graph -
A tagging interface which indicates that the implementing graph accepts parallel edges.
- multiLayerTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- MultiLayerTransformer - Interface in edu.uci.ics.jung.visualization
- 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.
- MultiViewDemo.BannerLabel - Class in edu.uci.ics.jung.samples
- mUnvisitedVertices - Variable in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- 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
- MutableDirectionalEdgeValue(double, double) - Constructor for class edu.uci.ics.jung.samples.EdgeLabelDemo.MutableDirectionalEdgeValue
- 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
tov2
plus the weight of the edge fromv2
tov1
; if either edge does not exist, it is treated as an edge with weight 0. - mVerticesInOrderVisited - Variable in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- 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
- N - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- name - Variable in class edu.uci.ics.jung.io.graphml.PortMetadata
- NAME_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- NE - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- nest_level - Variable in class edu.uci.ics.jung.io.GraphMLWriter
- nev - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
- newVertexEncountered(int, V, V) - Method in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- next() - Method in class edu.uci.ics.jung.graph.util.Pair.PairIterator
- 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
- NO_TAG - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- node - Variable in class edu.uci.ics.jung.io.graphml.EndpointMetadata
- NODE - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- NODE - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- NODE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- NodeElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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
- nodes - Variable in class edu.uci.ics.jung.io.graphml.GraphMetadata
- 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
- NONE - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- 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 withv2
. - 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 class edu.uci.ics.jung.algorithms.util.KMeansClusterer.NotEnoughClustersException
- num_candidates - Variable in class edu.uci.ics.jung.algorithms.cluster.VoltageClusterer
- num_connections - Variable in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
- NumberFormattingTransformer<T> - Class in edu.uci.ics.jung.visualization.decorators
-
Transforms inputs to String representations by chaining an input
Number
-generatingFunction
with an internalNumberFormat
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
- numRoots - Static variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- numSPs - Variable in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.BetweennessData
- numSPs - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality.BetweennessData
- NW - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
O
- object_indices - Variable in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- 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
. - originalGraph - Variable in class edu.uci.ics.jung.visualization.subLayout.GraphCollapser
- 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
- OTHER - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- 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 - Enum constant in enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
- OUT - Enum constant in enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
- 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.graph.util.Graphs.SynchronizedAbstractGraph
- outDegree(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- 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
- outlineImages - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- output - Variable in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
-
The map in which the output values are stored.
- 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
- p - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- p - Variable in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- p - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- p - Variable in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- 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>, 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.
- 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.
- 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 - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
- paint - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.BalloonLayoutDemo.Rings
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo.Rings
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.RadialTreeLensDemo.Rings
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.SatelliteViewDemo.ViewGrid
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.TreeCollapseDemo.Rings
- paint(Graphics) - Method in class edu.uci.ics.jung.samples.TreeLayoutDemo.Rings
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin.LensPaintable
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.ArrowPaintable
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.EdgePaintable
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin.LensPaintable
- paint(Graphics) - Method in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer.ViewLens
- 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
- paint(Graphics, JComponent) - Method in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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<V, E>, Layout<V, E>, E) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Edge
- paintEdge(RenderContext, Layout, Object) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
- 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 ong
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 ong
at(x,y)
. - paintIconR - Static variable in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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
- paintTextR - Static variable in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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<V, E>, Layout<V, E>, V) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
- paintVertex(RenderContext, Layout, Object) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP
- paintViewInsets - Static variable in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- paintViewR - Static variable in class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- 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(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. - Pair(T, T) - Constructor for class edu.uci.ics.jung.graph.util.Pair
-
Creates a
Pair
from the specified elements. - Pair.PairIterator - Class in edu.uci.ics.jung.graph.util
- PairIterator() - Constructor for class edu.uci.ics.jung.graph.util.Pair.PairIterator
- 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,
V, - Class in edu.uci.ics.jung.ioE> -
Reads a
Graph
from a Pajek NET formatted source. - 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(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.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
- parent(int) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Returns the index of the parent of the element at index
i
of the heap. - parent_edge - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree.VertexData
- parentCapacityMap - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- parentMap - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- parents - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
- parse(Reader) - Method in class edu.uci.ics.jung.io.GraphMLReader
- 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.
- parserContext - Variable in class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
- ParserContext<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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
- parserMap - Variable in class edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
- parserRegistry - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- path - Variable in class edu.uci.ics.jung.visualization.renderers.Checkmark
- pathIndices - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- pathsSeenMap - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- 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.
- percolateDown(int) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Moves the element at position
cur
closer to the bottom of the heap, or returns if no further motion is necessary. - percolateUp(int, T) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Moves the element
o
at positioncur
as high as it can go in 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 - Variable in class edu.uci.ics.jung.samples.PersistentLayoutDemo
- 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
andPersistentLayoutImpl
. - 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.samples.PluggableRendererDemo.SeedFillColor
- pi - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- 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" ifb == true
, and unmarksv
as picked ifb == 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
- pickedColorOne - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
- pickedColorTwo - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
- 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 - Variable in class edu.uci.ics.jung.visualization.renderers.GradientVertexRenderer
- 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
- PICKING - Enum constant in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
- 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
- PickingGraphMousePlugin.LensPaintable - Class in edu.uci.ics.jung.visualization.control
-
a Paintable to draw the rectangle used to pick multiple Vertices
- 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 - PluggableRenderContext(Graph<V, E>) - Constructor for class edu.uci.ics.jung.visualization.PluggableRenderContext
- PluggableRendererDemo - Class in edu.uci.ics.jung.samples
-
Shows off some of the capabilities of
PluggableRenderer
. - PluggableRendererDemo() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo
- PluggableRendererDemo.DirectionDisplayPredicate<V,
E> - Class in edu.uci.ics.jung.samples - PluggableRendererDemo.EdgeFontTransformer<E> - Class in edu.uci.ics.jung.samples
- PluggableRendererDemo.EdgeWeightStrokeFunction<E> - Class in edu.uci.ics.jung.samples
- 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.SeedDrawColor<V> - Class in edu.uci.ics.jung.samples
- PluggableRendererDemo.SeedFillColor<V> - Class in edu.uci.ics.jung.samples
- PluggableRendererDemo.VertexDisplayPredicate<V,
E> - Class in edu.uci.ics.jung.samples - PluggableRendererDemo.VertexFontTransformer<V> - Class in edu.uci.ics.jung.samples
- PluggableRendererDemo.VertexShapeSizeAspect<V,
E> - Class in edu.uci.ics.jung.samples -
Controls the shape, size, and aspect ratio for each vertex.
- PluggableRendererDemo.VertexStrokeHighlight<V,
E> - Class in edu.uci.ics.jung.samples - 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
- points - Variable in class edu.uci.ics.jung.visualization.transform.shape.Intersector
- 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(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- polarToCartesian(PolarPoint) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- poll() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- populateTarget(Graph<S, Collection<T>>, T, ArrayList<S>) - Static method in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
- 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 - Variable in class edu.uci.ics.jung.io.graphml.EndpointMetadata
- PORT - Enum constant in enum class edu.uci.ics.jung.io.graphml.Key.ForType
- PORT - Enum constant in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
- PORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- PortElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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
- ports - Variable in class edu.uci.ics.jung.io.graphml.NodeMetadata
- position - Variable in class edu.uci.ics.jung.graph.util.Pair.PairIterator
- position - Variable in class edu.uci.ics.jung.visualization.renderers.BasicVertexLabelRenderer
- Position() - Constructor for enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- positioner - 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)
- precision - Variable in class edu.uci.ics.jung.algorithms.util.IterativeProcess
-
Achieved precision.
- 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
- predecessors - Variable in class edu.uci.ics.jung.algorithms.importance.BetweennessCentrality.BetweennessData
- 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.
- PredicatedParallelEdgeIndexFunction() - Constructor for class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
- preferredLayoutSize - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- preferredSize - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- preferredSize - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
-
the normal Function
- preferredSize - Variable in class edu.uci.ics.jung.samples.TwoModelDemo
- preferredSizeRect - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- 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)
- previous - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.HorizontalAdjustmentListenerImpl
- previous - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane.VerticalAdjustmentListenerImpl
- 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 - Variable in class edu.uci.ics.jung.visualization.util.Animator
- process() - Method in class edu.uci.ics.jung.samples.AddNodeDemo
- process() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- propagateMinimumLevel(V) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
A recursive method for allocating the level for each vertex.
- properties - Variable in class edu.uci.ics.jung.io.graphml.AbstractMetadata
- ps - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- 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
- QUAD_CURVE - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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
- queue - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
R
- radialLayout - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- radialLayout - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- radialLayout - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- radialLayout - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- radialLayout - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- 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.
- RadialTreeLensDemo.Rings - Class in edu.uci.ics.jung.samples
- radii - Variable in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
- radius - Variable in class edu.uci.ics.jung.algorithms.layout.CircleLayout
- radius - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- radius - Variable in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- radiusConstantTime - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- 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.
- radiusK - Variable in class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
- 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
- random - Variable in class edu.uci.ics.jung.algorithms.generators.random.KleinbergSmallWorldGenerator
- random - Variable in class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
- random - Variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice
- randomCity() - Method in class edu.uci.ics.jung.samples.WorldMapGraphDemo
- 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
- ranked - Variable in class edu.uci.ics.jung.algorithms.importance.Ranking
-
what is being ranked
- 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
- rChild(int) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Returns the index of the right child of the element at index
i
of the heap. - reached_max - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance.SourceData
- readArcsOrEdges(String, BufferedReader, Graph<V, E>, List<V>, Supplier<E>) - Method in class edu.uci.ics.jung.io.PajekNetReader
- 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.
- readVertex(String, List<V>, int) - Method in class edu.uci.ics.jung.io.PajekNetReader
-
Parses
curLine
as a reference to a vertex, and optionally assigns label and location information. - recordAccess(HashMap<K, V>) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
-
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the HashMap.
- recordRemoval(HashMap<K, V>) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
-
This method is invoked whenever the entry is removed from the table.
- 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 - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
-
manages the thread that applies the current layout algorithm
- Relaxer - Interface in edu.uci.ics.jung.algorithms.layout.util
-
Interface for operating the relax iterations on a layout.
- RemindTask() - Constructor for class edu.uci.ics.jung.samples.AddNodeDemo.RemindTask
- RemindTask() - Constructor for class edu.uci.ics.jung.samples.AnimatingAddNodeDemo.RemindTask
- remove() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- remove() - Method in class edu.uci.ics.jung.graph.util.Pair.PairIterator
- remove(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
-
Removes
layout
from this instance. - 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(Object) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
This data structure does not support the removal of arbitrary elements.
- remove(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
- 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 toedge
. - 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(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.graph.util.Graphs.SynchronizedAbstractGraph
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- removeEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- removeEdge(E) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- removeEdge(E, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes
edge
from this tree. - removeEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
- removeEdgeRankScore(E) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- removeEdgeRankScore(E, Object) - 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 atvertex
. - 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.graph.util.Graphs.SynchronizedAbstractGraph
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- removeVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.AggregateGraph
- removeVertex(V) - Method in class edu.uci.ics.jung.visualization.spatial.FastRenderingGraph
- removeVertex(V, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes
vertex
from this tree. - removeVertexRankScore(V) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- removeVertexRankScore(V, Object) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- render(RenderContext<V, E>, Layout<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
- render(RenderContext<V, E>, Layout<V, E>) - Method in interface edu.uci.ics.jung.visualization.renderers.Renderer
- renderContext - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer
- renderContext - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
- renderContext - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
- RenderContext<V,
E> - Interface in edu.uci.ics.jung.visualization - 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 - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
- Renderer<V,
E> - Interface in edu.uci.ics.jung.visualization.renderers -
The interface for drawing vertices, edges, and their labels.
- 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 Class 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.
- renderingHints - Variable in class edu.uci.ics.jung.visualization.VisualizationImageServer
- 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() - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
- repaint(long, int, int, int, int) - 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(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.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - 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.DefaultVertexLabelRenderer
-
Overridden for performance reasons.
- repulsion_constant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- repulsion_constant - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- repulsion_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- repulsion_multiplier - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- 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() - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
Clears all stored distances for this instance.
- reset() - Method in class edu.uci.ics.jung.algorithms.util.IterativeProcess
- reset() - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- reset() - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- 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() - Method in class edu.uci.ics.jung.visualization.util.PredicatedParallelEdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- 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(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Resets the indices for
edge
and its parallel edges ingraph
. - 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(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(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraDistance
-
Clears all stored distances for the specified source vertex
source
. - reset(V) - Method in class edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath
-
Clears all stored distances for the specified source vertex
source
. - reshapingEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport
- reshapingEdgeRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
- 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
- residualCapacityMap - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- 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.
- rightEdge(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
trace the right side of the image
- rightEdge(BufferedImage, GeneralPath, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
trace the right side of the image
- rings - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- rings - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- rings - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- rings - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- rings - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- Rings() - Constructor for class edu.uci.ics.jung.samples.L2RTreeLayoutDemo.Rings
- Rings() - Constructor for class edu.uci.ics.jung.samples.RadialTreeLensDemo.Rings
- Rings() - Constructor for class edu.uci.ics.jung.samples.TreeCollapseDemo.Rings
- Rings() - Constructor for class edu.uci.ics.jung.samples.TreeLayoutDemo.Rings
- Rings(BalloonLayout<String, Integer>) - Constructor for class edu.uci.ics.jung.samples.BalloonLayoutDemo.Rings
- root - Variable in class edu.uci.ics.jung.graph.DelegateTree
- root - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
- root - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- root - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- root - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- root - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- root - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- rootNodes - Variable in class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter
- roots - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- rotate(double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- rotate(double, double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
-
rotates the current transform at the supplied points
- rotate(double, double, double) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
- 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, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
-
preconcatenates the rotation at the supplied point with the current transform
- rotate(double, Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
- rotate(double, Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
- 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.samples.AddNodeDemo.RemindTask
- run() - Method in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo.RemindTask
- run() - Method in class edu.uci.ics.jung.visualization.util.Animator
- running - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
S
- S - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- sample - Static variable in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
the number of pixels to skip while sampling the images edges
- satellite - Variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
- 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.
- SatelliteViewDemo.ViewGrid - Class in edu.uci.ics.jung.samples
-
draws a grid on the SatelliteViewer's lens
- 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
- SatelliteVisualizationViewer.ViewLens<V,
E> - Class in edu.uci.ics.jung.visualization.control -
A four-sided shape that represents the visible part of the master view and is drawn in the satellite view
- 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.
- save(Graph<V, E>, String) - Method in interface edu.uci.ics.jung.io.GraphFile
-
Save a graph to disk per the appropriate format
- 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>, 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, 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(Hypergraph<V, E>, Writer) - Method in class edu.uci.ics.jung.io.GraphMLWriter
-
Writes
graph
out usingw
. - 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 - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- scale(double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- 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(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.
- scaler - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo
- scaler - Variable in class edu.uci.ics.jung.samples.LensDemo
- scaler - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- scaler - Variable in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
- 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
- scrollPane - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- SE - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- second - Variable in class edu.uci.ics.jung.graph.util.Pair
- seed_coloring - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- seedDrawColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- SeedDrawColor() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedDrawColor
- seedFillColor - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- SeedFillColor(PickedInfo<V>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- 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.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- 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 returnstrue
if the input edge's endpoints in the input graph are identical. - SelfLoopEdgePredicate() - Constructor for class edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate
- serialVersionUID - Static variable in exception class edu.uci.ics.jung.io.GraphIOException
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.AddNodeDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.EdgeLabelDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.GraphEditorDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.ShortestPathDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo
- serialVersionUID - Static variable in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
- 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 totransform(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
- setBold(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeFontTransformer
- setBold(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- 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
- setComponent(Component) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
-
Set values from the passed component.
- 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(Function<V, Shape>) - Method in class edu.uci.ics.jung.visualization.decorators.VertexIconShapeTransformer
- 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(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) - Method in class edu.uci.ics.jung.visualization.renderers.Renderer.Edge.NOOP
- setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in class edu.uci.ics.jung.visualization.renderers.BasicEdgeRenderer
- 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) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- setEdgeRankScore(E, double, Object) - 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(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
- setEdgeWeights(Map<E, Number>) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- 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.DemoLensVertexImageShaperDemo.VertexStringerImpl
- setEnabled(boolean) - Method in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- 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(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
- setGraph(Object) - Method in class edu.uci.ics.jung.io.graphml.GraphMetadata
- 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>) - 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>) - Method in interface edu.uci.ics.jung.visualization.VisualizationServer
-
Replaces the current graph layout with
layout
. - 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>, Dimension) - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
-
Sets the graph Layout and initialize the Layout size to the passed dimensions.
- setGraphMouse(VisualizationViewer.GraphMouse) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
-
a setter for the GraphMouse.
- setHighlight(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- 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(PolarPoint) - Method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
-
Sets the angle and radius of this point to those of
p
. - setLocation(Point2D) - Method in class edu.uci.ics.jung.visualization.annotations.Annotation
- 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, 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.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, 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
tolocation
. - setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
- setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
- setLocation(V, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
- setLocation(V, 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
- setLtoR(VisualizationViewer<String, Integer>) - Method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- 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 callstep
. - 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
- setRadialLocations() - Method in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
- 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<?, ?>) - 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<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
- setScaling(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- setScreenDevice(JComponent) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
- setScreenDevice(JComponent) - Method in interface edu.uci.ics.jung.visualization.RenderContext
- setScrollBars(VisualizationViewer<?, ?>) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
-
use the supplied vv characteristics to set the position and dimensions of the scroll bars.
- setScrollBarValues(Rectangle, Point2D, Point2D, Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
- setSeed(int) - Method in class edu.uci.ics.jung.algorithms.util.KMeansClusterer
-
Sets the seed used by the internal random number generator.
- 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
. - setSeedColoring(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.SeedFillColor
- 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.
- setStretching(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- 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
. - setUpControls() - Method in class edu.uci.ics.jung.samples.ShortestPathDemo
- setUpView(BufferedReader) - Method in class edu.uci.ics.jung.samples.ClusteringDemo
- setValue(Object) - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultEdgeLabelRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(Object) - Method in class edu.uci.ics.jung.visualization.renderers.DefaultVertexLabelRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(String) - Method in class edu.uci.ics.jung.io.graphml.DataMetadata
- setValue(V) - Method in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
- 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(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
- setVertexLabelRenderer(VertexLabelRenderer) - Method in class edu.uci.ics.jung.visualization.PluggableRenderContext
- setVertexLabelRenderer(VertexLabelRenderer) - Method in interface edu.uci.ics.jung.visualization.RenderContext
- 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) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
- setVertexRankScore(V, double, Object) - 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(MutableTransformer, Point2D) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
-
called to change the location of the lens
- setViewCenter(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
- setViewRadius(double) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
- setViewRadius(MutableTransformer, Point2D) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
-
called to change the radius of the lens
- 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. - setWeighted(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- 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
- shadow - Variable in class edu.uci.ics.jung.visualization.renderers.Checkmark
- 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.
- shapeImages - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- 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 whoseShape
contains the specified pick point or region. - ShapePickSupport(VisualizationServer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.picking.ShapePickSupport
-
Create a
ShapePickSupport
for the specifiedVisualizationServer
with a default pick footprint. - ShapePickSupport(VisualizationServer<V, E>, float) - Constructor for class edu.uci.ics.jung.visualization.picking.ShapePickSupport
-
Creates a
ShapePickSupport
for thevv
VisualizationServer, with the specified pick footprint and the default pick style. - ShapePickSupport.Style - Enum Class 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) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- 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
- 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
- sheight - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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.EdgeFactory - Class in edu.uci.ics.jung.samples
- ShortestPathDemo.GraphFactory - Class in edu.uci.ics.jung.samples
- 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
- ShortestPathDemo.VertexFactory - 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_d - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- show_edge - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- show_u - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- show_vertex - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- showDirected(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- showGrid(VisualizationViewer<?, ?>, boolean) - Method in class edu.uci.ics.jung.samples.SatelliteViewDemo
- showLabels - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo
- ShowLayouts - Class in edu.uci.ics.jung.samples
-
Demonstrates several of the graph layout algorithms.
- ShowLayouts() - Constructor for class edu.uci.ics.jung.samples.ShowLayouts
- ShowLayouts.GraphChooser - Class in edu.uci.ics.jung.samples
- ShowLayouts.LayoutChooser - Class in edu.uci.ics.jung.samples
- showUndirected(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.DirectionDisplayPredicate
- 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 - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo.ClusterVertexSizeFunction
- size - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo.ClusterVertexSizeFunction
- size - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.ClusterVertexSizeFunction
- 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
- sizes - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- skip(BufferedReader, Predicate<String>) - Method in class edu.uci.ics.jung.io.PajekNetReader
-
Returns the first line read from
br
for whichp
returnstrue
, ornull
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 specifiedComparator
instances or the natural ordering of their elements, and permits directed, undirected, and parallel edges. - 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.
- 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
Comparator
s. - source - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- source - Variable in class edu.uci.ics.jung.graph.event.GraphEvent
- source - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- 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 - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- SOURCEPORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- south - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
- SPACEFACTOR - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- 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
- startOffset - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo.LatLonPixelTransformer
- 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>) - 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>, Function<V, Point2D>, Dimension) - 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
- status - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- status - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- 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 - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
- stop - Variable in class edu.uci.ics.jung.visualization.util.Animator
- stop() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
-
Set flags to stop the relaxer thread.
- stop() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
- stop() - Method in class edu.uci.ics.jung.visualization.util.Animator
- stoppingIncrements - Variable in class edu.uci.ics.jung.algorithms.layout.DAGLayout
- str - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- stretch - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
- stretch - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- StringElementParser<G,
V, - Class in edu.uci.ics.jung.io.graphml.parserE> -
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.
- Style() - Constructor for enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
- 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.
- subLayoutSize - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- subLayoutType - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
- SW - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- swap(int, int) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
Swaps the positions of the elements at indices
i
andj
of the heap. - swapOutputForCurrent() - Method in class edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer
- swidth - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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
- SynchronizedAbstractGraph(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedAbstractGraph
- synchronizedDirectedGraph(DirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns a synchronized DirectedGraph backed by the passed DirectedGraph.
- SynchronizedDirectedGraph(DirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedDirectedGraph
- synchronizedForest(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns a synchronized Forest backed by the passed Forest.
- SynchronizedForest(Forest<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedForest
-
Creates a new instance based on the provided
delegate
. - 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.
- SynchronizedGraph(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedGraph
- synchronizedTree(Tree<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns a synchronized Tree backed by the passed Tree.
- SynchronizedTree(Tree<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedTree
-
Creates a new instance based on the provided
delegate
. - synchronizedUndirectedGraph(UndirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns a synchronized UndirectedGraph backed by the passed UndirectedGraph.
- SynchronizedUndirectedGraph(UndirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.SynchronizedUndirectedGraph
T
- t - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- t - Variable in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- t - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- t - Variable in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- t_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
- tag - Variable in class edu.uci.ics.jung.io.PajekNetReader.StartsWithPredicate
- tag_state - Variable in class edu.uci.ics.jung.io.GraphMLReader
- TagState() - Constructor for enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- target - Variable in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- target - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- TARGET_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- targetPort - Variable in class edu.uci.ics.jung.io.graphml.EdgeMetadata
- TARGETPORT_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- temperature - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout
- temperature - Variable in class edu.uci.ics.jung.algorithms.layout.FRLayout2
- tentativeIncomingEdges - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
- testAverageDeltas() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
- TestGraphMouseListener() - Constructor for class edu.uci.ics.jung.samples.GraphFromGraphMLDemo.TestGraphMouseListener
- TestGraphMouseListener() - Constructor for class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo.TestGraphMouseListener
- 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
- testViewCenter(MutableTransformer, Point2D) - Method in class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
-
called to set up translating the lens center or changing the size
- textArea - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- theEllipse - Static variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
- thePolygon - Static variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
- theRectangle - Static variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
- theRoundRectangle - Static variable in class edu.uci.ics.jung.visualization.util.VertexShapeFactory
- theta - Variable in class edu.uci.ics.jung.algorithms.layout.PolarPoint
- 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
- timer - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- timer - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- 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.
- TOP - Static variable in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
- topEdge(BufferedImage) - Static method in class edu.uci.ics.jung.visualization.FourPassImageShaper
-
trace the top of the image
- topEdge(BufferedImage, GeneralPath, int) - Static method in class edu.uci.ics.jung.visualization.PivotingImageShaper
-
trace the top of the image
- 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.BetweennessCentrality.BetweennessData
- 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.algorithms.util.WeightedChoice.ItemPair
- 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 - Variable in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
The AffineTransform to use; initialized to identity.
- transform(Layer, Point2D) - 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 class edu.uci.ics.jung.visualization.BasicTransformer
- transform(Layer, Shape) - Method in interface edu.uci.ics.jung.visualization.MultiLayerTransformer
- transform(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
- transform(Point2D) - Method in class edu.uci.ics.jung.visualization.BasicTransformer
- transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
Applies the transform to the supplied point.
- 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(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.BasicTransformer
- transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
-
Transform the supplied shape from graph (layout) to screen (view) coordinates.
- 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(Shape) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
- 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) - 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) - Method in interface edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer
-
map a shape from graph coordinate system to the screen coordinate system
- transform(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
- 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(V) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
- transform(V) - Method in class edu.uci.ics.jung.samples.VertexImageShaperDemo.DemoVertexIconShapeTransformer
- transformArrowShape(Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
- transformEdgeShape(Point2D, Point2D) - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects
-
code lifted from PluggableRenderer to move an edge shape into an arbitrary position
- 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
- TRANSFORMING - Enum constant in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
- 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 - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- TRANSPARENCY - Static variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- tree - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- 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
- TreeCollapseDemo.ClusterVertexShapeFunction<V> - Class in edu.uci.ics.jung.samples
-
a demo class that will create a vertex shape that is either a polygon or star.
- TreeCollapseDemo.ClusterVertexSizeFunction<V> - Class in edu.uci.ics.jung.samples
-
A demo class that will make vertices larger if they represent a collapsed collection of original vertices
- TreeCollapseDemo.Rings - Class in edu.uci.ics.jung.samples
- 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
- treeFactory - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- treeFactory - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- treeFactory - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- treeFactory - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- treeFactory - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- treeLayout - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- treeLayout - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- 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
- TreeLayoutDemo.Rings - Class in edu.uci.ics.jung.samples
- 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
- triangle - Static variable in class edu.uci.ics.jung.visualization.decorators.EdgeShape
- 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() - Constructor for enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
- TYPE_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
U
- uncluster() - Method in class edu.uci.ics.jung.samples.SubLayoutDemo
- UNDETERMINED - Enum constant in enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
- UNDIR - Enum constant in enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
- UNDIR_NAME - Static variable in class edu.uci.ics.jung.io.graphml.GraphMLConstants
- UNDIRECTED - Enum constant in enum class edu.uci.ics.jung.graph.util.EdgeType
- UNDIRECTED - Enum constant in enum class edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
- 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. - undirectedModel - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo.MutableDirectionalEdgeValue
- 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
- UnicodeLabelDemo.UnicodeVertexStringer<V> - Class in edu.uci.ics.jung.samples
- UnicodeVertexStringer(V[]) - Constructor for class edu.uci.ics.jung.samples.UnicodeLabelDemo.UnicodeVertexStringer
- 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 - Variable in class edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry
- 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
- UnmodifiableAbstractGraph(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableAbstractGraph
- unmodifiableDirectedGraph(DirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns an unmodifiable
DirectedGraph
backed by the passed graph. - UnmodifiableDirectedGraph(DirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableDirectedGraph
- unmodifiableForest(Forest<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns an unmodifiable
Forest
backed by the passed forest. - UnmodifiableForest(Forest<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
- unmodifiableGraph(Graph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns an unmodifiable Graph backed by the passed Graph.
- UnmodifiableGraph(Graph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableGraph
- unmodifiableTree(Tree<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns an unmodifiable
Tree
backed by the passed tree. - UnmodifiableTree(Tree<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
- unmodifiableUndirectedGraph(UndirectedGraph<V, E>) - Static method in class edu.uci.ics.jung.graph.util.Graphs
-
Returns an unmodifiable
UndirectedGraph
backed by the passed graph. - UnmodifiableUndirectedGraph(UndirectedGraph<V, E>) - Constructor for class edu.uci.ics.jung.graph.util.Graphs.UnmodifiableUndirectedGraph
- 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(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).
- 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
- 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
- updateParameters() - Method in class edu.uci.ics.jung.algorithms.layout.ISOMLayout
- updateRankings() - Method in class edu.uci.ics.jung.algorithms.importance.KStepMarkov
- updateResidualCapacities() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
- 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. - UPPER - Enum constant in enum class edu.uci.ics.jung.visualization.annotations.Annotation.Layer
- upperAnnotationPaintable - Variable in class edu.uci.ics.jung.visualization.annotations.AnnotationManager
- useFill(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.GradientPickedEdgePaintFunction
- useFunnyShapes(boolean) - Method in class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- useTransform() - Method in class edu.uci.ics.jung.samples.BalloonLayoutDemo.Rings
- useTransform() - Method in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo.Rings
- useTransform() - Method in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- useTransform() - Method in class edu.uci.ics.jung.samples.RadialTreeLensDemo.Rings
- useTransform() - Method in class edu.uci.ics.jung.samples.SatelliteViewDemo.ViewGrid
- useTransform() - Method in class edu.uci.ics.jung.samples.TreeCollapseDemo.Rings
- useTransform() - Method in class edu.uci.ics.jung.samples.TreeLayoutDemo.Rings
- useTransform() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin.LensPaintable
- useTransform() - Method in class edu.uci.ics.jung.visualization.annotations.AnnotationPaintable
- useTransform() - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.ArrowPaintable
- useTransform() - Method in class edu.uci.ics.jung.visualization.control.CubicCurveEdgeEffects.EdgePaintable
- useTransform() - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin.LensPaintable
- useTransform() - Method in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer.ViewLens
- 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 - Variable in class edu.uci.ics.jung.algorithms.scoring.util.VEPair
- v_array - Variable in class edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator
- 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_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
-
Used to specify whether the most recently read line is a Pajek-specific tag.
- v_prev - Variable in class edu.uci.ics.jung.samples.AddNodeDemo
- v_prev - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- 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
ifedge_type
does not match the default edge type for this graph. - value - Variable in class edu.uci.ics.jung.algorithms.util.BasicMapEntry
- value - Variable in class edu.uci.ics.jung.io.graphml.DataMetadata
- valueOf(String) - Static method in enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.graph.util.EdgeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.graphml.Key.ForType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.annotations.Annotation.Layer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.Layer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
-
Returns the enum constant of this class with the specified name.
- values - Variable in class edu.uci.ics.jung.visualization.decorators.InterpolatingVertexSizeTransformer
- values - Variable in class edu.uci.ics.jung.visualization.decorators.NumberFormattingTransformer
- values() - Static method in enum class edu.uci.ics.jung.algorithms.filters.KNeighborhoodFilter.EdgeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.graph.util.EdgeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.graphml.EndpointMetadata.EndpointType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.graphml.GraphMetadata.EdgeDefault
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.graphml.Key.ForType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.graphml.Metadata.MetadataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.annotations.Annotation.Layer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.Layer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
-
Returns an array containing the constants of this enum class, 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 - Variable in class edu.uci.ics.jung.graph.event.GraphEvent.Vertex
- vertex - Variable in class edu.uci.ics.jung.io.graphml.NodeMetadata
- 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 - Variable in class edu.uci.ics.jung.visualization.layout.LayoutEvent
- 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 - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.KeyType
- VERTEX - Enum constant in enum class edu.uci.ics.jung.io.GraphMLReader.TagState
- VERTEX - Enum constant in enum class edu.uci.ics.jung.visualization.control.EditingGraphMousePlugin.Creating
- VERTEX_ADDED - Enum constant in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
- vertex_comparator - Variable in class edu.uci.ics.jung.graph.SortedSparseMultigraph
-
Comparator
used in ordering vertices. - VERTEX_COUNT - Static variable in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
- VERTEX_COUNT - Static variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo
- 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_ordered_list - Variable in class edu.uci.ics.jung.algorithms.layout.CircleLayout
- vertex_partition_map - Variable in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
- 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_REMOVED - Enum constant in enum class edu.uci.ics.jung.graph.event.GraphEvent.Type
- vertex_scores - Variable in class edu.uci.ics.jung.algorithms.scoring.BetweennessCentrality
- vertex_sets - Variable in class edu.uci.ics.jung.algorithms.blockmodel.VertexPartition
- 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
- VertexCollapseDemo.ClusterVertexShapeFunction<V> - Class in edu.uci.ics.jung.samples
-
a demo class that will create a vertex shape that is either a polygon or star.
- VertexCollapseDemo.ClusterVertexSizeFunction<V> - Class in edu.uci.ics.jung.samples
-
A demo class that will make vertices larger if they represent a collapsed collection of original vertices
- 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
- VertexCollapseDemoWithLayouts.ClusterVertexShapeFunction<V> - Class in edu.uci.ics.jung.samples
-
a demo class that will create a vertex shape that is either a polygon or star.
- VertexCollapseDemoWithLayouts.ClusterVertexSizeFunction<V> - Class in edu.uci.ics.jung.samples
-
A demo class that will make vertices larger if they represent a collapsed collection of original vertices
- VertexCollapseDemoWithLayouts.LayoutChooser - Class in edu.uci.ics.jung.samples
- 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
- VertexDisplayPredicate(boolean) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexDisplayPredicate
- 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.algorithms.generators.random.EppsteinPowerLawGenerator
- vertexFactory - Variable in class edu.uci.ics.jung.algorithms.generators.random.ErdosRenyiGenerator
- vertexFactory - Variable in class edu.uci.ics.jung.algorithms.importance.WeightedNIPaths
- vertexFactory - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
- vertexFactory - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
- vertexFactory - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
- vertexFactory - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
- vertexFactory - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
- 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
- VertexFactory() - Constructor for class edu.uci.ics.jung.samples.GraphEditorDemo.VertexFactory
- VertexFactory() - Constructor for class edu.uci.ics.jung.samples.ShortestPathDemo.VertexFactory
- vertexFillPaintTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- vertexFontTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- VertexFontTransformer() - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexFontTransformer
- 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.DemoRenderer<V,
E> - Class in edu.uci.ics.jung.samples -
a special renderer that can turn outlines on and off in this demo.
- 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.samples.EdgeLabelDemo
- vertexLabelRenderer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
-
A default GraphLabelRenderer - picked Vertex labels are blue, picked edge labels are cyan
- vertexLabelRenderer - Variable in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
- VertexLabelRenderer - Interface in edu.uci.ics.jung.visualization.renderers
- vertexLabelTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- vertexPaints - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
- VertexPartition<V,
E> - Class in edu.uci.ics.jung.algorithms.blockmodel -
Maintains information about a vertex partition of a graph.
- 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.
- 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.
- VertexPartitionCollapser<V,
E, - Class in edu.uci.ics.jung.algorithms.transformationCV, CE> -
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
- vertexRenderer - Variable in class edu.uci.ics.jung.visualization.renderers.BasicRenderer
- 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
Shape
s for drawing vertices. - 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. - 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.
- vertexShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingRenderer
- vertexShapeMap - Variable in class edu.uci.ics.jung.visualization.renderers.CachingVertexRenderer
- VertexShapeSizeAspect(Graph<V, E>, Function<V, Double>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexShapeSizeAspect
- vertexShapeTransformer - Variable in class edu.uci.ics.jung.visualization.PluggableRenderContext
- VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo.VertexStringerImpl
- VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.LensVertexImageShaperDemo.VertexStringerImpl
- VertexStringerImpl(Map<V, String>) - Constructor for class edu.uci.ics.jung.samples.VertexImageShaperDemo.VertexStringerImpl
- VertexStrokeHighlight(Graph<V, E>, PickedInfo<V>) - Constructor for class edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight
- 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
- vertexTransformer - Variable in class edu.uci.ics.jung.io.graphml.parser.ParserContext
- VerticalAdjustmentListenerImpl() - Constructor for class edu.uci.ics.jung.visualization.GraphZoomScrollPane.VerticalAdjustmentListenerImpl
- VerticalLabelUI(boolean) - Constructor for class edu.uci.ics.jung.samples.LensDemo.VerticalLabelUI
- verticalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
- vertices - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
- 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
- VIEW - Enum constant in enum class edu.uci.ics.jung.visualization.Layer
- viewGrid - Variable in class edu.uci.ics.jung.samples.AnnotationsDemo
- viewGrid - Variable in class edu.uci.ics.jung.samples.SatelliteViewDemo
- ViewGrid(VisualizationViewer<?, ?>, VisualizationViewer<?, ?>) - Constructor for class edu.uci.ics.jung.samples.SatelliteViewDemo.ViewGrid
- ViewLens(VisualizationViewer<V, E>, VisualizationViewer<V, E>) - Constructor for class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer.ViewLens
- 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>) - Constructor for class edu.uci.ics.jung.visualization.picking.ViewLensShapePickSupport
- ViewLensShapePickSupport(VisualizationServer<V, E>, float) - 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
- viewSupport - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
- viewSupport - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
- 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
- visited - Variable in class edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData
- visitNewVertex(V, V, int, List<V>) - Method in class edu.uci.ics.jung.algorithms.shortestpath.BFSDistanceLabeler
- 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 byVoltageScorer
. - 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.VertexShapeSizeAspect
- 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>, 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>, 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>, 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>, 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>, 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.AddNodeDemo
- vv - Variable in class edu.uci.ics.jung.samples.AnimatingAddNodeDemo
- vv - Variable in class edu.uci.ics.jung.samples.BalloonLayoutDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.ClusteringDemo
- vv - Variable in class edu.uci.ics.jung.samples.DemoLensVertexImageShaperDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.DrawnIconVertexDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.EdgeLabelDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.GraphEditorDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.GraphFromGraphMLDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.ImageEdgeLabelDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.L2RTreeLayoutDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.LensDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.LensVertexImageShaperDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- vv - Variable in class edu.uci.ics.jung.samples.PersistentLayoutDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo
- vv - Variable in class edu.uci.ics.jung.samples.RadialTreeLensDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.SatelliteViewDemo.ViewGrid
- vv - Variable in class edu.uci.ics.jung.samples.ShowLayouts.LayoutChooser
- vv - Variable in class edu.uci.ics.jung.samples.SubLayoutDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.TreeCollapseDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.TreeLayoutDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.UnicodeLabelDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.LayoutChooser
- vv - Variable in class edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.VertexImageShaperDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.VertexLabelAsShapeDemo
- vv - Variable in class edu.uci.ics.jung.samples.VertexLabelPositionDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.VisualizationImageServerDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.samples.WorldMapGraphDemo
-
the visual component and renderer for the graph
- vv - Variable in class edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
- vv - Variable in class edu.uci.ics.jung.visualization.control.MouseListenerTranslator
- vv - Variable in class edu.uci.ics.jung.visualization.control.SatelliteVisualizationViewer.ViewLens
- 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
- vv0 - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
-
the visual components and renderers for the graph
- vv1 - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- vv1 - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
-
the visual components and renderers for the graph
- vv1 - Variable in class edu.uci.ics.jung.samples.TwoModelDemo
-
the visual components and renderers for the graph
- vv2 - Variable in class edu.uci.ics.jung.samples.MinimumSpanningTreeDemo
- vv2 - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
- vv2 - Variable in class edu.uci.ics.jung.samples.TwoModelDemo
- vv3 - Variable in class edu.uci.ics.jung.samples.MultiViewDemo
W
- W - Enum constant in enum class edu.uci.ics.jung.visualization.renderers.Renderer.VertexLabel.Position
- 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
- weight - Variable in class edu.uci.ics.jung.algorithms.util.WeightedChoice.ItemPair
- weighted - Variable in class edu.uci.ics.jung.samples.PluggableRendererDemo.EdgeWeightStrokeFunction
- 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.
- WeightedChoice.ItemPair - Class in edu.uci.ics.jung.algorithms.util
-
Manages light object/heavy object/light conditional probability tuples.
- 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.
- WorldMapGraphDemo.CityTransformer - Class in edu.uci.ics.jung.samples
- WorldMapGraphDemo.LatLonPixelTransformer - Class in edu.uci.ics.jung.samples
- wrap(String) - Method in class edu.uci.ics.jung.visualization.util.LabelWrapper
-
line-wrap the passed String as an html string with break Strings inserted.
- 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.samples.MultiViewDemo.BannerLabel
- x - Variable in class edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
- xmlEventReader - Variable in class edu.uci.ics.jung.io.graphml.GraphMLReader2
- xydata - Variable in class edu.uci.ics.jung.algorithms.layout.KKLayout
Y
- y - Variable in class edu.uci.ics.jung.samples.MultiViewDemo.BannerLabel
- 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
_
- _inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
-
override base class to un-project the fisheye effect
- _inverseTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
-
override base class to un-project the fisheye effect
- _transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
-
override base class transform to project the fisheye effect
- _transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form