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

H

HEXAGON - Static variable in interface giny.view.NodeView
 
handleAlreadyExists(Point2D) - Method in interface giny.view.Bend
Checks to see if a PHandle already exists for the given point.
hideEdge(Edge) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide the given Edge, change it so that it does hide the edge.
hideEdge(int) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide the Edge with the given index in the RootGraph, change it so that it does hide the edge.
hideEdges(List) - Method in interface giny.model.GraphPerspective
Deprecated. Use hideEdge(Edge) or hideEdges(int[]) instead.
hideEdges(int[]) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide any of the Edges corresponding to the indices in the given array, change it so that it does hide those edges.
hideGraphObject(Object) - Method in interface giny.view.GraphView
use this to hide a node or edge
hideGraphObjects(List) - Method in interface giny.view.GraphView
Warning!!!!!!!
Only to be used for homogenous groups!!!!
hideNode(Node) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide the given Node, change it so that it does hide the node and all of its incident edges.
hideNode(int) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide the Node with the given index in the underlying RootGraph, change it so that it does hide the node and all of its incident edges.
hideNode(GraphPerspective, int, boolean) - Static method in class giny.util.GraphPerspectiveUtil
This method will hide the node and optionally all connected edges.
hideNodes(List) - Method in interface giny.model.GraphPerspective
Deprecated. Use hideNode(Node) or hideNodes(int[]) instead.
hideNodes(int[]) - Method in interface giny.model.GraphPerspective
If this GraphPerspective does not hide any of the Nodes corresponding to the indices in the given array, change it so that it does hide those nodes and all Edges incident on them.

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