Uses of Class
adams.gui.visualization.core.plot.AbstractHitDetector
-
-
Uses of AbstractHitDetector in adams.flow.sink.sequenceplotter
Subclasses of AbstractHitDetector in adams.flow.sink.sequenceplotter Modifier and Type Class Description classErrorCircleHitDetectorDetects selections of error circles.classErrorCrossHitDetectorDetects selections of error crosses. -
Uses of AbstractHitDetector in adams.gui.visualization.core.plot
Subclasses of AbstractHitDetector in adams.gui.visualization.core.plot Modifier and Type Class Description classAbstractDistanceBasedHitDetector<H,P>Detects hits based on the difference between two points in the plot, based on their 2-dim coordinates. -
Uses of AbstractHitDetector in adams.gui.visualization.instance
Subclasses of AbstractHitDetector in adams.gui.visualization.instance Modifier and Type Class Description classInstancePointHitDetectorDetects selections of instance points in the instance panel. -
Uses of AbstractHitDetector in adams.gui.visualization.sequence
Subclasses of AbstractHitDetector in adams.gui.visualization.sequence Modifier and Type Class Description classAbstractXYSequencePointHitDetectorAncestor for XY sequence point hit detectors.classBarHitDetectorDetects selections of sequence points in the sequence panel.classCircleHitDetectorDetects selections of sequence points in the sequence panel.classCrossHitDetectorDetects selections of crosses.classDotHitDetectorDetects selections of dots.classLineHitDetectorDetects selections of lines.classStickHitDetectorDetects selections of sticks. -
Uses of AbstractHitDetector in adams.gui.visualization.spreadsheet
Subclasses of AbstractHitDetector in adams.gui.visualization.spreadsheet Modifier and Type Class Description classSpreadSheetRowPointHitDetectorDetects selections of row points in the row panel. -
Uses of AbstractHitDetector in adams.gui.visualization.stats.paintlet
Subclasses of AbstractHitDetector in adams.gui.visualization.stats.paintlet Modifier and Type Class Description classAbstractScatterPlotHitDetectorAncestor for scatter plot hit detectors.classScatterPlotCircleHitDetectorDetects selections of sequence points in the sequence panel. -
Uses of AbstractHitDetector in adams.gui.visualization.stats.zscore
Subclasses of AbstractHitDetector in adams.gui.visualization.stats.zscore Modifier and Type Class Description classZScoreHitDetectorHit detector for the zscore visualisation. -
Uses of AbstractHitDetector in adams.gui.visualization.timeseries
Subclasses of AbstractHitDetector in adams.gui.visualization.timeseries Modifier and Type Class Description classTimeseriesPointHitDetectorDetects selections of timeseries points in the timeseries panel.
-