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_OverlaysArray 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 voidZScoreDisplay. 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 classMeanPlot a mean line as an overlay on the z score graph
Valid options are:classStdDevDisplay 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_Defaultdefault overlays for the GAEprotected AbstractZScoreOverlay[]ZScore. m_Overoverlays to be displayedMethods in adams.gui.visualization.stats.zscore that return AbstractZScoreOverlay Modifier and Type Method Description AbstractZScoreOverlayAbstractZScoreOverlay. shallowCopy()create a shallow copy of an overlayAbstractZScoreOverlayAbstractZScoreOverlay. 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 voidZScore. setOverlays(AbstractZScoreOverlay[] val)set the overlays to be displayed on the z score
-