Uses of Class
adams.gui.visualization.core.AbstractStrokePaintlet
-
-
Uses of AbstractStrokePaintlet in adams.flow.sink.controlchartplot
Subclasses of AbstractStrokePaintlet in adams.flow.sink.controlchartplot 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 AbstractStrokePaintlet in adams.flow.sink.sequenceplotter
Subclasses of AbstractStrokePaintlet in adams.flow.sink.sequenceplotter Modifier and Type Class Description classAbstractErrorPaintletAncestor for error paintlets.classAbstractMarkerPaintletAncestor for marker paintlets.classByNameErrorPaintletA wrapper for error paintlets, plots only sequences if the ID matches the regular expression.classByNameMarkerPaintletA wrapper for marker 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.classNoMarkersDummy paintlet, since it doesn't draw anything.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.classVerticalMarkersDraws vertical markers on the sequence plot panel. -
Uses of AbstractStrokePaintlet in adams.gui.visualization.container
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.container Modifier and Type Class Description classAbstractDataContainerPaintletA specialized paintlet for data container panels. -
Uses of AbstractStrokePaintlet in adams.gui.visualization.core
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.core Modifier and Type Class Description classAbstractStrokePaintletWithContainerIDMatchingAncestor for paintlets that restrict painting to containers which ID matches a regular expression.classCoordinatesPaintletPaintlet for painting the coordinates.classCrossHairTrackerA cross-hair mouse movement tracker.classHorizontalIndicatorPaintletPaintlet for painting a horizontal indicator line. -
Uses of AbstractStrokePaintlet in adams.gui.visualization.instance
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.instance Modifier and Type Class Description classAbstractInstancePaintletAncestor for Instance paintlets.classInstanceLinePaintletPaintlet for generating a line plot for Instance objects.classReportColorInstancePaintletPaintlet for generating a line plot using the color stored in the report.classSimpleInstanceLinePaintletPaintlet for generating a line plot for Instance objects (no markers). -
Uses of AbstractStrokePaintlet in adams.gui.visualization.sequence
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.sequence 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.classDiagonalOverlayPaintletDraws a diagonal (bottom-left to top-right).classDotPaintletPaintlet for simply painting dots at the specified X-Y position.classHorizontalIndicatorPaints a horizontal indicator (ie a line).classIncrementalSumPaintletA paintlet for painting a line plot of a sequence.classKendallTheilOverlayPaintletDraws a straight line, using slope and intercept determined by Theil-Sen estimator using all the data points in the plot(s).
For more information, see:
Wikipedia.classLinearRegressionOverlayPaintletDraws a straight line, using slope and intercept determine by linear regression using all the data points in the plot(s).classLinePaintletA paintlet for painting a line plot of a sequence.classLOWESSOverlayPaintletOverlay that applies LOWESS smoothing over all the data points in the plot(s).
For more information see:
WikiPedia.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.classStraightLineOverlayPaintletDraws a straight line.classTrianglePaintletPaintlet for simply painting triangles at the specified X-Y position. -
Uses of AbstractStrokePaintlet in adams.gui.visualization.spreadsheet
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.spreadsheet Modifier and Type Class Description classAbstractSpreadSheetRowPaintletAncestor for Row paintlets.classSimpleSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects (no markers).classSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects. -
Uses of AbstractStrokePaintlet in adams.gui.visualization.stats.paintlet
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.stats.paintlet Modifier and Type Class Description classAbstractColorPaintletAbstract class for paintlets with a stroke color option and instances member, all paintlets will use this.classAbstractOverlayPaintletAbstract class for paintlets that draw the overlays.classAbstractProbabilityPaintletAbstract class for paintlets that plot the regression in the probability plot.classAbstractScatterPlotPaintletAbstract class for creating scatterplot paintlets.classAbstractZOverlayPaintletabstract class for creating z score overlay paintlets.classAbstractZScorePaintletAbstract class for creating z score paintlets.classCoordinatesPaintletPaintlet for painting the coordinates.classDiagonalPaintletPaintlet for displaying the diagonal overlay on the scatter plot.classExponentialPaints the transformed exponential distribution
Valid options are:classGammaPaints the transformed gamma distribution
Valid options are:classHistogramPaintletPaints the histogram
Valid options are:classLogisticpaints the transformed logistic distribution
Valid options are:classLoglogisticpaints the transformed loglogistic distribution
Valid options are:classLognormalpaints the transformed lognormal distribution
Valid options are:classLowessPaintletPaintlet for drawing the lowess overlay.classMeanPaintletpaintlet for displaying mean overlay on the ZScore graph
Valid options are:classNormalPaints the transformed normal distribution on the panel
Valid options are: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.classScatterPlotPolygonPaintletPaints the currently selected polygon in the scatter plot.classStdDevPaintletpaintlet for displaying stddev overlay on the Z score graph
Valid options are:classVsFitPaintletPaints the data for the versus fit graph
Valid options are:classVsOrderPaintletPaints the data for the versus order graph
Valid options are:classZScoreCirclepaintlet for plotting cirle points on the z score visualisation
Valid options are:classZScoreCrosspaintlet for plotting cross error points on the z score graph whose size depends on the difference between x and y values
Valid options are: -
Uses of AbstractStrokePaintlet in adams.gui.visualization.timeseries
Subclasses of AbstractStrokePaintlet in adams.gui.visualization.timeseries Modifier and Type Class Description classAbstractTimeseriesPaintletA specialized paintlet for timeseries panels.classFixedTimestampPaintletPaintlet for highlighting a specific timestamp with a vertical indicator line.classFixedTimestampRangePaintletPaintlet for highlighting a specific timestamp range with a background color.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.classPeriodicityPaintletPaintlet for painting the spectral graph.classReportColorTimeseriesPaintletPaintlet for painting the timeseries data using the color stored in the report.classSelectedTimestampPaintletPaintlet for highlighting a selected timeseries data point point on a panel.classTimeseriesPaintletPaintlet for painting the timeseries data.
-