A B C D E F G H I J L M N O P R S T U W

R

RANGE - Static variable in class giny.util.JUNGSpringLayout
 
RECTANGLE - Static variable in interface giny.view.NodeView
 
ROUNDED_RECTANGLE - Static variable in interface giny.view.NodeView
 
RootGraph - interface giny.model.RootGraph.
GINY Architecture
RootGraphChangeEvent - class giny.model.RootGraphChangeEvent.
The event source must be the RootGraph that changed.
RootGraphChangeEvent(RootGraph) - Constructor for class giny.model.RootGraphChangeEvent
 
RootGraphChangeListener - interface giny.model.RootGraphChangeListener.
 
readGraphFromInteractionsFile(String) - Method in class giny.util.TieredInputReader
 
removeAllHandles() - Method in interface giny.view.Bend
Removes all handles
removeEdge(Edge) - Method in interface giny.model.RootGraph
Remove the given Edge from this RootGraph and all of its GraphPerspectives.
removeEdge(int) - Method in interface giny.model.RootGraph
Remove the Edge with the given index from this RootGraph and all of its GraphPerspectives.
removeEdgeMetaChild(int, int) - Method in interface giny.model.RootGraph
 
removeEdgeView(EdgeView) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeEdgeView(Edge) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeEdgeView(int) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeEdges(List) - Method in interface giny.model.RootGraph
Deprecated. Use removeEdge(Edge) or removeEdges(int[]) instead.
removeEdges(int[]) - Method in interface giny.model.RootGraph
Deprecated. Use removeEdge(int) instead.
removeGraphPerspectiveChangeListener(GraphPerspectiveChangeListener) - Method in interface giny.model.GraphPerspective
 
removeGraphViewChangeListener(GraphViewChangeListener) - Method in interface giny.view.GraphView
Removes a GraphViewChangeListener from this GraphViews list of listeners.
removeHandle(Point2D) - Method in interface giny.view.Bend
Removes the PHandle at the specified point.
removeHandle(int) - Method in interface giny.view.Bend
Removes the PHandle at the given index.
removeNode(Node) - Method in interface giny.model.RootGraph
Remove the given Node and all Edges incident on it from this RootGraph and all of its GraphPerspectives.
removeNode(int) - Method in interface giny.model.RootGraph
Remove the Node with the given index (and all of that Node's incident Edges) from this RootGraph and all of its GraphPerspectives.
removeNodeMetaChild(int, int) - Method in interface giny.model.RootGraph
 
removeNodeView(NodeView) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeNodeView(Node) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeNodeView(int) - Method in interface giny.view.GraphView
This will entirely remove a NodeView/EdgeView from the GraphView.
removeNodes(List) - Method in interface giny.model.RootGraph
Deprecated. Use removeNode(Node) or removeNodes(int[]) instead.
removeNodes(int[]) - Method in interface giny.model.RootGraph
Deprecated. Use removeNode(int) instead.
resize(Dimension) - Method in class giny.util.Abstract3DLayout
When a visualizetion is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
resize(Dimension) - Method in class giny.util.AbstractLayout
When a visualizetion is resized, it presumably wants to fix the locations of the vertices and possibly to reinitialize its data.
restart() - Method in class giny.util.Abstract3DLayout
Restarts the visualization entirely, as if the the user had pressed the "scramble" button.
restart() - Method in class giny.util.AbstractLayout
Restarts the visualization entirely, as if the the user had pressed the "scramble" button.
restoreEdge(Edge) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides the given Edge, change it so that it does not hide the edge or the Nodes on which the edge is incident.
restoreEdge(int) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides the Edge with the given index in the underlying RootGraph, change it so that it does not hide the edge or the Nodes on which the edge is incident.
restoreEdges(List) - Method in interface giny.model.GraphPerspective
Deprecated. Use restoreEdges(int[]) instead.
restoreEdges(int[]) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides any of the Edges corresponding to the indices in the given array, change it so that it does not hide those edges or any of the Nodes on which they are incident.
restoreNode(Node) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides the given Node, change it so that it does not hide the node.
restoreNode(int) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides the Node with the given index in the underlying RootGraph, change it so that it does not hide the node.
restoreNodes(List) - Method in interface giny.model.GraphPerspective
Deprecated. Use restoreNode(Node) restoreNodes(int[]) instead.
restoreNodes(List, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use restoreNodes(int[]) and restoreEdges(int[]) instead; to get edges incident to specified nodes, use RootGraph.getConnectingEdgeIndicesArray(int[]).
restoreNodes(int[], boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use restoreNodes(int[]) and restoreEdges(int[]) instead; to get edges incident to specified nodes, use RootGraph.getConnectingEdgeIndicesArray(int[]).
restoreNodes(int[]) - Method in interface giny.model.GraphPerspective
If this GraphPerspective hides any of the Nodes corresponding to the indices in the given array, change it so that it does not hide those nodes.
rootGraphChanged(RootGraphChangeEvent) - Method in interface giny.model.RootGraphChangeListener
Invoked when a RootGraph to which this RootGraphChangeListener listens changes.

A B C D E F G H I J L M N O P R S T U W