CrosshairGuide class
The specification of a crosshair
A corsshair indicates the position of the pointer or the selected point. If no point is selected, it will not occur.
Constructors
-
CrosshairGuide({Set<
String>? selections, List< PaintStyle?>? styles, List< bool>? followPointer, int? layer, int? mark}) - Creates a crosshair.
Properties
-
followPointer
↔ List<
bool>? -
Whether the position for each dimension follows the pointer or stick to selected
points.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- layer ↔ int?
-
The layer of this crosshair.
read / write
- mark ↔ int?
-
Which mark series this crosshair reacts to.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
selections
↔ Set<
String>? -
The selections this crosshair reacts to.
read / write
-
styles
↔ List<
PaintStyle?>? -
The stroke styles of crosshair lines for each dimension.
read / write
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