Packagecom.yworks.yfiles.base
Interfacepublic interface EdgeCursor extends YCursor

A cursor interface for iterating over edges.



Public Methods
 MethodDefined By
 Inherited
current():Object
Returns the object currently pointed on.
YCursor
 Inherited
next():void
Moves this cursor one position forward.
YCursor
 Inherited
ok():Boolean
Returns true if the current cursor position is valid.
YCursor
 Inherited
prev():void
Moves this cursor one position backward (optional).
YCursor
 Inherited
size():int
Returns the number of elements that can be accessed with this cursor.
YCursor
 Inherited
toFirst():void
Moves this cursor to the first valid cursor position (optional).
YCursor
 Inherited
toLast():void
Moves this cursor to the last valid cursor position (optional).
YCursor