Interface HitDetectorSupporter<T extends HitDetector>
-
- Type Parameters:
T
- the type of hit detector to use
- All Known Implementing Classes:
AbstractControlChartPaintlet
,AbstractScatterPlotPaintlet
,AbstractXYSequenceMetaDataColorPaintlet
,AbstractXYSequencePaintlet
,BarPaintlet
,ByNamePaintlet
,ChartPaintlet
,CirclePaintlet
,CrossPaintlet
,DotPaintlet
,ErrorCirclePaintlet
,ErrorCrossPaintlet
,IncrementalSumPaintlet
,InstancePanel
,LimitPaintlet
,LinePaintlet
,MathExpressionOverlayPaintlet
,MeanOverlayPaintlet
,MedianOverlayPaintlet
,MetaDataValuePaintlet
,NullPaintlet
,OutlierPaintlet
,PaintletWithFixedXRange
,PaintletWithFixedXYRange
,PaintletWithFixedYRange
,PercentileOverlayPaintlet
,PolygonSelectionPaintlet
,ScatterPaintletCircle
,ScatterPaintletCross
,ScatterPaintletErrors
,ScatterPaintletMetaDataValue
,SpreadSheetRowPanel
,SquarePaintlet
,StdDevOverlayPaintlet
,StickPaintlet
,TimeseriesPanel
,TrianglePaintlet
public interface HitDetectorSupporter<T extends HitDetector>
Interface for classes that use hit detectors.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getHitDetector()
Returns the hit detector to use for this paintlet.
-
-
-
Method Detail
-
getHitDetector
T getHitDetector()
Returns the hit detector to use for this paintlet.- Returns:
- the detector
-
-