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 class
ScatterPlotCircleHitDetector
Detects selections of sequence points in the sequence panel.Fields in adams.gui.visualization.stats.paintlet declared as AbstractScatterPlotHitDetector Modifier and Type Field Description protected AbstractScatterPlotHitDetector
AbstractScatterPlotPaintlet. m_HitDetector
the hit detector to use.Methods in adams.gui.visualization.stats.paintlet that return AbstractScatterPlotHitDetector Modifier and Type Method Description AbstractScatterPlotHitDetector
AbstractScatterPlotPaintlet. getHitDetector()
Returns the hit detector to use for this paintlet.AbstractScatterPlotHitDetector
AbstractScatterPlotPaintlet. newHitDetector()
Returns a new instance of the hit detector to use.AbstractScatterPlotHitDetector
ScatterPaintletCircle. newHitDetector()
Returns a new instance of the hit detector to use.AbstractScatterPlotHitDetector
ScatterPaintletMetaDataValue. 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 AbstractScatterPlotHitDetector
ViewDataClickAction. m_HitDetector
the hit detector to use.Methods in adams.gui.visualization.stats.scatterplot.action that return AbstractScatterPlotHitDetector Modifier and Type Method Description AbstractScatterPlotHitDetector
ViewDataClickAction. 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 void
ViewDataClickAction. setHitDetector(AbstractScatterPlotHitDetector value)
Sets the hit detector to use.
-