CellOperation<CellDataType extends SwayzeCellData> class
abstract
A definition of a mutative operation on the state of cells to be performed
on matrix
- Implementers
- Annotations
Constructors
- CellOperation()
-
const
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
-
affects(
Range2D range) → bool -
Whether this operation affects a specific region of the matrix
defined by
range
. -
commit(
MatrixMap< CellDataType> cellMatrix) → void -
Commit this operation into a
cellMatrix
-
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.
inherited