Uses of Interface
org.cytoscape.view.model.spacial.SpacialIndex2DEnumerator
-
Uses of SpacialIndex2DEnumerator in org.cytoscape.view.model.spacial
Modifier and TypeInterfaceDescriptioninterface
Enumerator returned when querying aNetworkSpacialIndex2D
, used to iterate over the results of the query.Modifier and TypeMethodDescriptionSpacialIndex2D.queryAll()
Returns an enumerator of all the objects stored in this SpacialIndex2D.SpacialIndex2D.queryOverlap
(float xMin, float yMin, float xMax, float yMax) Returns an enumerator of all the rectangular objects that are contained within or intersecting the given rectangle.