Uses of Interface
org.cytoscape.view.model.spacial.EdgeSpacialIndex2DEnumerator
-
Uses of EdgeSpacialIndex2DEnumerator in org.cytoscape.view.model.spacial
Modifier and TypeMethodDescriptionNetworkSpacialIndex2D.queryAllEdges(BooleanSupplier isCancelled)
Returns an enumerator of all edges in the network.NetworkSpacialIndex2D.queryOverlapEdges(float xMin, float yMin, float xMax, float yMax, BooleanSupplier isCancelled)
Returns an enumerator of all edges that are adjacent to nodes that are contained within or intersecting the given rectangle.