Uses of Class
adams.gui.visualization.stats.zscore.ZScore
-
Packages that use ZScore Package Description adams.flow.sink adams.gui.visualization.stats.zscore -
-
Uses of ZScore in adams.flow.sink
Fields in adams.flow.sink declared as ZScore Modifier and Type Field Description protected ZScore
ZScoreDisplay. m_ZScore
zscore to display using the actor -
Uses of ZScore in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as ZScore Modifier and Type Field Description protected ZScore
ZScoreHitDetector. m_Owner
zscore plot for detectionprotected ZScore
AbstractZScoreOverlay. m_Parent
parent z score plot to plot data onMethods in adams.gui.visualization.stats.zscore that return ZScore Modifier and Type Method Description ZScore
ZScoreHitDetector. getOwner()
Get the zscore plot for detectionprotected ZScore
AbstractZScoreOverlay. getParent()
get the parent of the overlayMethods in adams.gui.visualization.stats.zscore with parameters of type ZScore Modifier and Type Method Description void
AbstractZScoreOverlay. setParent(ZScore val)
set the parent for the overlayConstructors in adams.gui.visualization.stats.zscore with parameters of type ZScore Constructor Description AttListener(ZScore parent)
ZScoreHitDetector(ZScore owner)
Constructor
-