ZoomPanBehaviorRenderer constructor

ZoomPanBehaviorRenderer(
  1. CartesianStateProperties _stateProperties
)

Creates an argument constructor for ZoomPanBehavior renderer class.

Implementation

ZoomPanBehaviorRenderer(this._stateProperties) {
  _zoomingBehaviorDetails = ZoomingBehaviorDetails(_stateProperties);
}