Package gda.scan
Class ScanPlotSettings
java.lang.Object
gda.scan.ScanPlotSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intThe following are values for unlistedColumnBehaviourstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetXMax()getXMin()String[]String[]inthashCode()booleanbooleanisIgnore()voidsetAllowUseOfPreviousScanSettings(boolean allowUseOfPreviousScanSettings) voidsetAxisSpecProvider(AxisSpecProvider axisSpecProvider) voidsetIgnore(boolean ignore) voidsetUnlistedColumnBehaviour(int unlistedColumnBehaviour) voidsetXAxisName(String axisName) voidvoidvoidsetYAxesNotShown(String[] yAxesNotShown) The list of y-axes to plot but make invisible.voidsetYAxesShown(String[] yAxesShown) The list of y-axes to plot and make visibletoString()
-
Field Details
-
PLOT
public static final int PLOTThe following are values for unlistedColumnBehaviour- See Also:
-
PLOT_NOT_VISIBLE
public static final int PLOT_NOT_VISIBLE- See Also:
-
IGNORE
public static final int IGNORE- See Also:
-
-
Constructor Details
-
ScanPlotSettings
public ScanPlotSettings()
-
-
Method Details
-
getXAxisName
-
setXAxisName
-
getXMin
-
setXMin
-
getXMax
-
setXMax
-
setYAxesShown
The list of y-axes to plot and make visibleIf you do not want anything plotted and visible, then give this an empty list.
- Parameters:
yAxesShown-
-
setYAxesNotShown
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
-
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() -
equals
-
toString
-
getAxisSpecProvider
-
setAxisSpecProvider
-