Packagecom.yworks.yfiles.layout.planar
Interfacepublic interface FaceCursor extends YCursor

Defines a cursor which returns only instances of Face.



Public Methods
 MethodDefined By
 Inherited
current():Object
Returns the object currently pointed on.
YCursor
  
Returns the Face, the cursor is pointing on.
FaceCursor
 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
Method Detail
face()method
public function face():Face

Returns the Face, the cursor is pointing on.

Returns
Face