BubbleValue<T> class

Bubble value items max values that are just shown as a point Values can go negative

Inheritance
Annotations

Constructors

BubbleValue(double max)
Simple bubble value with max value
BubbleValue.withValue(T value, double max)
Bubble value with item T and max value

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Check if current item is empty
no setterinherited
max double?
Maximum item value
finalinherited
min double?
Minimum chart item value
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
Items can have value attached to them T
finalinherited

Methods

animateFrom(ChartItem<T?> startValue, double t) ChartItem<T?>
Animate from startValue to this with factor t
inherited
animateTo(ChartItem<T?> endValue, double t) ChartItem<T?>
Animate to endValue with factor t
inherited
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) ChartItem<T?>
Multiply ChartItem with another ChartItem of number
inherited
operator +(Object other) ChartItem<T?>
Add two ChartItem's together T value is taken from other
inherited
operator ==(Object other) bool
The equality operator.
inherited