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 classErrorCircleHitDetectorDetects selections of error circles.classErrorCrossHitDetectorDetects 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 voidPlotPanel. addHitDetector(HitDetector detector)Adds the detector to the internal list of detectors.voidPlotPanel. 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 interfaceHitDetectorSupporter<T extends HitDetector>Interface for classes that use hit detectors.Subinterfaces of HitDetector in adams.gui.visualization.core.plot Modifier and Type Interface Description interfaceContainerHitDetector<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 classAbstractDistanceBasedHitDetector<H,P>Detects hits based on the difference between two points in the plot, based on their 2-dim coordinates.classAbstractHitDetector<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_HitDetectorsthe hit detectors.Methods in adams.gui.visualization.core.plot with parameters of type HitDetector Modifier and Type Method Description voidContentPanel. addHitDetector(HitDetector detector)Adds the detector to the internal list of detectors.voidContentPanel. 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 classInstancePointHitDetectorDetects 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 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 HitDetector in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement HitDetector Modifier and Type Class Description classSpreadSheetRowPointHitDetectorDetects 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 classAbstractScatterPlotHitDetectorAncestor for scatter plot hit detectors.classScatterPlotCircleHitDetectorDetects 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 classZScoreHitDetectorHit 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 classTimeseriesPointHitDetectorDetects selections of timeseries points in the timeseries panel.
-