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 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 PaintletWithOptionalPointPreprocessor in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement PaintletWithOptionalPointPreprocessor Modifier and Type Class Description classAbstractErrorPaintletAncestor for error paintlets.classByNameErrorPaintletA wrapper for error paintlets, plots only sequences if the ID matches the regular expression.classErrorBandPaintletPlots a band around the values, using the Y errors to define the width of the band.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.classNoErrorPaintletPerforms no painting at all.classOutlierPaintletPaintlet for drawing crosses at the X-Y positions of the data points.classPolygonSelectionPaintletPaints the selected points as point/line/polygon.classSimpleErrorPaintletSimple 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 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.
-