Interface ContainerHitDetector<H,P,C extends AbstractContainer>
-
- All Superinterfaces:
HitDetector<H,P>
- All Known Implementing Classes:
AbstractXYSequencePointHitDetector
,BarHitDetector
,CircleHitDetector
,CrossHitDetector
,DotHitDetector
,ErrorCircleHitDetector
,ErrorCrossHitDetector
,LineHitDetector
,StickHitDetector
public interface ContainerHitDetector<H,P,C extends AbstractContainer> extends HitDetector<H,P>
Interface for hit detectors that support detecting the affected containers.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C[]
containers(MouseEvent e)
Detects hits and associates them with the containers.-
Methods inherited from interface adams.gui.visualization.core.plot.HitDetector
detect, getDebug, isEnabled, locate, setDebug, setEnabled
-
-
-
-
Method Detail
-
containers
C[] containers(MouseEvent e)
Detects hits and associates them with the containers.- Parameters:
e
- the mouse event to analyze for a hit- Returns:
- optional result of processing the event
-
-