RowAndColumnFragmentsDrawDelegate class
- Inheritance
-
- Object
- FragmentsDrawDelegate
- RowAndColumnFragmentsDrawDelegate
- Implementers
Constructors
- RowAndColumnFragmentsDrawDelegate({int numberOfRow, int numberOfColumn})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- numberOfColumn → int
-
列
final
- numberOfRow → int
-
行
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startingCoordinate → Coordinate
-
read-only
Methods
-
calculateFragment(
{int i, int j, Size size}) → Rect -
calculateStartingCoordinate(
{Size size, Offset startingOffset = Offset.zero}) → void -
draw(
{Canvas canvas, Image paintImage, double progress, Offset startingOffset}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited