TooltipBehaviorRenderer class
Tooltip behavior renderer class for mutable fields and methods.
- Mixed-in types
Constructors
- TooltipBehaviorRenderer(dynamic _stateProperties)
- Creates an argument constructor for Tooltip renderer class.
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDoubleTap(
double xPos, double yPos) → void -
Performs the double-tap action of appropriate point.
override
-
onEnter(
double xPos, double yPos) → void -
Performs the mouse hover action of chart.
override
-
onExit(
double xPos, double yPos) → void -
Performs the mouse exit action of chart.
override
-
onLongPress(
double xPos, double yPos) → void -
Performs the double-tap action of appropriate point.
override
-
onPaint(
Canvas canvas) → void -
Draws tooltip.
override
-
onTouchDown(
double xPos, double yPos) → void -
Performs the touch-down action of appropriate point.
override
-
onTouchMove(
double xPos, double yPos) → void -
Performs the touch move action of chart.
override
-
onTouchUp(
double xPos, double yPos) → void -
Performs the touch move action of chart.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited