JitterModifier class

The specification of a jitter modifier.

The jitter mothed moves objects randomly in their local neighborhood. The random distribution is uniform.

Inheritance

Constructors

JitterModifier({double? ratio})
Creates a jitter modifier.

Properties

hashCode int
The hash code for this object.
no setterinherited
ratio double?
Ratio of the local neighborhood to the discrete band for each group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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