setZoomStopsAndWeights method
Sets the zoom stop and weight values.
Implementation
void setZoomStopsAndWeights(
List<double> zoomStops, List<double> zoomWeights) {
this.zoomStops = zoomStops;
this.zoomWeights = zoomWeights;
}
Sets the zoom stop and weight values.
void setZoomStopsAndWeights(
List<double> zoomStops, List<double> zoomWeights) {
this.zoomStops = zoomStops;
this.zoomWeights = zoomWeights;
}