adams.gui.visualization.stats.fourinone
Class VersusFitOptions

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.core.option.AbstractOptionHandler
          extended by 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

Field Summary
protected  VsFitPaintlet m_Val
          Paintlet for plotting the versus fit
 
Fields inherited from class adams.core.option.AbstractOptionHandler
m_DebugLevel, m_OptionManager
 
Constructor Summary
VersusFitOptions()
           
 
Method Summary
 void defineOptions()
           
 VsFitPaintlet getPaintlet()
          Get the paintlet used to plot the versus fit
 String globalInfo()
           
 String paintletTipText()
          Tip text for the paintlet property
 void setPaintlet(VsFitPaintlet val)
          Set the paintlet for plotting the versus fit
 
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString
 
Methods inherited from class adams.core.ConsoleObject
getDebugging, getSystemErr, getSystemOut, sizeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_Val

protected VsFitPaintlet m_Val
Paintlet for plotting the versus fit

Constructor Detail

VersusFitOptions

public VersusFitOptions()
Method Detail

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.