Uses of Interface
org.cytoscape.view.model.spacial.NodeSpacialIndex2DEnumerator
Packages that use NodeSpacialIndex2DEnumerator
-
Uses of NodeSpacialIndex2DEnumerator in org.cytoscape.view.model.spacial
Methods in org.cytoscape.view.model.spacial that return NodeSpacialIndex2DEnumeratorModifier 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.