adams.gui.visualization.stats.zscore
Class Mean

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.core.option.AbstractOptionHandler
          extended by adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
              extended by adams.gui.visualization.stats.zscore.Mean
All Implemented Interfaces:
Debuggable, Destroyable, OptionHandler, SizeOfHandler, Serializable

public class Mean
extends AbstractZScoreOverlay

Plot a mean line as an overlay on the z score graph

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
 
-color <java.awt.Color> (property: color)
    Colour to draw the overlay
    default: #000000
 
-line-thickness <float> (property: thickness)
    Thickness of the overlay line
    default: 2.0
    minimum: 1.0
    maximum: 5.0
 

Version:
$Revision: 4584 $
Author:
msf8
See Also:
Serialized Form

Field Summary
 
Fields inherited from class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
m_Color, m_Instances, m_Paintlet, m_Parent, m_Thickness
 
Fields inherited from class adams.core.option.AbstractOptionHandler
m_DebugLevel, m_OptionManager
 
Constructor Summary
Mean()
           
 
Method Summary
 String globalInfo()
           
 void setUp()
          set up the overlay and it's paintlet
 String shortName()
          Return a short name for the overlay to display in the key
 
Methods inherited from class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
colorTipText, defineOptions, getColor, getPaintlet, getParent, getThickness, setColor, setInstances, setParent, setThickness, shallowCopy, shallowCopy, thicknessTipText
 
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
 

Constructor Detail

Mean

public Mean()
Method Detail

setUp

public void setUp()
Description copied from class: AbstractZScoreOverlay
set up the overlay and it's paintlet

Specified by:
setUp in class AbstractZScoreOverlay

globalInfo

public String globalInfo()
Specified by:
globalInfo in class AbstractOptionHandler

shortName

public String shortName()
Description copied from class: AbstractZScoreOverlay
Return a short name for the overlay to display in the key

Specified by:
shortName in class AbstractZScoreOverlay
Returns:


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.