Package | com.yworks.yfiles.geom |
Interface | public interface YPointCursor extends YCursor |
Method | Defined By | ||
---|---|---|---|
![]() | current():Object
Returns the object currently pointed on. | YCursor | |
![]() | next():void
Moves this cursor one position forward. | YCursor | |
![]() | ok():Boolean
Returns true if the current cursor position is valid. | YCursor | |
Returns the instance of YPoint the cursor is currently pointing on. | YPointCursor | ||
![]() | prev():void
Moves this cursor one position backward (optional). | YCursor | |
![]() | size():int
Returns the number of elements that can be accessed with this cursor. | YCursor | |
![]() | toFirst():void
Moves this cursor to the first valid cursor position (optional). | YCursor | |
![]() | toLast():void
Moves this cursor to the last valid cursor position (optional). | YCursor |