IntervalSelection class
The selection to select a continuous range of data values
A rectangle mark is shown to depict the extents of the interval.
Constructors
-
IntervalSelection({Color? color, Dim? dim, String? variable, Set<
GestureType> ? clear, Set<PointerDeviceKind> ? devices, int? layer}) - Creates an interval selection.
Properties
-
clear
↔ Set<
GestureType> ? -
Gesture types that will clear selections.
getter/setter pairinherited
- color ↔ Color?
-
The color of the interval mark.
getter/setter pair
-
devices
↔ Set<
PointerDeviceKind> ? -
The device kinds on which this selection is tiggered.
getter/setter pairinherited
- dim ↔ Dim?
-
Which diemsion of data values will be tested.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- layer ↔ int?
-
The layer of the selector mark.
getter/setter pairinherited
-
on
↔ Set<
GestureType> ? -
Gesture types that trigger this selection.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variable ↔ String?
-
If set, all tuples sharing the same this variable value with the selected
tuple, will also be selected.
getter/setter pairinherited
Methods
-
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.
override