Class PlotAxisChange
java.lang.Object
llnl.gnem.core.gui.plotting.events.PlotAxisChange
This plotting event is used to signal when a plot's zoom level has changed.
It can be created when the user does a rectangle select of a smaller portion
of a waveform plot to zoom in. The axes are changed and the change is passed
as this event.
-
Constructor Summary
ConstructorDescriptionPlotAxisChange
(boolean reset, double xMin, double xMax, double yMin, double yMax) -
Method Summary
-
Constructor Details
-
PlotAxisChange
public PlotAxisChange(boolean reset, double xMin, double xMax, double yMin, double yMax)
-
-
Method Details
-
getSerialversionuid
public static long getSerialversionuid() -
isReset
public boolean isReset()- Returns:
- True if the plot zoom level was restored to default, otherwise false if the zoom was a specific region in the plot
-
getAxisLimits
-
hashCode
public int hashCode() -
equals
-
toString
-