- RadialTreeLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
A radial layout for Tree or Forest graphs.
- RadialTreeLayout() - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance which does not initialize the vertex locations.
- RadialTreeLayout(Forest<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance for the specified graph with default X and Y distances.
- RadialTreeLayout(Forest<V, E>, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance for the specified graph and X distance with
default Y distance.
- RadialTreeLayout(int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance for the specified graph and X distance with
default Y distance.
- RadialTreeLayout(int, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance for the specified graph, X distance, and Y distance.
- RadialTreeLayout(Forest<V, E>, int, int) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
-
Creates an instance for the specified graph, X distance, and Y distance.
- radii - Variable in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
-
- RadiusGraphElementAccessor<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
Simple implementation of PickSupport that returns the vertex or edge
that is closest to the specified location.
- RadiusGraphElementAccessor() - Constructor for class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
-
Creates an instance with an effectively infinite default maximum distance.
- RadiusGraphElementAccessor(double) - Constructor for class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
-
Creates an instance with the specified default maximum distance.
- RandomLocationTransformer<V> - Class in edu.uci.ics.jung.algorithms.layout.util
-
Transforms the input type into a random location within
the bounds of the Dimension property.
- RandomLocationTransformer(Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
-
Creates an instance with the specified size which uses the current time
as the random seed.
- RandomLocationTransformer(Dimension, long) - Constructor for class edu.uci.ics.jung.algorithms.layout.util.RandomLocationTransformer
-
Creates an instance with the specified dimension and random seed.
- reached_max - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.SourceData
-
- REALIZERS - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The Realizers tag.
- RECTANGLE - Static variable in interface org.girod.jgraphml.model.ShapeType
-
A rectangle.
- RECTANGLE3D - Static variable in interface org.girod.jgraphml.model.ShapeType
-
A 3D rectangle.
- relax() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
-
Execute a loop of steps in a new Thread,
firing an event after each step.
- relax() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
-
- relaxEdges() - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
-
Overridden relaxEdges.
- relaxEdges() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
-
- Relaxer - Interface in edu.uci.ics.jung.algorithms.layout.util
-
Interface for operating the relax iterations on a layout.
- remove(Layout<V, E>) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
-
Removes layout
from this instance.
- remove(Object) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
This data structure does not support the removal of arbitrary elements.
- remove() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
- remove(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
-
- 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
-
- removeChild(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
removes a node from the tree, causing all descendants of
the removed node also to be removed
- removeChild(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
removes a node from the tree, causing all descendants of
the removed node also to be removed
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes edge
from this tree, and the subtree rooted
at the child vertex incident to edge
.
- removeEdge(E, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes edge
from this tree.
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- removeEdge(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Removes edge
from this graph.
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.ObservableGraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- removeEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- removeEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- removeEdge(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Removes edge
from this graph.
- removeGraphEventListener(GraphEventListener<V, E>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
-
Removes l
as a listener to this graph.
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes vertex
from this tree, and the subtree
rooted at vertex
.
- removeVertex(V, boolean) - Method in class edu.uci.ics.jung.graph.DelegateForest
-
Removes vertex
from this tree.
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
-
remove the passed node, and all nodes that are descendants of the
passed node.
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- removeVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Removes vertex
from this graph.
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- removeVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- removeVertex(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Removes vertex
from this graph.
- repatriate(AbstractGraphMLDiagram, boolean) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
-
Repatriate the node to another diagram.
- repatriate(AbstractGraphMLDiagram) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
-
Repatriate the node to another diagram.
- repatriate(AbstractGraphMLDiagram, boolean) - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Repatriate the node to another diagram.
- repatriate(AbstractGraphMLDiagram) - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Repatriate the node to another diagram.
- 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
-
- 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.SugiyamaLayout
-
- reset() - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- reset() - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
-
Clears all stored distances for this instance.
- reset(V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
-
Clears all stored distances for the specified source vertex
source
.
- reset() - Method in class edu.uci.ics.jung.algorithms.path.UnweightedShortestPath
-
Clears all stored distances for this instance.
- reset(V) - Method in class edu.uci.ics.jung.algorithms.path.UnweightedShortestPath
-
Clears all stored distances for the specified source vertex
source
.
- reset(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
Resets the indices for this edge and its parallel edges.
- reset() - Method in class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- reset(Graph<V, E>, E) - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Resets the indices for edge
and its parallel edges in graph
.
- reset() - Method in interface edu.uci.ics.jung.graph.util.EdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- reset(Graph<V, E>, E) - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
Resets the indices for this edge and its parallel edges.
- reset() - Method in class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction
-
Clears all edge indices for all edges in all graphs.
- reset() - Method in class org.girod.jgraphml.model.DiagramDefaults
-
Reset the defaults.
- reset() - Method in class org.girod.jgraphml.model.PortConstraints
-
Reset all the port constraints.
- resetTemplates() - Method in class org.girod.jgraphml.GraphMLFactory
-
Reset the templates.
- RESOURCE - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:Resource tag.
- RESOURCES - Static variable in class org.girod.jgraphml.model.KeyType
-
The type for the resources description.
- RESOURCES - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:Resources tag.
- restoreVertex(V, double) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.SourceData
-
- 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
-
- RIGHT - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the right alignment of the label.
- root - Variable in class edu.uci.ics.jung.graph.DelegateTree
-
- root - Variable in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- ROTATED_DISCRETE_LABELMODEL - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:RotatedDiscreteEdgeLabelModel tag.
- ROTATED_DISCRETE_LABELMODEL_PARAMETER - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:RotatedDiscreteEdgeLabelModelParameter tag.
- ROUNDRECTANGLE - Static variable in interface org.girod.jgraphml.model.ShapeType
-
A round rectangle.
- run() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
-
- running - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
-