Uses of Interface
org.cytoscape.view.model.spacial.SpacialIndex2DEnumerator
-
Packages that use SpacialIndex2DEnumerator Package Description org.cytoscape.view.model.spacial -
-
Uses of SpacialIndex2DEnumerator in org.cytoscape.view.model.spacial
Methods in org.cytoscape.view.model.spacial that return SpacialIndex2DEnumerator Modifier and Type Method Description SpacialIndex2DEnumerator<K>
SpacialIndex2D. queryAll()
Returns an enumerator of all the objects stored in this SpacialIndex2D.SpacialIndex2DEnumerator<K>
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.
-