adams.gui.visualization.stats.zscore
Class ZScoreHitDetector

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.gui.visualization.core.plot.AbstractHitDetector
          extended by adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
              extended by 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

Field Summary
protected  ZScore m_Owner
          zscore plot for detection
 
Fields inherited from class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
m_MinimumPixelDifference
 
Fields inherited from class adams.gui.visualization.core.plot.AbstractHitDetector
m_Debug, m_Enabled
 
Constructor Summary
ZScoreHitDetector(ZScore owner)
          Constructor
 
Method Summary
 ZScore getOwner()
          Get the zscore plot for detection
protected  Object isHit(MouseEvent e)
           
protected  Object processHit(MouseEvent e, Object hit)
           
 
Methods inherited from class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
distance, getMinimumPixelDifference, setMinimumPixelDifference
 
Methods inherited from class adams.gui.visualization.core.plot.AbstractHitDetector
cleanUp, detect, getDebug, isEnabled, setDebug, setEnabled
 
Methods inherited from class adams.core.ConsoleObject
getDebugging, getSystemErr, getSystemOut, sizeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Owner

protected ZScore m_Owner
zscore plot for detection

Constructor Detail

ZScoreHitDetector

public ZScoreHitDetector(ZScore owner)
Constructor

Parameters:
owner - ZScore for detection
Method Detail

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.