ChartAnimatorBySys class

Inheritance

Properties

angle double?
getter/setter pairinherited
animating bool
getter/setter pair
durationMinPercent double
getter/setter pair
easingFunction_1 EasingFunction
getter/setter pair
easingFunction_2 EasingFunction?
getter/setter pair
fromAngle double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listener AnimatorUpdateListener
object that is updated upon animation update
getter/setter pairinherited
phaseX double
The phase of drawn values on the x-axis. 0 - 1
getter/setter pairinherited
phaseY double
The phase of drawn values on the y-axis. 0 - 1
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAngle double?
getter/setter pair
which int
getter/setter pair
xDurationLong bool
getter/setter pair

Methods

animateX1(int durationMillis) → void
Animates values along the X axis, in a linear fashion.
inherited
animateX2(int durationMillis, EasingFunction easing) → void
Animates values along the X axis.
override
animateXY1(int durationMillisX, int durationMillisY) → void
Animates values along both the X and Y axes, in a linear fashion.
inherited
animateXY2(int durationMillisX, int durationMillisY, EasingFunction easing) → void
Animates values along both the X and Y axes.
override
animateXY3(int durationMillisX, int durationMillisY, EasingFunction easingX, EasingFunction easingY) → void
Animates values along both the X and Y axes.
override
animateY1(int durationMillis) → void
Animates values along the Y axis, in a linear fashion.
inherited
animateY2(int durationMillis, EasingFunction easing) → void
Animates values along the Y axis.
override
getPhaseX() double
Gets the X axis phase of the animation.
inherited
getPhaseY() double
Gets the Y axis phase of the animation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
setPhaseX(double phase) → void
Sets the X axis phase of the animation.
inherited
setPhaseY(double phase) → void
Sets the Y axis phase of the animation.
inherited
spin(int durationMillis, double fromAngle, double toAngle, EasingFunction easing) → void
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

animateSpin → const int
animateX → const int
animateXY → const int
animateY → const int