Packagecom.yworks.graph.model
Interfacepublic interface IHitTestIterator
Implementors ClosestHitHitTestIteratorWrapper

An interface that can enumerate hits for a certain position in world coordinates.



Public Methods
 MethodDefined By
  
iterateHits(x:Number, y:Number):Iterator
Yields an iterator that iterates the hits for a given world coordinate.
IHitTestIterator
Method Detail
iterateHits()method
public function iterateHits(x:Number, y:Number):Iterator

Yields an iterator that iterates the hits for a given world coordinate.

Parameters

x:Number — the x coordinate in the world coordinate system
 
y:Number — the y coordinate in the world coordinate system

Returns
Iterator — An iterator that yields hits for the given coordinates