Package de.gsi.chart.plugins
Class Zoomer.ZoomState
- java.lang.Object
-
- de.gsi.chart.plugins.Zoomer.ZoomState
-
- Enclosing class:
- Zoomer
public class Zoomer.ZoomState extends java.lang.Objectsmall class used to remember whether the autorange axis was on/off to be able to restore the original state on unzooming
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanwasAutoGrowRangingprotected booleanwasAutoRangingprotected doublezoomRangeMaxprotected doublezoomRangeMin
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetZoomRangeMax()doublegetZoomRangeMin()java.lang.StringtoString()booleanwasAutoGrowRanging()booleanwasAutoRanging()
-
-
-
Method Detail
-
getZoomRangeMax
public double getZoomRangeMax()
- Returns:
- the zoomRangeMax
-
getZoomRangeMin
public double getZoomRangeMin()
- Returns:
- the zoomRangeMin
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
wasAutoGrowRanging
public boolean wasAutoGrowRanging()
- Returns:
- the wasAutoGrowRanging
-
wasAutoRanging
public boolean wasAutoRanging()
- Returns:
- the wasAutoRanging
-
-