Class PlotAxisChange

java.lang.Object
llnl.gnem.core.gui.plotting.events.PlotAxisChange

public class PlotAxisChange extends Object
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 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

      public PairT<AxisLimits,AxisLimits> getAxisLimits()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object