protected static final class PlotNavigator.NavigationInfo extends Object
Constructor and Description |
---|
PlotNavigator.NavigationInfo(Number min,
Number max,
double center)
Initializes a new
NavigationInfo instance. |
Modifier and Type | Method and Description |
---|---|
double |
getCenter()
Returns the current center value.
|
double |
getCenterOriginal()
Returns the original center value.
|
Number |
getMaxOriginal()
Returns the original maximum value.
|
Number |
getMinOriginal()
Returns the original minimum value.
|
double |
getZoom()
Returns the current zoom factor.
|
void |
setCenter(double center)
Sets the current center value.
|
void |
setZoom(double zoom)
Sets the current zoom factor.
|
public Number getMinOriginal()
public Number getMaxOriginal()
public double getCenterOriginal()
public double getCenter()
public void setCenter(double center)
center
- New center value.public double getZoom()
public void setZoom(double zoom)
zoom
- New zoom factor.Copyright © 2009-2013. All Rights Reserved.