StackModifier class

The specification of a stack modifier.

The stack method cummulates marks in order of the values on a splitter. It makes every point in a position adds the top point y of corresponding position of the previous group.

To be meaningfull:

  • For all groups, x must be of same ordered discrete values.
  • Y values must be all positive or all negtive.
Inheritance

Constructors

StackModifier()

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

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