Uses of Class
adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
-
Packages that use AbstractZScorePaintlet Package Description 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 Modifier and Type Field Description protected AbstractZScorePaintlet
ZScoreDisplay. m_Paintlet
Paintlet to draw initial data withMethods in adams.flow.sink that return AbstractZScorePaintlet Modifier and Type Method Description AbstractZScorePaintlet
ZScoreDisplay. getPaintlet()
Get the paintlet to be used for plotting the dataMethods in adams.flow.sink with parameters of type AbstractZScorePaintlet Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected AbstractZScorePaintlet
ZScore. m_Def
Default paintlet for the GOE panelprotected AbstractZScorePaintlet
ZScore. m_Val
Paintlet used for drawing the dataMethods in adams.gui.visualization.stats.zscore with parameters of type AbstractZScorePaintlet Modifier and Type Method Description void
ZScore. setPaintlet(AbstractZScorePaintlet val)
Set the paintlet to be used when plotting the data
-