Uses of Interface
adams.gui.visualization.core.plot.HitDetectorSupporter
-
-
Uses of HitDetectorSupporter in adams.flow.sink.controlchartplot
Classes in adams.flow.sink.controlchartplot that implement HitDetectorSupporter Modifier and Type Class Description classAbstractControlChartPaintletAncestor for control chart paintlets.classChartPaintletA paintlet for painting a line plot of a sequence.classLimitPaintletA paintlet for painting a line plot of a sequence. -
Uses of HitDetectorSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement HitDetectorSupporter Modifier and Type Class Description classErrorCirclePaintletPaintlet for painting circles with diameters based on the error at the specified X-Y position.classErrorCrossPaintletPaintlet for painting crosses with diameters based on the error at the specified X-Y position.classOutlierPaintletPaintlet for drawing crosses at the X-Y positions of the data points.classPolygonSelectionPaintletPaints the selected points as point/line/polygon. -
Uses of HitDetectorSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement HitDetectorSupporter Modifier and Type Class Description classInstancePanelA panel for displaying instances. -
Uses of HitDetectorSupporter in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement HitDetectorSupporter Modifier and Type Class Description classAbstractXYSequenceMetaDataColorPaintletAncestor for paintlets that can make use of the meta-data and extract color information.classAbstractXYSequencePaintletAbstract superclass for paintlets for X-Y sequences.classBarPaintletPaintlet for painting a bar plot for a sequence.classByNamePaintletA wrapper for XY-sequence paintlets, plots only sequences if the ID matches the regular expression.classCirclePaintletPaintlet for simply painting circles at the specified X-Y position.classCrossPaintletPaintlet for simply painting crosses at the specified X-Y position.classDotPaintletPaintlet for simply painting dots at the specified X-Y position.classIncrementalSumPaintletA paintlet for painting a line plot of a sequence.classLinePaintletA paintlet for painting a line plot of a sequence.classMathExpressionOverlayPaintletCalculates data points using the provided mathematical expression and paints them using the specified paintlet.
If the expression generates a NaN ('not a number') the x/y pair gets ignored.classMeanOverlayPaintletDraws the mean as straight line.classMedianOverlayPaintletDraws the median as straight line.classMetaDataValuePaintletPaintlet for painting a meta-data value as text, centered at the specified X-Y position.classNullPaintletDummy paintlet that performs nor painting at all.classPaintletWithFixedXRangeA wrapper for XY-sequence paintlets, in order to use fixed a X range.classPaintletWithFixedXYRangeA wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.classPaintletWithFixedYRangeA wrapper for XY-sequence paintlets, in order to use fixed a Y range.classPercentileOverlayPaintletDraws the specified percentile as straight line.classSquarePaintletclassStdDevOverlayPaintletDraws the standard deviation as straight line.classStickPaintletPaintlet for painting a stick plot for a sequence.classTrianglePaintletPaintlet for simply painting triangles at the specified X-Y position. -
Uses of HitDetectorSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement HitDetectorSupporter Modifier and Type Class Description classSpreadSheetRowPanelA panel for displaying instances. -
Uses of HitDetectorSupporter in adams.gui.visualization.stats.paintlet
Classes in adams.gui.visualization.stats.paintlet that implement HitDetectorSupporter Modifier and Type Class Description classAbstractScatterPlotPaintletAbstract class for creating scatterplot paintlets.classScatterPaintletCirclePaintlet for displaying points on the scatter point as circles.classScatterPaintletCrossClass for plotting data on a scatter plot as crosses.classScatterPaintletErrorsPaintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.classScatterPaintletMetaDataValuePaintlet for displaying points on the scatter point as circles. -
Uses of HitDetectorSupporter in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement HitDetectorSupporter Modifier and Type Class Description classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.
-