Uses of Class
adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet

Packages that use AbstractZScorePaintlet
adams.flow.sink   
adams.gui.visualization.stats.paintlet   
adams.gui.visualization.stats.zscore   
 

Uses of AbstractZScorePaintlet in adams.flow.sink
 

Fields in adams.flow.sink declared as AbstractZScorePaintlet
protected  AbstractZScorePaintlet ZScoreDisplay.m_Paintlet
          Paintlet to draw initial data with
 

Methods in adams.flow.sink that return AbstractZScorePaintlet
 AbstractZScorePaintlet ZScoreDisplay.getPaintlet()
          Get the paintlet to be used for plotting the data
 

Methods in adams.flow.sink with parameters of type AbstractZScorePaintlet
 void ZScoreDisplay.setPaintlet(AbstractZScorePaintlet paintlet)
          Setbefore regular expression if this is provide the paintlet to be used for displaying the data
 

Uses of AbstractZScorePaintlet in adams.gui.visualization.stats.paintlet
 

Subclasses of AbstractZScorePaintlet in adams.gui.visualization.stats.paintlet
 class ZScoreCircle
          paintlet for plotting cirle points on the z score visualisation

Valid options are:

 class ZScoreCross
          paintlet for plotting cross error points on the z score graph whose size depends on the difference between x and y values

Valid options are:

 

Uses of AbstractZScorePaintlet in adams.gui.visualization.stats.zscore
 

Fields in adams.gui.visualization.stats.zscore declared as AbstractZScorePaintlet
protected  AbstractZScorePaintlet ZScore.m_Def
          Default paintlet for the GOE panel
protected  AbstractZScorePaintlet ZScore.m_Val
          Paintlet used for drawing the data
 

Methods in adams.gui.visualization.stats.zscore with parameters of type AbstractZScorePaintlet
 void ZScore.setPaintlet(AbstractZScorePaintlet val)
          Set the paintlet to be used when plotting the data
 



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