LinearScale class

Inheritance

Constructors

LinearScale(List<num> domain, List<num> range, bool inverse, [int tickCount = 0])
表示域的范围

Properties

domain List<num>
表示域的范围
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
inverse bool
finalinherited
range List<num>
映射域的值(比如坐标等)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tickCount int
no setteroverride
viewInterval num
no setterinherited

Methods

domainValue(covariant num rangeData) num
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rangeValue(DynamicData domainData) num
override
toString() String
A string representation of this object.
inherited

Operators

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