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

E

EAST - Static variable in interface giny.view.Label
 
EDGES_CREATED_TYPE - Static variable in class giny.model.RootGraphChangeEvent
 
EDGES_HIDDEN_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
EDGES_HIDDEN_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
EDGES_REMOVED_TYPE - Static variable in class giny.model.RootGraphChangeEvent
 
EDGES_RESTORED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
EDGES_RESTORED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
EDGES_SELECTED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
EDGES_SELECTED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
EDGES_UNSELECTED_TYPE - Static variable in class giny.model.GraphPerspectiveChangeEvent
 
EDGES_UNSELECTED_TYPE - Static variable in class giny.view.GraphViewChangeEvent
 
EDGE_COLOR_ARROW - Static variable in interface giny.view.EdgeView
 
EDGE_COLOR_CIRCLE - Static variable in interface giny.view.EdgeView
 
EDGE_COLOR_DELTA - Static variable in interface giny.view.EdgeView
 
EDGE_COLOR_DIAMOND - Static variable in interface giny.view.EdgeView
 
EDGE_COLOR_T - Static variable in interface giny.view.EdgeView
 
EDGE_LINE_TYPE - Static variable in interface giny.view.GraphView
 
EDGE_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_SELECTION_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_SOURCE_END_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_SOURCE_END_SELECTED_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_SOURCE_END_TYPE - Static variable in interface giny.view.GraphView
 
EDGE_TARGET_END_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_TARGET_END_SELECTED_PAINT - Static variable in interface giny.view.GraphView
 
EDGE_TARGET_END_TYPE - Static variable in interface giny.view.GraphView
 
EDGE_WIDTH - Static variable in interface giny.view.GraphView
 
ELLIPSE - Static variable in interface giny.view.NodeView
 
Edge - interface giny.model.Edge.
 
EdgeView - interface giny.view.EdgeView.
 
edgeCount - Variable in class giny.util.SpringEmbeddedLayouter
 
edgeCount() - Method in interface giny.view.GraphView
 
edgeExists(Node, Node) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways: this method returns true if and only if either 1) there exists a directed edge E in this GraphPerspective such that the from node specified is E's source node and the target node specified is E's target node or 2) there exists an undirected edge E in this GraphPerspective such that E's endpoints are the from and to nodes specified.
edgeExists(int, int) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways: this method returns true if and only if either 1) there exists a directed edge E in this GraphPerspective such that from_node_index is E's source node's index and to_node_index is E's target node's index or 2) there exists an undirected edge E in this GraphPerspective such that E's endpoint nodes have indices from_node_index and to_node_index.
edgeExists(Node, Node) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways: this method returns true if and only if either 1) there exists a directed edge E in this RootGraph such that the from node specified is E's source node and the target node specified is E's target node or 2) there exists an undirected edge E in this RootGraph such that E's endpoints are the from and to nodes specified.
edgeExists(int, int) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead; if you decide to use this method anyways: this method returns true if and only if either 1) there exists a directed edge E in this RootGraph such that from_node_index is E's source node's index and to_node_index is E's target node's index or 2) there exists an undirected edge E in this RootGraph such that E's endpoint nodes have indices from_node_index and to_node_index.
edgeMetaChildrenList(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.
edgeMetaChildrenList(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.
edgeMetaChildrenList(Node) - Method in interface giny.model.RootGraph
Deprecated. Use getEdgeMetaChildIndicesArray(int) instead.
edgeMetaChildrenList(int) - Method in interface giny.model.RootGraph
Deprecated. Use getEdgeMetaChildIndicesArray(int) instead.
edgeMetaParentsList(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.
edgeMetaParentsList(int) - Method in interface giny.model.RootGraph
Deprecated. Use getEdgeMetaParentIndicesArray(int) instead.
edgeSelectionEnabled() - Method in interface giny.view.GraphView
 
edgesIterator() - Method in interface giny.model.GraphPerspective
 
edgesIterator() - Method in interface giny.model.RootGraph
Returns an Iterator over all giny.model.Edge objects in this RootGraph.
edgesList() - Method in interface giny.model.GraphPerspective
Deprecated. Use edgesIterator() instead.
edgesList(Node, Node) - Method in interface giny.model.GraphPerspective
Return a new List of the Edges in this GraphPerspective from the first given Node to the second given Node.
edgesList(int, int, boolean) - Method in interface giny.model.GraphPerspective
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
edgesList() - Method in interface giny.model.RootGraph
Deprecated. Use edgesIterator() instead.
edgesList(Node, Node) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
edgesList(int, int, boolean) - Method in interface giny.model.RootGraph
Deprecated. Use getAdjacentEdgeIndicesArray(int, boolean, boolean, boolean) instead.
enableEdgeSelection() - Method in interface giny.view.GraphView
 
enableNodeSelection() - Method in interface giny.view.GraphView
 
ensureCapacity(int, int) - Method in interface giny.model.RootGraph
Deprecated. Please don't call this silly method; implementors: I suggest creating an easter egg and having it take effect when this method is called.

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