ZoomPanBehaviorRenderer class

Creates a renderer class for ZoomPanBehavior class

Mixed in types

Constructors

ZoomPanBehaviorRenderer(CartesianStateProperties _stateProperties)
Creates an argument constructor for ZoomPanBehavior 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, double? zoomFactor) → void
Performs the double-tap action.
override
onDrawSelectionZoomRect(double currentX, double currentY, double startX, double startY) → void
Performs selection zooming.
override
onPaint(Canvas canvas) → void
Draws selection zoomRect.
override
onPan(double xPos, double yPos) → void
Performs panning action.
override
onPinch(ChartAxisRendererDetails axisDetails, double position, double scaleFactor) → void
Performs pinch zooming.
override
onPinchEnd(ChartAxis axis, double firstX, double firstY, double secondX, double secondY, double scaleFactor) → void
Performs pinch end action.
override
onPinchStart(ChartAxis axis, double firstX, double firstY, double secondX, double secondY, double scaleFactor) → void
Performs pinch start action.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited