class CursorMask extends AnyRef
A mask over a cursor. The CursorMask helps the cursor keep track of the state of masking and unmasking of cells between moves.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CursorMask
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def asciiDraw: String
- def foreachEastColumn(f: (Int) ⇒ Unit): Unit
- def foreachMasked(mv: Movement)(f: (Int, Int) ⇒ Unit): Unit
- def foreachUnmasked(mv: Movement)(f: (Int, Int) ⇒ Unit): Unit
- def foreachWestColumn(f: (Int) ⇒ Unit): Unit
- def foreachX(row: Int)(f: (Int) ⇒ Unit): Unit
- var isMasked: Boolean
- var leftIsMasked: Boolean
- var len: Int
- var x: Int
- var y: Int