computeViewportScaleFactor abstract method

double computeViewportScaleFactor(
  1. double domainWindow
)

Returns the viewportScaleFactor needed to present the given domainWindow.

Implementation

double computeViewportScaleFactor(double domainWindow);