Packagecom.yworks.graph.model
Interfacepublic interface IHitTestIterator

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



Public Methods
 MethodDefined by
  
iterateHits(x:Number, y:Number):Iterator
Yields and enumerator that enumerates the hits for a given world coordinate.
IHitTestIterator
Method detail
iterateHits()method
public function iterateHits(x:Number, y:Number):Iterator

Yields and enumerator that enumerates 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 enumerator that yields hits for the given coordinates