adams.gui.visualization.stats.fourinone
Class VersusOrderOptions

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

Field Summary
protected  VsOrderPaintlet m_Val
          Paintlet for plotting the data
 
Fields inherited from class adams.core.option.AbstractOptionHandler
m_DebugLevel, m_OptionManager
 
Constructor Summary
VersusOrderOptions()
           
 
Method Summary
 void defineOptions()
           
 VsOrderPaintlet getPaintlet()
          Get the paintlet for the versus order plot
 String globalInfo()
           
 String paintletTipText()
          Tip Text for the paintlet property
 void setPaintlet(VsOrderPaintlet val)
          Set the paintlet for the versus order plot
 
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 VsOrderPaintlet m_Val
Paintlet for plotting the data

Constructor Detail

VersusOrderOptions

public VersusOrderOptions()
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(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.