ChartCoordinateState class abstract

坐标系布局信息

Implementers

Constructors

ChartCoordinateState({required Size size, required EdgeInsets margin, required EdgeInsets padding, required double controlValue})

Properties

bottom double
getter/setter pair
content EdgeInsets
getter/setter pair
contentHeight double
getter/setter pair
contentWidth double
getter/setter pair
controlValue double
控制点
final
hashCode int
The hash code for this object.
no setterinherited
left double
getter/setter pair
localPosition Offset?
点击的位置
getter/setter pair
margin EdgeInsets
外间隙
final
offset Offset
滚动偏移
getter/setter pair
padding EdgeInsets
内间隙
final
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
尺寸
final
top double
getter/setter pair
transform ↔ TransformUtils
坐标转换工具
getter/setter pair
zoom double
缩放级别
getter/setter pair

Methods

getPosForX(double position, [bool withOffset = false]) double
getPosForY(double position) double
init() → void
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