Uses of Interface
adams.gui.visualization.sequence.PaintletWithOptionalPointPreprocessor
-
Packages that use PaintletWithOptionalPointPreprocessor Package Description adams.flow.sink.controlchartplot adams.flow.sink.sequenceplotter adams.gui.visualization.sequence -
-
Uses of PaintletWithOptionalPointPreprocessor in adams.flow.sink.controlchartplot
Classes in adams.flow.sink.controlchartplot that implement PaintletWithOptionalPointPreprocessor 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 PaintletWithOptionalPointPreprocessor in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement PaintletWithOptionalPointPreprocessor Modifier and Type Class Description class
AbstractErrorPaintlet
Ancestor for error paintlets.class
ByNameErrorPaintlet
A wrapper for error paintlets, plots only sequences if the ID matches the regular expression.class
ErrorBandPaintlet
Plots a band around the values, using the Y errors to define the width of the band.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
NoErrorPaintlet
Performs no painting at all.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.class
SimpleErrorPaintlet
Simple error plots: line, errorbar, box. -
Uses of PaintletWithOptionalPointPreprocessor in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement PaintletWithOptionalPointPreprocessor 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.
-