Uses of Class
adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
-
Packages that use AbstractZScoreOverlay Package Description adams.flow.sink adams.gui.visualization.stats.zscore -
-
Uses of AbstractZScoreOverlay in adams.flow.sink
Fields in adams.flow.sink declared as AbstractZScoreOverlay Modifier and Type Field Description protected AbstractZScoreOverlay[]
ZScoreDisplay. m_Overlays
Array containing initial z score overlaysMethods in adams.flow.sink that return AbstractZScoreOverlay Modifier and Type Method Description AbstractZScoreOverlay[]
ZScoreDisplay. getOverlays()
get the overlays to be drawn on the z score plotMethods in adams.flow.sink with parameters of type AbstractZScoreOverlay Modifier and Type Method Description void
ZScoreDisplay. setOverlays(AbstractZScoreOverlay[] over)
set the overlays to be drawn on the z score plot -
Uses of AbstractZScoreOverlay in adams.gui.visualization.stats.zscore
Subclasses of AbstractZScoreOverlay in adams.gui.visualization.stats.zscore Modifier and Type Class Description class
Mean
Plot a mean line as an overlay on the z score graph
Valid options are:class
StdDev
Display a standard deviation line on the z score above and below the mean
Valid options are:Fields in adams.gui.visualization.stats.zscore declared as AbstractZScoreOverlay Modifier and Type Field Description protected AbstractZScoreOverlay[]
ZScore. m_Default
default overlays for the GAEprotected AbstractZScoreOverlay[]
ZScore. m_Over
overlays to be displayedMethods in adams.gui.visualization.stats.zscore that return AbstractZScoreOverlay Modifier and Type Method Description AbstractZScoreOverlay
AbstractZScoreOverlay. shallowCopy()
create a shallow copy of an overlayAbstractZScoreOverlay
AbstractZScoreOverlay. shallowCopy(boolean expand)
create a shallow copy of an overlayMethods in adams.gui.visualization.stats.zscore with parameters of type AbstractZScoreOverlay Modifier and Type Method Description void
ZScore. setOverlays(AbstractZScoreOverlay[] val)
set the overlays to be displayed on the z score
-