Class VersusOrderOptions
- 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.VersusOrderOptions
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,SizeOfHandler
,Serializable
public class VersusOrderOptions extends AbstractPlotOptionGroup
Class containing the options for the versus order 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.VsOrderPaintlet> (property: paintlet) painlet for plotting the vs fit plot default: adams.gui.visualization.stats.paintlet.VsOrderPaintlet
- Version:
- $Revision$
- Author:
- msf8
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VsOrderPaintlet
m_Val
Paintlet for plotting the data-
Fields inherited from class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
m_AxisX, m_AxisY
-
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 VersusOrderOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
defineOptions()
Configures the options.protected AxisPanelOptions
getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
getDefaultAxisY()
Returns the setup for the Y axis.protected String
getGroupName()
Returns the group name.VsOrderPaintlet
getPaintlet()
Get the paintlet for the versus order plotString
paintletTipText()
Tip Text for the paintlet propertyvoid
setPaintlet(VsOrderPaintlet val)
Set the paintlet for the versus order plot-
Methods inherited from class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
axisXTipText, axisYTipText, getAxisX, getAxisY, setAxisX, setAxisY
-
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 VsOrderPaintlet m_Val
Paintlet for plotting the data
-
-
Method Detail
-
getGroupName
protected String getGroupName()
Returns the group name.- Specified by:
getGroupName
in classAbstractOptionGroup
- Returns:
- the name
-
defineOptions
public void defineOptions()
Description copied from class:AbstractPlotOptionGroup
Configures the options.- Specified by:
defineOptions
in interfaceOptionHandler
- Overrides:
defineOptions
in classAbstractPlotOptionGroup
-
getDefaultAxisX
protected AxisPanelOptions getDefaultAxisX()
Returns the setup for the X axis.- Specified by:
getDefaultAxisX
in classAbstractPlotOptionGroup
- Returns:
- the setup
-
getDefaultAxisY
protected AxisPanelOptions getDefaultAxisY()
Returns the setup for the Y axis.- Specified by:
getDefaultAxisY
in classAbstractPlotOptionGroup
- Returns:
- the setup
-
setPaintlet
public void setPaintlet(VsOrderPaintlet val)
Set the paintlet for the versus order plot- Parameters:
val
- Paintlet for plotting the data
-
getPaintlet
public VsOrderPaintlet getPaintlet()
Get the paintlet for the versus order plot- Returns:
- Paintlet for plotting the data
-
paintletTipText
public String paintletTipText()
Tip Text for the paintlet property- Returns:
- String to describe this property
-
-