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

I

INFINITY - Static variable in class giny.util.IntNodeDistances
 
INFINITY - Static variable in class giny.util.NodeDistances
 
ISOM3DLayout - class giny.util.ISOM3DLayout.
 
ISOM3DLayout(GraphView) - Constructor for class giny.util.ISOM3DLayout
 
ISOM3DLayout.ISOMVertexData - class giny.util.ISOM3DLayout.ISOMVertexData.
 
ISOM3DLayout.ISOMVertexData() - Constructor for class giny.util.ISOM3DLayout.ISOMVertexData
 
ISOMLayout - class giny.util.ISOMLayout.
 
ISOMLayout(GraphView) - Constructor for class giny.util.ISOMLayout
 
ISOMLayout.ISOMVertexData - class giny.util.ISOMLayout.ISOMVertexData.
 
ISOMLayout.ISOMVertexData() - Constructor for class giny.util.ISOMLayout.ISOMVertexData
 
IntNodeDistances - class giny.util.IntNodeDistances.
Calculates the all-pairs-shortest-paths (APSP) of a set of giny.model.Node objects' indices that reside in a giny.model.GraphPerspective.
IntNodeDistances(int[], int[][], GraphPerspective) - Constructor for class giny.util.IntNodeDistances
Constructor, it assumes that the graph is undirected.
IntNodeDistances(int[], int[][], GraphPerspective, boolean) - Constructor for class giny.util.IntNodeDistances
Constructor, specifies whether the graph should be trated as a directed graph or not.
incrementDisp(double, double) - Method in class giny.util.FRLayout.FRVertexData
 
incrementDisp(double, double, double) - Method in class giny.util.ISOM3DLayout.ISOMVertexData
 
incrementDisp(double, double) - Method in class giny.util.ISOMLayout.ISOMVertexData
 
incrementsAreDone() - Method in class giny.util.FRLayout
Returns true once the current iteration has passed the maximum count, MAX_ITERATIONS.
incrementsAreDone() - Method in class giny.util.ForceDirectedLayout
For now, we pretend it never finishes.
incrementsAreDone() - Method in class giny.util.ISOM3DLayout
For now, we pretend it never finishes.
incrementsAreDone() - Method in class giny.util.ISOMLayout
For now, we pretend it never finishes.
incrementsAreDone() - Method in class giny.util.JUNGSpringLayout
For now, we pretend it never finishes.
initialize(Dimension) - Method in class giny.util.Abstract3DLayout
Initializer, calls intialize_local and initializeLocations to start construction process.
initialize(Dimension) - Method in class giny.util.AbstractLayout
Initializer, calls intialize_local and initializeLocations to start construction process.
initialize() - Method in class giny.util.FRLayout.FRVertexData
 
initialize() - Method in class giny.util.ISOM3DLayout.ISOMVertexData
 
initialize() - Method in class giny.util.ISOMLayout.ISOMVertexData
 
initializeLocation(NodeView, Dimension) - Method in class giny.util.Abstract3DLayout
Sets random locations for a vertex within the dimensions of the space.
initializeLocation(NodeView, Dimension) - Method in class giny.util.AbstractLayout
Sets random locations for a vertex within the dimensions of the space.
initializeLocations() - Method in class giny.util.Abstract3DLayout
This method calls initialize_local_vertex for each vertex, and also adds initial coordinate information for each vertex.
initializeLocations() - Method in class giny.util.AbstractLayout
This method calls initialize_local_vertex for each vertex, and also adds initial coordinate information for each vertex.
initializeSpringEmbeddedLayouter() - Method in class giny.util.SpringEmbeddedLayouter
 
initialize_local() - Method in class giny.util.Abstract3DLayout
Initializes all local information, and is called immediately within the initialize() process.
initialize_local() - Method in class giny.util.AbstractLayout
Initializes all local information, and is called immediately within the initialize() process.
initialize_local() - Method in class giny.util.FRLayout
 
initialize_local() - Method in class giny.util.ForceDirectedLayout
 
initialize_local() - Method in class giny.util.ISOM3DLayout
 
initialize_local() - Method in class giny.util.ISOMLayout
 
initialize_local() - Method in class giny.util.JUNGSpringLayout
 
initialize_local_node_view(NodeView) - Method in class giny.util.Abstract3DLayout
Initializes the local information on a single vertex.
initialize_local_node_view(NodeView) - Method in class giny.util.AbstractLayout
Initializes the local information on a single vertex.
initialize_local_node_view(NodeView) - Method in class giny.util.FRLayout
 
initialize_local_node_view(NodeView) - Method in class giny.util.ForceDirectedLayout
 
initialize_local_node_view(NodeView) - Method in class giny.util.ISOM3DLayout
 
initialize_local_node_view(NodeView) - Method in class giny.util.ISOMLayout
 
initialize_local_node_view(NodeView) - Method in class giny.util.JUNGSpringLayout
 
interrupt() - Method in class giny.util.SwingWorker
A new method that interrupts the worker thread.
isDirected() - Method in interface giny.model.Edge
 
isDone() - Method in class giny.util.IntNodeDistances
 
isDone() - Method in interface giny.util.MonitorableTask
 
isDone() - Method in class giny.util.NodeDistances
 
isEdgeDirected(int) - Method in interface giny.model.GraphPerspective
Retrieve the directedness of the Edge in this GraphPerspective with the given [RootGraph] index.
isEdgeDirected(int) - Method in interface giny.model.RootGraph
Retrieve the directedness of the Edge with the given index.
isEdgeMetaChild(int, 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.
isEdgeMetaChild(int, 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.
isEdgeMetaParent(int, 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.
isEdgeMetaParent(int, 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.
isEdgesCreatedType() - Method in class giny.model.RootGraphChangeEvent
 
isEdgesHiddenType() - Method in class giny.model.GraphPerspectiveChangeEvent
 
isEdgesHiddenType() - Method in class giny.view.GraphViewChangeEvent
 
isEdgesRemovedType() - Method in class giny.model.RootGraphChangeEvent
 
isEdgesRestoredType() - Method in class giny.model.GraphPerspectiveChangeEvent
 
isEdgesRestoredType() - Method in class giny.view.GraphViewChangeEvent
 
isEdgesSelectedType() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic.
isEdgesSelectedType() - Method in class giny.view.GraphViewChangeEvent
 
isEdgesUnselectedType() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic.
isEdgesUnselectedType() - Method in class giny.view.GraphViewChangeEvent
 
isIncremental() - Method in class giny.util.FRLayout
This one is an incremental visualization.
isIncremental() - Method in class giny.util.ForceDirectedLayout
This one is an incremental visualization
isIncremental() - Method in class giny.util.ISOM3DLayout
This one is an incremental visualization.
isIncremental() - Method in class giny.util.ISOMLayout
This one is an incremental visualization.
isIncremental() - Method in class giny.util.JUNGSpringLayout
This one is an incremental visualization
isMetaChild(Node, 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.
isMetaChild(Node, Edge) - 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.
isMetaChild(Node, Node) - 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.
isMetaChild(Node, Edge) - 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.
isMetaParent(Node, 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.
isMetaParent(Edge, 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.
isMetaParent(Node, Node) - 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.
isMetaParent(Edge, Node) - 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.
isMetaRelationshipEdgesCreatedType() - Method in class giny.model.RootGraphChangeEvent
 
isMetaRelationshipEdgesRemovedType() - Method in class giny.model.RootGraphChangeEvent
 
isMetaRelationshipNodesCreatedType() - Method in class giny.model.RootGraphChangeEvent
 
isMetaRelationshipNodesRemovedType() - Method in class giny.model.RootGraphChangeEvent
 
isNeighbor(Node, 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 true if and only if a_node is a "node neighbor" of another_node in this GraphPerspective.
isNeighbor(int, 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 true if and only if node at index a_node_index is a "node neighbor" of node at index another_node_index in this GraphPerspective.
isNeighbor(Node, 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 true if and only if a_node is a "node neighbor" of another_node in this RootGraph.
isNeighbor(int, int) - 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 true if and only if node at index a_node_index is a "node neighbor" of node at index another_node_index in this RootGraph.
isNodeMetaChild(int, 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.
isNodeMetaChild(int, 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.
isNodeMetaChild(int, 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.
isNodeMetaParent(int, 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.
isNodeMetaParent(int, 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.
isNodesCreatedType() - Method in class giny.model.RootGraphChangeEvent
 
isNodesHiddenType() - Method in class giny.model.GraphPerspectiveChangeEvent
 
isNodesHiddenType() - Method in class giny.view.GraphViewChangeEvent
 
isNodesRemovedType() - Method in class giny.model.RootGraphChangeEvent
 
isNodesRestoredType() - Method in class giny.model.GraphPerspectiveChangeEvent
 
isNodesRestoredType() - Method in class giny.view.GraphViewChangeEvent
 
isNodesSelectedType() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic.
isNodesSelectedType() - Method in class giny.view.GraphViewChangeEvent
 
isNodesUnselectedType() - Method in class giny.model.GraphPerspectiveChangeEvent
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic.
isNodesUnselectedType() - Method in class giny.view.GraphViewChangeEvent
 
isSelected() - Method in interface giny.view.EdgeView
 
isSelected() - Method in interface giny.view.NodeView
 

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