Uses of Interface
org.cytoscape.view.model.spacial.SpacialIndex2DEnumerator
Packages that use SpacialIndex2DEnumerator
-
Uses of SpacialIndex2DEnumerator in org.cytoscape.view.model.spacial
Subinterfaces of SpacialIndex2DEnumerator in org.cytoscape.view.model.spacialModifier and TypeInterfaceDescriptioninterface
Enumerator returned when querying aNetworkSpacialIndex2D
, used to iterate over the results of the query.Methods in org.cytoscape.view.model.spacial that return SpacialIndex2DEnumeratorModifier 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.