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 ZScoreZScoreDisplay. m_ZScorezscore 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 ZScoreZScoreHitDetector. m_Ownerzscore plot for detectionprotected ZScoreAbstractZScoreOverlay. m_Parentparent z score plot to plot data onMethods in adams.gui.visualization.stats.zscore that return ZScore Modifier and Type Method Description ZScoreZScoreHitDetector. getOwner()Get the zscore plot for detectionprotected ZScoreAbstractZScoreOverlay. getParent()get the parent of the overlayMethods in adams.gui.visualization.stats.zscore with parameters of type ZScore Modifier and Type Method Description voidAbstractZScoreOverlay. 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
-