Uses of Interface
adams.gui.visualization.core.plot.HitDetector
-
-
Uses of HitDetector in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement HitDetector Modifier and Type Class Description class
ErrorCircleHitDetector
Detects selections of error circles.class
ErrorCrossHitDetector
Detects selections of error crosses. -
Uses of HitDetector in adams.gui.visualization.core
Methods in adams.gui.visualization.core with parameters of type HitDetector Modifier and Type Method Description void
PlotPanel. addHitDetector(HitDetector detector)
Adds the detector to the internal list of detectors.void
PlotPanel. removeHitDetector(HitDetector detector)
Removes the detector from the internal list of detectors. -
Uses of HitDetector in adams.gui.visualization.core.plot
Classes in adams.gui.visualization.core.plot with type parameters of type HitDetector Modifier and Type Interface Description interface
HitDetectorSupporter<T extends HitDetector>
Interface for classes that use hit detectors.Subinterfaces of HitDetector in adams.gui.visualization.core.plot Modifier and Type Interface Description interface
ContainerHitDetector<H,P,C extends AbstractContainer>
Interface for hit detectors that support detecting the affected containers.Classes in adams.gui.visualization.core.plot that implement HitDetector 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.class
AbstractHitDetector<H,P>
Abstract ancestor for classes that detect hits in in the plot panel.Fields in adams.gui.visualization.core.plot with type parameters of type HitDetector Modifier and Type Field Description protected HashSet<HitDetector>
ContentPanel. m_HitDetectors
the hit detectors.Methods in adams.gui.visualization.core.plot with parameters of type HitDetector Modifier and Type Method Description void
ContentPanel. addHitDetector(HitDetector detector)
Adds the detector to the internal list of detectors.void
ContentPanel. removeHitDetector(HitDetector detector)
Removes the detector from the internal list of detectors. -
Uses of HitDetector in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement HitDetector Modifier and Type Class Description class
InstancePointHitDetector
Detects selections of instance points in the instance panel. -
Uses of HitDetector in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement HitDetector 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 HitDetector in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement HitDetector Modifier and Type Class Description class
SpreadSheetRowPointHitDetector
Detects selections of row points in the row panel. -
Uses of HitDetector in adams.gui.visualization.stats.paintlet
Classes in adams.gui.visualization.stats.paintlet that implement HitDetector 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 HitDetector in adams.gui.visualization.stats.zscore
Classes in adams.gui.visualization.stats.zscore that implement HitDetector Modifier and Type Class Description class
ZScoreHitDetector
Hit detector for the zscore visualisation. -
Uses of HitDetector in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement HitDetector Modifier and Type Class Description class
TimeseriesPointHitDetector
Detects selections of timeseries points in the timeseries panel.
-