Polar class

极坐标系 一个极坐标系只能包含一个径向轴和一个角度轴

Inheritance

Constructors

Polar({SNumber radius = const SNumber.percent(50), List<SNumber> center = const [SNumber.percent(50), SNumber.percent(50)], RadiusAxis radiusAxis = const RadiusAxis(), AngleAxis angleAxis = const AngleAxis(), ToolTip? toolTip, bool silent = true, String id = ''})
const

Properties

angleAxis AngleAxis
final
center List<SNumber>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
radius SNumber
finalinherited
radiusAxis RadiusAxis
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
finalinherited
silent bool
final
toolTip ToolTip?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLayout() CoordinateLayout
override
toString() String
A string representation of this object.
inherited

Operators

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