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