public class DefaultViewportManager extends ViewportManagerBase
Constructor and Description |
---|
DefaultViewportManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
onApplyAutoRange(IAxis axis)
Applies auto range on specified axis
|
protected void |
onUpdateXAxis(IAxis xAxis)
Updates XAxis and its Visible Range
|
protected void |
onUpdateYAxis(IAxis yAxis)
Updates YAxis and its Visible Range
|
animateZoomExtents, animateZoomExtentsX, animateZoomExtentsY, attachTo, decrementSuspend, detach, getIsSuspended, invalidateElement, invalidateParentSurface, isAttached, onVisibleRangeChanged, resumeUpdates, suspendUpdates, tryPerformAutoRange, updateXAxis, updateYAxis, zoomExtents, zoomExtentsX, zoomExtentsY
protected void onUpdateYAxis(IAxis yAxis)
onUpdateYAxis
in class ViewportManagerBase
yAxis
- The yAxis to updateprotected void onUpdateXAxis(IAxis xAxis)
onUpdateXAxis
in class ViewportManagerBase
xAxis
- The xAxis to updateprotected void onApplyAutoRange(IAxis axis)
onApplyAutoRange
in class ViewportManagerBase
axis
- The axis to perform auto range on