Class VersusFitOptions
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.core.option.AbstractOptionGroup
-
- adams.gui.visualization.stats.core.AbstractPlotOptionGroup
-
- adams.gui.visualization.stats.fourinone.VersusFitOptions
-
- All Implemented Interfaces:
Destroyable,GlobalInfoSupporter,LoggingLevelHandler,LoggingSupporter,OptionHandler,SizeOfHandler,Serializable
public class VersusFitOptions extends AbstractPlotOptionGroup
Class that contains options for the versusfit plot
Valid options are:
-D <int> (property: debugLevel) The greater the number the more additional info the scheme may output to the console (0 = off). default: 0 minimum: 0
-paintlet <adams.gui.visualization.stats.paintlet.VsFitPaintlet> (property: paintlet) painlet for plotting the vs fit plot default: adams.gui.visualization.stats.paintlet.VsFitPaintlet
- Version:
- $Revision$
- Author:
- msf8
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VsFitPaintletm_ValPaintlet for plotting the versus fit-
Fields inherited from class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
m_AxisX, m_AxisY, m_Watermark
-
Fields inherited from class adams.core.option.AbstractOptionHandler
m_OptionManager
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description VersusFitOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefineOptions()Configures the options.protected AxisPanelOptionsgetDefaultAxisX()Returns the setup for the X axis.protected AxisPanelOptionsgetDefaultAxisY()Returns the setup for the Y axis.protected StringgetGroupName()Returns the group name.VsFitPaintletgetPaintlet()Get the paintlet used to plot the versus fitStringpaintletTipText()Tip text for the paintlet propertyvoidsetPaintlet(VsFitPaintlet val)Set the paintlet for plotting the versus fit-
Methods inherited from class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
axisXTipText, axisYTipText, getAxisX, getAxisY, getDefaultWatermark, getWatermark, setAxisX, setAxisY, setWatermark, watermarkTipText
-
Methods inherited from class adams.core.option.AbstractOptionGroup
globalInfo
-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Field Detail
-
m_Val
protected VsFitPaintlet m_Val
Paintlet for plotting the versus fit
-
-
Method Detail
-
getGroupName
protected String getGroupName()
Returns the group name.- Specified by:
getGroupNamein classAbstractOptionGroup- Returns:
- the name
-
defineOptions
public void defineOptions()
Description copied from class:AbstractPlotOptionGroupConfigures the options.- Specified by:
defineOptionsin interfaceOptionHandler- Overrides:
defineOptionsin classAbstractPlotOptionGroup
-
getDefaultAxisX
protected AxisPanelOptions getDefaultAxisX()
Returns the setup for the X axis.- Specified by:
getDefaultAxisXin classAbstractPlotOptionGroup- Returns:
- the setup
-
getDefaultAxisY
protected AxisPanelOptions getDefaultAxisY()
Returns the setup for the Y axis.- Specified by:
getDefaultAxisYin classAbstractPlotOptionGroup- Returns:
- the setup
-
setPaintlet
public void setPaintlet(VsFitPaintlet val)
Set the paintlet for plotting the versus fit- Parameters:
val- Paintlet for plotting
-
getPaintlet
public VsFitPaintlet getPaintlet()
Get the paintlet used to plot the versus fit- Returns:
- paintlet used
-
paintletTipText
public String paintletTipText()
Tip text for the paintlet property- Returns:
- String describing the property
-
-