StylingProportionFunction class final
Constructors
- StylingProportionFunction.fromBilinearFunctionMatrix(StylingBilinearFunctionMatrix zoomTiltFunction)
-
const
- StylingProportionFunction.fromConstantFunctionPoints(StylingConstantFunctionPoints constantFunction)
-
const
- StylingProportionFunction.fromLinearTiltFunctionPoints(StylingLinearTiltFunctionPoints tiltFunction)
-
const
- StylingProportionFunction.fromLinearZoomFunctionPoints(StylingLinearZoomFunctionPoints zoomFunction)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asBilinearFunctionMatrix(
) → StylingBilinearFunctionMatrix? -
asConstantFunctionPoints(
) → StylingConstantFunctionPoints? -
asLinearTiltFunctionPoints(
) → StylingLinearTiltFunctionPoints? -
asLinearZoomFunctionPoints(
) → StylingLinearZoomFunctionPoints? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when(
{required void onConstantFunctionPoints(StylingConstantFunctionPoints value), required void onLinearZoomFunctionPoints(StylingLinearZoomFunctionPoints value), required void onLinearTiltFunctionPoints(StylingLinearTiltFunctionPoints value), required void onBilinearFunctionMatrix(StylingBilinearFunctionMatrix value)}) → void - Applies the passed function to the variant value.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited