adams.gui.visualization.stats.fourinone
Class VersusOrderOptions
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.visualization.stats.fourinone.VersusOrderOptions
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, SizeOfHandler, Serializable
public class VersusOrderOptions
- extends AbstractOptionHandler
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: 4584 $
- Author:
- msf8
- See Also:
- Serialized Form
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
m_Val
protected VsOrderPaintlet m_Val
- Paintlet for plotting the data
VersusOrderOptions
public VersusOrderOptions()
globalInfo
public String globalInfo()
- Specified by:
globalInfo in class AbstractOptionHandler
defineOptions
public void defineOptions()
- Specified by:
defineOptions in interface OptionHandler- Overrides:
defineOptions in class AbstractOptionHandler
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
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.