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

N

NODES_CREATED_TYPE - Static variable in class giny.model.RootGraphChangeEvent
 
NODES_HIDDEN_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
NODES_HIDDEN_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
NODES_REMOVED_TYPE - Static variable in class giny.model.RootGraphChangeEvent
 
NODES_RESTORED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
NODES_RESTORED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
NODES_SELECTED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
NODES_SELECTED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
NODES_UNSELECTED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
NODES_UNSELECTED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
NODE_BORDER_PAINT - Static variable in interface giny.view.GraphView
 
NODE_BORDER_WIDTH - Static variable in interface giny.view.GraphView
 
NODE_HEIGHT - Static variable in interface giny.view.GraphView
 
NODE_LABEL - Static variable in interface giny.view.GraphView
 
NODE_PAINT - Static variable in interface giny.view.GraphView
 
NODE_SELECTION_PAINT - Static variable in interface giny.view.GraphView
 
NODE_SHAPE - Static variable in interface giny.view.GraphView
 
NODE_WIDTH - Static variable in interface giny.view.GraphView
 
NODE_X_POSITION - Static variable in interface giny.view.GraphView
 
NODE_Y_POSITION - Static variable in interface giny.view.GraphView
 
NODE_Z_POSITION - Static variable in interface giny.view.GraphView
 
NORTH - Static variable in interface giny.view.Label
 
NORTHEAST - Static variable in interface giny.view.Label
 
NORTHWEST - Static variable in interface giny.view.Label
 
NO_END - Static variable in interface giny.view.EdgeView
 
Node - interface giny.model.Node.
 
NodeDistances - class giny.util.NodeDistances.
Calculates the all-pairs-shortest-paths (APSP) of a set of giny.model.Node objects that reside in a giny.model.GraphPerspective.
NodeDistances(List, int[][], GraphPerspective) - Constructor for class giny.util.NodeDistances
Deprecated. Can't use this now that GraphPerspective uses root graph indices.
NodeDistances(List, int[][], GraphPerspective, boolean) - Constructor for class giny.util.NodeDistances
Deprecated. Can't use this now that GraphPerspective uses root graph indices.
NodeDistances(List, GraphPerspective, HashMap) - Constructor for class giny.util.NodeDistances
The main constructor
NodeView - interface giny.view.NodeView.
Any and all questions should be directed to me.
neighborsArray(int) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways, please note that the definition of "node neighbor" is such: Node A is a "node neighbor" of node B if and only if there exists an edge [directed or undirected] E such that A is E's target and B is E's source, or A is E's source and B is E's target; this method then returns a non-repeating list of indices of all nodes N in this GraphPerspective such that N is a "node neighbor" of the node at specified index, or null if no node at specified index exists in this GraphPerspective.
neighborsList(Node) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways, please note that the definition of "node neighbor" is such: Node A is a "node neighbor" of node B if and only if there exists an edge [directed or undirected] E such that A is E's target and B is E's source, or A is E's source and B is E's target; this method then returns a non-repeating list of all nodes N in this GraphPerspective such that N is a "node neighbor" of node, the input parameter.
neighborsList(Node) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways, please note that the definition of "node neighbor" is such: Node A is a "node neighbor" of node B if and only if there exists an edge [directed or undirected] E such that A is E's target and B is E's source, or A is E's source and B is E's target; this method then returns a non-repeating list of all nodes N in this RootGraph such that N is a "node neighbor" of node, the input parameter.
nodeCount - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeCount() - Method in interface giny.view.GraphView
 
nodeDistanceRestLengthConstant - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeDistanceSpringRestLengths - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeDistanceSpringScalars - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeDistanceSpringStrengths - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeDistanceStrengthConstant - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeIndexToFRDataMap - Variable in class giny.util.FRLayout
 
nodeIndexToMatrixIndexMap - Variable in class giny.util.NodeDistances
 
nodeIndexToMatrixIndexMap - Variable in class giny.util.SpringEmbeddedLayouter
 
nodeMetaChildrenList(Node) - 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.
nodeMetaChildrenList(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.
nodeMetaChildrenList(Node) - Method in interface giny.model.RootGraph
Deprecated. Use getNodeMetaChildIndicesArray(int) instead.
nodeMetaChildrenList(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.
nodeMetaParentsList(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.
nodeMetaParentsList(int) - Method in interface giny.model.RootGraph
Deprecated. Use getNodeMetaParentIndicesArray(int) instead.
nodeSelectionEnabled() - Method in interface giny.view.GraphView
 
nodesArray - Variable in class giny.util.IntNodeDistances
 
nodesIterator() - Method in interface giny.model.GraphPerspective
Returns an Iterator over all giny.model.Node objects in this GraphPerspective.
nodesIterator() - Method in interface giny.model.RootGraph
Returns an Iterator over all giny.model.Node objects in this RootGraph.
nodesList() - Method in interface giny.model.GraphPerspective
Deprecated. Use nodesIterator() instead.
nodesList() - Method in interface giny.model.RootGraph
Deprecated. Use nodesIterator() instead.
nodesList - Variable in class giny.util.NodeDistances
 
numLayoutPasses - Variable in class giny.util.SpringEmbeddedLayouter
 

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