Cytoscape 2.8.0 API

Uses of Interface
cytoscape.geom.spacial.SpacialEntry2DEnumerator

Packages that use SpacialEntry2DEnumerator
cytoscape.geom.rtree   
cytoscape.geom.spacial   
 

Uses of SpacialEntry2DEnumerator in cytoscape.geom.rtree
 

Methods in cytoscape.geom.rtree that return SpacialEntry2DEnumerator
 SpacialEntry2DEnumerator RTree.queryOverlap(float xMin, float yMin, float xMax, float yMax, float[] extentsArr, int offset, boolean reverse)
          Returns an enumeration of entries whose extents intersect the specified axis-aligned rectangular area.
 

Uses of SpacialEntry2DEnumerator in cytoscape.geom.spacial
 

Methods in cytoscape.geom.spacial that return SpacialEntry2DEnumerator
 SpacialEntry2DEnumerator SpacialIndex2D.queryOverlap(float xMin, float yMin, float xMax, float yMax, float[] extentsArr, int offset, boolean reverse)
          Returns an enumeration of entries whose extents intersect the specified axis-aligned rectangular area.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.