JitterModifier class
The specification of a jitter modifier.
The jitter mothed moves objects randomly in their local neighborhood. The random distribution is uniform.
Constructors
- JitterModifier({double? ratio})
- Creates a jitter modifier.
Properties
Methods
-
equalTo(
Object other) → bool - Checks the equlity of two specs.
-
modify(
AttributesGroups groups, Map< String, ScaleConv< dynamic, num>> scales, AlgForm form, CoordConv coord, Offset origin) → AttributesGroups -
Modifies the position of mark items.
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