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 class
AbstractControlChartPaintlet
Ancestor for control chart paintlets.class
ChartPaintlet
A paintlet for painting a line plot of a sequence.class
LimitPaintlet
A 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 class
ErrorCirclePaintlet
Paintlet for painting circles with diameters based on the error at the specified X-Y position.class
ErrorCrossPaintlet
Paintlet for painting crosses with diameters based on the error at the specified X-Y position.class
OutlierPaintlet
Paintlet for drawing crosses at the X-Y positions of the data points.class
PolygonSelectionPaintlet
Paints 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 class
InstancePanel
A 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 class
AbstractXYSequenceMetaDataColorPaintlet
Ancestor for paintlets that can make use of the meta-data and extract color information.class
AbstractXYSequencePaintlet
Abstract superclass for paintlets for X-Y sequences.class
BarPaintlet
Paintlet for painting a bar plot for a sequence.class
ByNamePaintlet
A wrapper for XY-sequence paintlets, plots only sequences if the ID matches the regular expression.class
CirclePaintlet
Paintlet for simply painting circles at the specified X-Y position.class
CrossPaintlet
Paintlet for simply painting crosses at the specified X-Y position.class
DotPaintlet
Paintlet for simply painting dots at the specified X-Y position.class
IncrementalSumPaintlet
A paintlet for painting a line plot of a sequence.class
LinePaintlet
A paintlet for painting a line plot of a sequence.class
MathExpressionOverlayPaintlet
Calculates 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.class
MeanOverlayPaintlet
Draws the mean as straight line.class
MedianOverlayPaintlet
Draws the median as straight line.class
MetaDataValuePaintlet
Paintlet for painting a meta-data value as text, centered at the specified X-Y position.class
NullPaintlet
Dummy paintlet that performs nor painting at all.class
PaintletWithFixedXRange
A wrapper for XY-sequence paintlets, in order to use fixed a X range.class
PaintletWithFixedXYRange
A wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.class
PaintletWithFixedYRange
A wrapper for XY-sequence paintlets, in order to use fixed a Y range.class
PercentileOverlayPaintlet
Draws the specified percentile as straight line.class
SquarePaintlet
class
StdDevOverlayPaintlet
Draws the standard deviation as straight line.class
StickPaintlet
Paintlet for painting a stick plot for a sequence.class
TrianglePaintlet
Paintlet 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 class
SpreadSheetRowPanel
A 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 class
AbstractScatterPlotPaintlet
Abstract class for creating scatterplot paintlets.class
ScatterPaintletCircle
Paintlet for displaying points on the scatter point as circles.class
ScatterPaintletCross
Class for plotting data on a scatter plot as crosses.class
ScatterPaintletErrors
Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.class
ScatterPaintletMetaDataValue
Paintlet 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 class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.
-