Uses of Class
adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
-
Packages that use AbstractScatterPlotHitDetector Package Description adams.gui.visualization.stats.paintlet adams.gui.visualization.stats.scatterplot.action -
-
Uses of AbstractScatterPlotHitDetector in adams.gui.visualization.stats.paintlet
Subclasses of AbstractScatterPlotHitDetector in adams.gui.visualization.stats.paintlet Modifier and Type Class Description classScatterPlotCircleHitDetectorDetects selections of sequence points in the sequence panel.Fields in adams.gui.visualization.stats.paintlet declared as AbstractScatterPlotHitDetector Modifier and Type Field Description protected AbstractScatterPlotHitDetectorAbstractScatterPlotPaintlet. m_HitDetectorthe hit detector to use.Methods in adams.gui.visualization.stats.paintlet that return AbstractScatterPlotHitDetector Modifier and Type Method Description AbstractScatterPlotHitDetectorAbstractScatterPlotPaintlet. getHitDetector()Returns the hit detector to use for this paintlet.AbstractScatterPlotHitDetectorAbstractScatterPlotPaintlet. newHitDetector()Returns a new instance of the hit detector to use.AbstractScatterPlotHitDetectorScatterPaintletCircle. newHitDetector()Returns a new instance of the hit detector to use.AbstractScatterPlotHitDetectorScatterPaintletMetaDataValue. newHitDetector()Returns a new instance of the hit detector to use. -
Uses of AbstractScatterPlotHitDetector in adams.gui.visualization.stats.scatterplot.action
Fields in adams.gui.visualization.stats.scatterplot.action declared as AbstractScatterPlotHitDetector Modifier and Type Field Description protected AbstractScatterPlotHitDetectorViewDataClickAction. m_HitDetectorthe hit detector to use.Methods in adams.gui.visualization.stats.scatterplot.action that return AbstractScatterPlotHitDetector Modifier and Type Method Description AbstractScatterPlotHitDetectorViewDataClickAction. getHitDetector()Returns the hit detector to use.Methods in adams.gui.visualization.stats.scatterplot.action with parameters of type AbstractScatterPlotHitDetector Modifier and Type Method Description voidViewDataClickAction. setHitDetector(AbstractScatterPlotHitDetector value)Sets the hit detector to use.
-