| Package | com.yworks.graph.model |
| Interface | public interface IHitTestIterator |
| Implementors | ClosestHitHitTestIteratorWrapper |
| Method | Defined By | ||
|---|---|---|---|
iterateHits(x:Number, y:Number):Iterator
Yields an iterator that iterates the hits for a given world coordinate. | IHitTestIterator | ||
| iterateHits | () | method |
public function iterateHits(x:Number, y:Number):IteratorYields 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
|
Iterator — An iterator that yields hits for the given coordinates
|