DeleteCellOperation<CellDataType extends SwayzeCellData> class

A description of a CellOperation that removes a cell located on position.

Inheritance

Constructors

DeleteCellOperation(IntVector2 position)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
position → IntVector2
final
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.
override
commit(MatrixMap<CellDataType> matrix) → void
Commit this operation into a cellMatrix
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override