Package gda.scan

Class ScanPlotSettings

java.lang.Object
gda.scan.ScanPlotSettings
All Implemented Interfaces:
Serializable

public class ScanPlotSettings extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ScanPlotSettings

      public ScanPlotSettings()
  • Method Details

    • getXAxisName

      public String getXAxisName()
    • setXAxisName

      public void setXAxisName(String axisName)
    • getXMin

      public Double getXMin()
    • setXMin

      public void setXMin(Double min)
    • getXMax

      public Double getXMax()
    • setXMax

      public void setXMax(Double max)
    • setYAxesShown

      public void setYAxesShown(String[] yAxesShown)
      The list of y-axes to plot and make visible

      If you do not want anything plotted and visible, then give this an empty list.

      Parameters:
      yAxesShown -
    • setYAxesNotShown

      public void setYAxesNotShown(String[] yAxesNotShown)
      The list of y-axes to plot but make invisible.

      Give this an empty list to ensure anything outside of the yAxesShown list is not plotted.

      Parameters:
      yAxesNotShown -
    • getYAxesShown

      public String[] getYAxesShown()
    • getYAxesNotShown

      public String[] getYAxesNotShown()
    • isIgnore

      public boolean isIgnore()
    • setIgnore

      public void setIgnore(boolean ignore)
    • getUnlistedColumnBehaviour

      public int getUnlistedColumnBehaviour()
    • setUnlistedColumnBehaviour

      public void setUnlistedColumnBehaviour(int unlistedColumnBehaviour)
    • isAllowUseOfPreviousScanSettings

      public boolean isAllowUseOfPreviousScanSettings()
    • setAllowUseOfPreviousScanSettings

      public void setAllowUseOfPreviousScanSettings(boolean allowUseOfPreviousScanSettings)
    • 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
    • getAxisSpecProvider

      public AxisSpecProvider getAxisSpecProvider()
    • setAxisSpecProvider

      public void setAxisSpecProvider(AxisSpecProvider axisSpecProvider)