Screen class abstract
Screen is a 2D surface of cells.
Upstream: third_party/ultraviolet/buffer.go (Screen interface).
Constructors
- Screen()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bounds(
) → Rectangle - Returns the screen bounds as a Rectangle.
-
cellAt(
int x, int y) → Cell? -
Returns the cell at (
x,y) or null if out of bounds. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCell(
int x, int y, Cell? cell) → void -
Sets the cell at (
x,y) tocell. -
toString(
) → String -
A string representation of this object.
inherited
-
widthMethod(
) → WidthMethod - Returns the active grapheme width measurement method.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited