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 class
ErrorCircleHitDetector
Detects selections of error circles.class
ErrorCrossHitDetector
Detects 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 class
AbstractDistanceBasedHitDetector<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 class
InstancePointHitDetector
Detects 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 class
AbstractXYSequencePointHitDetector
Ancestor for XY sequence point hit detectors.class
BarHitDetector
Detects selections of sequence points in the sequence panel.class
CircleHitDetector
Detects selections of sequence points in the sequence panel.class
CrossHitDetector
Detects selections of crosses.class
DotHitDetector
Detects selections of dots.class
LineHitDetector
Detects selections of lines.class
StickHitDetector
Detects selections of sticks. -
Uses of AbstractHitDetector in adams.gui.visualization.spreadsheet
Subclasses of AbstractHitDetector in adams.gui.visualization.spreadsheet Modifier and Type Class Description class
SpreadSheetRowPointHitDetector
Detects 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 class
AbstractScatterPlotHitDetector
Ancestor for scatter plot hit detectors.class
ScatterPlotCircleHitDetector
Detects 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 class
ZScoreHitDetector
Hit 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 class
TimeseriesPointHitDetector
Detects selections of timeseries points in the timeseries panel.
-