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 AbstractZScorePaintletZScoreDisplay. m_PaintletPaintlet to draw initial data withMethods in adams.flow.sink that return AbstractZScorePaintlet Modifier and Type Method Description AbstractZScorePaintletZScoreDisplay. 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 voidZScoreDisplay. 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 classZScoreCirclepaintlet for plotting cirle points on the z score visualisation
Valid options are:classZScoreCrosspaintlet 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 AbstractZScorePaintletZScore. m_DefDefault paintlet for the GOE panelprotected AbstractZScorePaintletZScore. m_ValPaintlet used for drawing the dataMethods in adams.gui.visualization.stats.zscore with parameters of type AbstractZScorePaintlet Modifier and Type Method Description voidZScore. setPaintlet(AbstractZScorePaintlet val)Set the paintlet to be used when plotting the data
-