RectCoord class
The specification of a rectangle coordinate.
In a rectangle coordinate, dimensions are assigned to horizontal and vertical directions.
Unlike the canvas coordinate, the vertical dimension direction is from bottom to top.
Constructors
Properties
- color ↔ Color?
-
The color of this coordinate region.
getter/setter pairinherited
- dimCount ↔ int?
-
The count of coordinate dimensions.
getter/setter pairinherited
- dimFill ↔ double?
-
The position value to fill the domain dimension when dimCount is 1.
getter/setter pairinherited
- gradient ↔ Gradient?
-
The gradient of this coordinate region.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
horizontalRange
↔ List<
double> ? -
Range ratio of coordinate width to coordinate region width.
getter/setter pair
-
horizontalRangeUpdater
↔ EventUpdater<
List< ?double> > -
Event updater of horizontalRange.
getter/setter pair
- layer ↔ int?
-
The layer of this coordinate region background.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transposed ↔ bool?
-
Weither to transpose domain dimension and measure dimension.
getter/setter pairinherited
-
verticalRange
↔ List<
double> ? -
Range ratio of coordinate height to coordinate region height.
getter/setter pair
-
verticalRangeUpdater
↔ EventUpdater<
List< ?double> > -
Event updater of verticalRange.
getter/setter pair
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