adams.gui.visualization.stats.fourinone
Class VersusFitOptions
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.gui.visualization.stats.fourinone.VersusFitOptions
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, SizeOfHandler, Serializable
public class VersusFitOptions
- extends AbstractOptionHandler
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: 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 VsFitPaintlet m_Val
- Paintlet for plotting the versus fit
VersusFitOptions
public VersusFitOptions()
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(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
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.