CurveUtility<T extends Attribute> class
A utility class for creating Attribute instances from Curve values.
This class extends ScalarUtility and provides methods to create Attribute instances from predefined Curve values or custom Curve values.
- Inheritance
-
- Object
- MixUtility<
T, Curve> - ScalarUtility<
T, Curve> - CurveUtility
Constructors
- CurveUtility(T builder(Curve))
-
const
Properties
Methods
-
bounceIn(
) → T - Creates an Attribute instance with Curves.bounceIn.
-
bounceInOut(
) → T - Creates an Attribute instance with Curves.bounceInOut.
-
bounceOut(
) → T - Creates an Attribute instance with Curves.bounceOut.
-
call(
Curve value) → T -
inherited
-
decelerate(
) → T - Creates an Attribute instance with Curves.decelerate.
-
ease(
) → T - Creates an Attribute instance with Curves.ease.
-
easeIn(
) → T - Creates an Attribute instance with Curves.easeIn.
-
easeInOut(
) → T - Creates an Attribute instance with Curves.easeInOut.
-
easeOut(
) → T - Creates an Attribute instance with Curves.easeOut.
-
fastOutSlowIn(
) → T - Creates an Attribute instance with Curves.fastOutSlowIn.
-
linear(
) → T - Creates an Attribute instance with Curves.linear.
-
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