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

G

GraphPerspective - interface giny.model.GraphPerspective.
 
GraphPerspectiveChangeEvent - class giny.model.GraphPerspectiveChangeEvent.
The event source must be the GraphPerspective that changed.
GraphPerspectiveChangeEvent(Object) - Constructor for class giny.model.GraphPerspectiveChangeEvent
The source parameter should be either a RootGraph or a GraphPerspective; see specification of getSource().
GraphPerspectiveChangeListener - interface giny.model.GraphPerspectiveChangeListener.
 
GraphPerspectiveUtil - class giny.util.GraphPerspectiveUtil.
This is a convenience class that offers a number of useful methods for GraphPerspectives.
GraphPerspectiveUtil() - Constructor for class giny.util.GraphPerspectiveUtil
 
GraphView - interface giny.view.GraphView.
 
GraphViewChangeEvent - class giny.view.GraphViewChangeEvent.
The event source must be the GraphPerspective that changed.
GraphViewChangeEvent(GraphView) - Constructor for class giny.view.GraphViewChangeEvent
 
GraphViewChangeListener - interface giny.view.GraphViewChangeListener.
 
get() - Method in class giny.util.SwingWorker
Return the value created by the construct method.
getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) - Method in interface giny.model.GraphPerspective
Returns [RootGraph] indices of all Edges in this GraphPerspective adjacent to the Node at specified [RootGraph] index.
getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) - Method in interface giny.model.RootGraph
Returns indices of all edges adjacent to the node at specified index.
getAdjacentEdgesList(Node, boolean, boolean, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getAllEdgePropertyData(int) - Method in interface giny.view.GraphView
 
getAllNodePropertyData(int) - Method in interface giny.view.GraphView
 
getBackgroundPaint() - Method in interface giny.view.GraphView
 
getBend() - Method in interface giny.view.EdgeView
 
getBorder() - Method in interface giny.view.NodeView
 
getBorderPaint() - Method in interface giny.view.NodeView
 
getBorderWidth() - Method in interface giny.view.NodeView
 
getChildlessMetaDescendants(int) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getComponent() - Method in interface giny.view.GraphView
 
getConnectingEdgeIndicesArray(int[]) - Method in interface giny.model.GraphPerspective
This will return an array of Edge indices that are the Edges between Nodes.
getConnectingEdgeIndicesArray(int[]) - Method in interface giny.model.RootGraph
This will return an array of edge indices that are the edges between nodes.
getConnectingEdges(List) - Method in interface giny.model.GraphPerspective
This will return a List of giny.model.Edge objects that are the Edges between Nodes.
getConnectingNodeIndicesArray(int[]) - Method in interface giny.model.GraphPerspective
Deprecated. Use getEdgeSourceIndex(int) and getEdgeTargetIndex(int) instead.
getConnectingNodeIndicesArray(int[]) - Method in interface giny.model.RootGraph
Deprecated. Use getEdgeSourceIndex(int) and getEdgeTargetIndex(int) instead, or use createGraphPerspective(int[], int[]).
getContextMethods(String, boolean) - Method in interface giny.view.GraphView
Context Menu Support
getContextMethods(String, Object[]) - Method in interface giny.view.GraphView
Context Menu Support
getCreatedEdgeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getCreatedEdges() - Method in class giny.model.RootGraphChangeEvent
 
getCreatedNodeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getCreatedNodes() - Method in class giny.model.RootGraphChangeEvent
 
getCurrentProgress() - Method in class giny.util.IntNodeDistances
 
getCurrentProgress() - Method in interface giny.util.MonitorableTask
 
getCurrentProgress() - Method in class giny.util.NodeDistances
 
getCurrentSize() - Method in class giny.util.Abstract3DLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getCurrentSize() - Method in class giny.util.AbstractLayout
Returns the current size of the visualization space, accoring to the last call to resize().
getCurrentStatusMessage() - Method in class giny.util.IntNodeDistances
 
getCurrentStatusMessage() - Method in interface giny.util.MonitorableTask
 
getCurrentStatusMessage() - Method in class giny.util.NodeDistances
 
getDegree(Node) - Method in interface giny.model.GraphPerspective
Return the number of distinct Edges in this GraphPerspective incident on the given Node.
getDegree(int) - Method in interface giny.model.GraphPerspective
Return the number of distinct Edges in this GraphPerspective incident on the Node with the given index.
getDegree(Node) - Method in interface giny.model.RootGraph
Return the number of distinct Edges incident on the given Node.
getDegree(int) - Method in interface giny.model.RootGraph
Return the number of distinct Edges incident on the Node with the given index.
getDegree() - Method in interface giny.view.NodeView
 
getDistances() - Method in class giny.util.IntNodeDistances
 
getDistances() - Method in class giny.util.NodeDistances
 
getDrawPoints() - Method in interface giny.view.Bend
Returns a list of points that define what gets drawn and hence what is visible to the user.
getEdge(int) - Method in interface giny.model.GraphPerspective
Return an Edge which is in this GraphPerspective.
getEdge(int) - Method in interface giny.model.RootGraph
Return the Edge with the given index in this RootGraph.
getEdge() - Method in interface giny.view.EdgeView
 
getEdgeBooleanProperty(int, int) - Method in interface giny.view.GraphView
 
getEdgeCount() - Method in interface giny.model.GraphPerspective
Returns number of active edges in this perspective.
getEdgeCount(Node, Node, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeCount(int, int, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeCount() - Method in interface giny.model.RootGraph
Returns number of edges in this RootGraph.
getEdgeCount(Node, Node, boolean) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeCount(int, int, boolean) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeDoubleProperty(int, int) - Method in interface giny.view.GraphView
 
getEdgeFloatProperty(int, int) - Method in interface giny.view.GraphView
 
getEdgeIndex(int) - Method in interface giny.model.GraphPerspective
Deprecated. Use getRootGraphEdgeIndex(int), whose functionality is identical.
getEdgeIndicesArray() - Method in interface giny.model.GraphPerspective
Deprecated. Use edgesIterator() together with Edge.getRootGraphIndex().
getEdgeIndicesArray(int, int, boolean, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeIndicesArray(int, int, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeIndicesArray() - Method in interface giny.model.RootGraph
Deprecated. Use edgesIterator() together with Edge.getRootGraphIndex().
getEdgeIndicesArray(int, int, boolean, boolean) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeIndicesArray(int, int, boolean) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
getEdgeIntProperty(int, int) - Method in interface giny.view.GraphView
 
getEdgeMetaChildIndicesArray(int) - Method in interface giny.model.GraphPerspective
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getEdgeMetaChildIndicesArray(int) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getEdgeMetaParentIndicesArray(int) - Method in interface giny.model.GraphPerspective
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getEdgeMetaParentIndicesArray(int) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getEdgeObjectProperty(int, int) - Method in interface giny.view.GraphView
Return the stored value for the edge for the given property
getEdgeSourceIndex(int) - Method in interface giny.model.GraphPerspective
Retrieve the index of the Node that is the source of the Edge in this GraphPerspective with the given index.
getEdgeSourceIndex(int) - Method in interface giny.model.RootGraph
Retrieve the index of the Node that is the source of the Edge with the given index.
getEdgeTargetIndex(int) - Method in interface giny.model.GraphPerspective
Retrieve the index of the Node that is the target of the Edge in this GraphPerspective with the given index.
getEdgeTargetIndex(int) - Method in interface giny.model.RootGraph
Retrieve the index of the Node that is the target of the Edge with the given index.
getEdgeView(int) - Method in interface giny.view.GraphView
 
getEdgeView(Edge) - Method in interface giny.view.GraphView
 
getEdgeViewCount() - Method in interface giny.view.GraphView
 
getEdgeViewsIterator() - Method in interface giny.view.GraphView
Return all of the EdgeViews in this GraphView
getEdgeViewsList() - Method in interface giny.view.GraphView
Return all of the EdgeViews in this GraphView
getEdgeViewsList(Node, Node) - Method in interface giny.view.GraphView
Note that this will return a list of Edge objects, the other one will return indices
getEdgeViewsList(int, int, boolean) - Method in interface giny.view.GraphView
 
getEdgeViewsList(NodeView) - Method in interface giny.view.NodeView
 
getFRData(NodeView) - Method in class giny.util.FRLayout
 
getFRData(int) - Method in class giny.util.FRLayout
 
getFont() - Method in interface giny.view.Label
Returns the font of this PText.
getGraphPerspective() - Method in interface giny.model.Node
Deprecated. Don't use this method because the behavior of the returned GraphPerspective with respect to changing meta-children of this Node is ill-defined; use RootGraph.getNodeMetaChildIndicesArray(int) and RootGraph.getEdgeMetaChildIndicesArray(int) instead.
getGraphPerspective() - Method in interface giny.view.GraphView
 
getGraphPerspectiveIndex() - Method in interface giny.view.EdgeView
 
getGraphPerspectiveIndex() - Method in interface giny.view.NodeView
 
getGraphView() - Method in class giny.util.SpringEmbeddedLayouter
 
getGraphView() - Method in interface giny.view.EdgeView
 
getGraphView() - Method in interface giny.view.NodeView
 
getGreekThreshold() - Method in interface giny.view.Label
Returns the current greek threshold.
getHandles() - Method in interface giny.view.Bend
Returns a (new) List of clones of the Point2Ds that locate the handles.
getHeight() - Method in interface giny.view.NodeView
TODO: Reconcile with Border Methods
getHiddenEdgeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
The integer values in the returned array are RootGraph indices.
getHiddenEdgeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getHiddenEdges() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Use getHiddenEdgeIndices() instead; the edges returned by this method may have undefined state.
getHiddenEdges() - Method in class giny.view.GraphViewChangeEvent
 
getHiddenNodeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
The integer values in the returned array are RootGraph indices.
getHiddenNodeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getHiddenNodes() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Use getHiddenNodeIndices() instead; the nodes returned by this method may have undefined state.
getHiddenNodes() - Method in class giny.view.GraphViewChangeEvent
 
getISOMVertexData(NodeView) - Method in class giny.util.ISOM3DLayout
 
getISOMVertexData(int) - Method in class giny.util.ISOM3DLayout
 
getISOMVertexData(NodeView) - Method in class giny.util.ISOMLayout
 
getISOMVertexData(int) - Method in class giny.util.ISOMLayout
 
getIdentifier() - Method in interface giny.model.Edge
 
getIdentifier() - Method in interface giny.model.Node
 
getIdentifier() - Method in interface giny.view.GraphView
 
getInDegree(Node) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getTarget().equals( node ).
getInDegree(int) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getTarget().equals( node ).
getInDegree(Node, boolean) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getInDegree(int, boolean) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getInDegree(Node) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getTarget().equals( node ).
getInDegree(int) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getTarget().equals( node ).
getInDegree(Node, boolean) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getSource().equals( node ).
getInDegree(int, boolean) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getSource().equals( node ).
getIndex(Node) - Method in interface giny.model.GraphPerspective
Return the index of the given Node in the underlying RootGraph.
getIndex(Edge) - Method in interface giny.model.GraphPerspective
Return the index of the given Edge in the underlying RootGraph.
getIndex(Node) - Method in interface giny.model.RootGraph
Return the index of the given Node.
getIndex(Edge) - Method in interface giny.model.RootGraph
Return the index of the given Edge.
getLabel() - Method in interface giny.view.EdgeView
 
getLabel() - Method in interface giny.view.NodeView
 
getLength(EdgeView) - Method in interface giny.util.JUNGSpringLayout.LengthFunction
 
getLength(EdgeView) - Method in class giny.util.JUNGSpringLayout
 
getLengthOfTask() - Method in class giny.util.IntNodeDistances
 
getLengthOfTask() - Method in interface giny.util.MonitorableTask
 
getLengthOfTask() - Method in class giny.util.NodeDistances
 
getLineType() - Method in interface giny.view.EdgeView
 
getMetaRelationshipCreatedEdgeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipCreatedEdges() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipCreatedNodeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipCreatedNodes() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipRemovedEdgeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipRemovedEdges() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipRemovedNodeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getMetaRelationshipRemovedNodes() - Method in class giny.model.RootGraphChangeEvent
 
getNode(int) - Method in interface giny.model.GraphPerspective
Return a Node which is in this GraphPerspective.
getNode(int) - Method in interface giny.model.RootGraph
Return the Node with the given index in this RootGraph.
getNode() - Method in interface giny.view.NodeView
 
getNodeBooleanProperty(int, int) - Method in interface giny.view.GraphView
 
getNodeCount() - Method in interface giny.model.GraphPerspective
Returns number of active nodes in this perspective.
getNodeCount() - Method in interface giny.model.RootGraph
Returns number of nodes in this RootGraph.
getNodeDoubleProperty(int, int) - Method in interface giny.view.GraphView
 
getNodeFloatProperty(int, int) - Method in interface giny.view.GraphView
 
getNodeIndex(int) - Method in interface giny.model.GraphPerspective
Deprecated. Use getRootGraphNodeIndex(int), whose functionality is identical.
getNodeIndicesArray() - Method in interface giny.model.GraphPerspective
Deprecated. Use nodesIterator() together with Node.getRootGraphIndex().
getNodeIndicesArray() - Method in interface giny.model.RootGraph
Deprecated. Use nodesIterator() together with Node.getRootGraphIndex().
getNodeIntProperty(int, int) - Method in interface giny.view.GraphView
 
getNodeMetaChildIndicesArray(int) - Method in interface giny.model.GraphPerspective
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getNodeMetaChildIndicesArray(int) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getNodeMetaChildIndicesArray(int, boolean) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getNodeMetaParentIndicesArray(int) - Method in interface giny.model.GraphPerspective
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getNodeMetaParentIndicesArray(int) - Method in interface giny.model.RootGraph
Nodes and Edges comprise an additional directed graph through the contains-a relationship, in which a MetaParent Node contains each of its MetaChild Nodes and Edges.
getNodeObjectProperty(int, int) - Method in interface giny.view.GraphView
Return the stored value for the node for the given property
getNodeView(double, double, double) - Method in class giny.util.Abstract3DLayout
 
getNodeView(double, double) - Method in class giny.util.AbstractLayout
 
getNodeView(Node) - Method in interface giny.view.GraphView
 
getNodeView(int) - Method in interface giny.view.GraphView
 
getNodeViewCount() - Method in interface giny.view.GraphView
 
getNodeViewsIterator() - Method in interface giny.view.GraphView
nodeViewsIterator only returns the NodeViews that are explicitly associated with this GraphView
getOffset() - Method in interface giny.view.NodeView
 
getOutDegree(Node) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getOutDegree(int) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getOutDegree(Node, boolean) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getOutDegree(int, boolean) - Method in interface giny.model.GraphPerspective
Return the number of Edges e in this GraphPerspective such that e.getSource().equals( node ).
getOutDegree(Node) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getSource().equals( node ).
getOutDegree(int) - Method in interface giny.model.RootGraph
Return the number of Edges esuch that e.getSource().equals( node ).
getOutDegree(Node, boolean) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getSource().equals( node ).
getOutDegree(int, boolean) - Method in interface giny.model.RootGraph
Return the number of Edges e such that e.getSource().equals( node ).
getRemovedEdgeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getRemovedEdges() - Method in class giny.model.RootGraphChangeEvent
Deprecated. Use getRemovedEdgeIndices() instead; the edges returned by this method may have undefined state.
getRemovedNodeIndices() - Method in class giny.model.RootGraphChangeEvent
 
getRemovedNodes() - Method in class giny.model.RootGraphChangeEvent
Deprecated. Use getRemovedNodeIndices() instead; the nodes returned by this method may have undefined state.
getRestoredEdgeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
The integer values in the returned array are RootGraph indices.
getRestoredEdgeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getRestoredEdges() - Method in class giny.model.GraphPerspectiveChangeEvent
 
getRestoredEdges() - Method in class giny.view.GraphViewChangeEvent
 
getRestoredNodeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
The integer values in the returned array are RootGraph indices.
getRestoredNodeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getRestoredNodes() - Method in class giny.model.GraphPerspectiveChangeEvent
 
getRestoredNodes() - Method in class giny.view.GraphViewChangeEvent
 
getRootGraph() - Method in interface giny.model.Edge
 
getRootGraph() - Method in interface giny.model.GraphPerspective
Return the root Graph for this GraphPerspective
getRootGraph() - Method in interface giny.model.Node
 
getRootGraph() - Method in interface giny.view.GraphView
 
getRootGraphEdgeIndex(int) - Method in interface giny.model.GraphPerspective
This method returns the input parameter if and only if an Edge at the specified RootGraph index exists in this GraphPerspective; otherwise 0 is returned.
getRootGraphIndex() - Method in interface giny.model.Edge
 
getRootGraphIndex() - Method in interface giny.model.Node
 
getRootGraphIndex() - Method in interface giny.view.EdgeView
 
getRootGraphIndex() - Method in interface giny.view.NodeView
 
getRootGraphNodeIndex(int) - Method in interface giny.model.GraphPerspective
This method returns the input parameter if and only if a Node at the specified RootGraph index exists in this GraphPerspective; otherwise 0 is returned.
getSelected() - Method in interface giny.view.EdgeView
 
getSelectedEdgeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic.
getSelectedEdgeIndices() - Method in interface giny.view.GraphView
 
getSelectedEdgeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getSelectedEdges() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic.
getSelectedEdges() - Method in interface giny.view.GraphView
 
getSelectedEdges() - Method in class giny.view.GraphViewChangeEvent
 
getSelectedNodeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic.
getSelectedNodeIndices() - Method in interface giny.view.GraphView
 
getSelectedNodeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getSelectedNodes() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic.
getSelectedNodes() - Method in interface giny.view.GraphView
 
getSelectedNodes() - Method in class giny.view.GraphViewChangeEvent
 
getSelectedPaint() - Method in interface giny.view.EdgeView
This really refers to the Stroke, TODO: Make separte stroke methods
getSelectedPaint() - Method in interface giny.view.NodeView
 
getShape() - Method in interface giny.view.NodeView
Shape is currently defined via predefined variables in the NodeView interface.
getSource() - Method in interface giny.model.Edge
 
getSource() - Method in class giny.model.GraphPerspectiveChangeEvent
The Object returned is one of two types - either a GraphPerspective or a RootGraph.
getSourceEdgeEnd() - Method in interface giny.view.EdgeView
Return the Drawing style for the edge end.
getSourceEdgeEndPaint() - Method in interface giny.view.EdgeView
 
getSourceEdgeEndSelectedPaint() - Method in interface giny.view.EdgeView
 
getSourceHandlePoint() - Method in interface giny.view.Bend
Returns the handle Point2D closest to the source node.
getSpringData(NodeView) - Method in class giny.util.JUNGSpringLayout
 
getSpringData(int) - Method in class giny.util.JUNGSpringLayout
 
getSpringData(EdgeView) - Method in class giny.util.JUNGSpringLayout
 
getStatus() - Method in class giny.util.Abstract3DLayout
{@inheritDoc} By default, an AbstractLayout returns null for its status.
getStatus() - Method in class giny.util.AbstractLayout
{@inheritDoc} By default, an AbstractLayout returns null for its status.
getStatus() - Method in class giny.util.FRLayout
Returns the current temperature and number of iterations elapsed, as a string.
getStatus() - Method in class giny.util.ISOM3DLayout
Returns the current number of epochs and execution status, as a string.
getStatus() - Method in class giny.util.ISOMLayout
Returns the current number of epochs and execution status, as a string.
getStroke() - Method in interface giny.view.EdgeView
 
getStrokeWidth() - Method in interface giny.view.EdgeView
 
getTarget() - Method in interface giny.model.Edge
 
getTargetEdgeEnd() - Method in interface giny.view.EdgeView
REturn the Drawing style for the edge end.
getTargetEdgeEndPaint() - Method in interface giny.view.EdgeView
 
getTargetEdgeEndSelectedPaint() - Method in interface giny.view.EdgeView
 
getTargetHandlePoint() - Method in interface giny.view.Bend
Returns the handle Point2D closest to the target node.
getTaskDescription() - Method in class giny.util.IntNodeDistances
 
getTaskDescription() - Method in interface giny.util.MonitorableTask
 
getTaskDescription() - Method in class giny.util.NodeDistances
 
getText() - Method in interface giny.view.Label
 
getTextPaint() - Method in interface giny.view.Label
Get the paint used to paint this nodes text.
getTransparency() - Method in interface giny.view.NodeView
 
getType() - Method in class giny.model.GraphPerspectiveChangeEvent
 
getType() - Method in class giny.model.RootGraphChangeEvent
 
getType() - Method in class giny.view.GraphViewChangeEvent
 
getUnselectedEdgeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic.
getUnselectedEdgeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getUnselectedEdges() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic.
getUnselectedEdges() - Method in class giny.view.GraphViewChangeEvent
 
getUnselectedNodeIndices() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic.
getUnselectedNodeIndices() - Method in class giny.view.GraphViewChangeEvent
 
getUnselectedNodes() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic.
getUnselectedNodes() - Method in class giny.view.GraphViewChangeEvent
 
getUnselectedPaint() - Method in interface giny.view.EdgeView
This really refers to the Stroke, TODO: Make separte stroke methods
getUnselectedPaint() - Method in interface giny.view.NodeView
 
getValue() - Method in class giny.util.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getWidth() - Method in interface giny.view.NodeView
TODO: Reconcile with Border Methods
getXDisp() - Method in class giny.util.FRLayout.FRVertexData
 
getXDisp() - Method in class giny.util.ISOM3DLayout.ISOMVertexData
 
getXDisp() - Method in class giny.util.ISOMLayout.ISOMVertexData
 
getXPosition() - Method in interface giny.view.NodeView
 
getYDisp() - Method in class giny.util.FRLayout.FRVertexData
 
getYDisp() - Method in class giny.util.ISOM3DLayout.ISOMVertexData
 
getYDisp() - Method in class giny.util.ISOMLayout.ISOMVertexData
 
getYPosition() - Method in interface giny.view.NodeView
 
getZDisp() - Method in class giny.util.ISOM3DLayout.ISOMVertexData
 
getZoom() - Method in interface giny.view.GraphView
 
giny.filter - package giny.filter
 
giny.model - package giny.model
 
giny.util - package giny.util
 
giny.view - package giny.view
 
graphPerspectiveChanged(GraphPerspectiveChangeEvent) - Method in interface giny.model.GraphPerspectiveChangeListener
Invoked when a GraphPerspective to which this GraphPerspectiveChangeListener listens changes.
graphView - Variable in class giny.util.Abstract3DLayout
 
graphView - Variable in class giny.util.AbstractLayout
 
graphView - Variable in class giny.util.SpringEmbeddedLayouter
 
graphViewChanged(GraphViewChangeEvent) - Method in interface giny.view.GraphViewChangeListener
Invoked when a GraphPerspective to which this GraphPerspectiveChangeListener listens changes.

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