NormalLineMixin<T> mixin

正常模式下绘图操作 基于path做transform变换,但是不好做差值动画

Superclass Constraints
Mixin Applications

Properties

chartState ChartLayoutState
图表的布局状态
getter/setter pairinherited
controller ChartController
getter/setter pairinherited
data List<T>
数据源
finalinherited
hashCode int
The hash code for this object.
no setterinherited
index int
在图表中的位置
getter/setter pairinherited
isInit bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yAxisPosition int
跟哪个y轴关联
finalinherited

Methods

asyncInitWithOutAnimal(ChartsState state) Map<int, LineInfo>
draw(Canvas canvas, ChartsState state) → void
getLastData(bool need) List<ChartItemLayoutState>?
inherited
init(ChartsState state) → void
初始化 耗时的方法都可以放到这里
lerpList(List<num>? a, List<num>? b, double t) List<num>?
inherited
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