adams.gui.visualization.stats.zscore
Class ZScoreHitDetector
java.lang.Object
adams.core.ConsoleObject
adams.gui.visualization.core.plot.AbstractHitDetector
adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
adams.gui.visualization.stats.zscore.ZScoreHitDetector
- All Implemented Interfaces:
- CleanUpHandler, SizeOfHandler, Serializable
public class ZScoreHitDetector
- extends AbstractDistanceBasedHitDetector
Hit detector for the zscore visualisation
- Version:
- $Revision: 4584 $
- Author:
- msf8
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Owner
protected ZScore m_Owner
- zscore plot for detection
ZScoreHitDetector
public ZScoreHitDetector(ZScore owner)
- Constructor
- Parameters:
owner - ZScore for detection
getOwner
public ZScore getOwner()
- Get the zscore plot for detection
- Returns:
- Z-score which owns this
isHit
protected Object isHit(MouseEvent e)
- Specified by:
isHit in class AbstractHitDetector
processHit
protected Object processHit(MouseEvent e,
Object hit)
- Specified by:
processHit in class AbstractHitDetector
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.