If this GraphPerspective hides the Edge with the given index in the
underlying RootGraph, change it so that it does not hide the edge or the
Nodes on which the edge is incident.
If this GraphPerspective hides any of the Edges corresponding to the
indices in the given array, change it so that it does not hide those edges
or any of the Nodes on which they are incident.
Deprecated.Use restoreNodes(int[]) and restoreEdges(int[]) instead; to
get edges incident to specified nodes, use
RootGraph.getConnectingEdgeIndicesArray(int[]).
Deprecated.Use restoreNodes(int[]) and restoreEdges(int[]) instead; to
get edges incident to specified nodes, use
RootGraph.getConnectingEdgeIndicesArray(int[]).