ChartCircularCoordinateState class

圆形坐标系信息

Inheritance

Constructors

ChartCircularCoordinateState.new({required Size size, required EdgeInsets margin, required EdgeInsets padding, required double controlValue, required double borderWidth, required ArcDirection arcPosition})

Properties

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

Methods

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