Position class final
Upstream: third_party/ultraviolet/buffer.go (Position, Rectangle).
A 2D integer coordinate in terminal cell space.
Represents the location of a cell with x (column) and y (row).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override