Uses of Interface
adams.gui.core.AntiAliasingSupporter
-
-
Uses of AntiAliasingSupporter in adams.flow.sink
Classes in adams.flow.sink that implement AntiAliasingSupporter Modifier and Type Class Description classActualVsPredictedPlotPlots actual vs predicted columns obtained from a spreadsheet. -
Uses of AntiAliasingSupporter in adams.flow.sink.controlchartplot
Classes in adams.flow.sink.controlchartplot that implement AntiAliasingSupporter Modifier and Type Class Description classChartPaintletA paintlet for painting a line plot of a sequence.classLimitPaintletA paintlet for painting a line plot of a sequence. -
Uses of AntiAliasingSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement AntiAliasingSupporter 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. -
Uses of AntiAliasingSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement AntiAliasingSupporter Modifier and Type Class Description classInstanceLinePaintletPaintlet for generating a line plot for Instance objects.classInstancePanelA panel for displaying instances.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 AntiAliasingSupporter in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement AntiAliasingSupporter Modifier and Type Class Description 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).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.classMetaDataValuePaintletPaintlet for painting a meta-data value as text, centered at the specified X-Y position.classSquarePaintletclassStraightLineOverlayPaintletDraws a straight line.classTrianglePaintletPaintlet for simply painting triangles at the specified X-Y position. -
Uses of AntiAliasingSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement AntiAliasingSupporter Modifier and Type Class Description classSimpleSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects (no markers).classSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects.classSpreadSheetRowPanelA panel for displaying instances. -
Uses of AntiAliasingSupporter in adams.gui.visualization.stats.paintlet
Classes in adams.gui.visualization.stats.paintlet that implement AntiAliasingSupporter Modifier and Type Class Description classAbstractProbabilityPaintletAbstract class for paintlets that plot the regression in the probability plot.classAbstractScatterPlotPaintletAbstract class for creating scatterplot paintlets.classAbstractZScorePaintletAbstract class for creating z score paintlets.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: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.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.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 AntiAliasingSupporter in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement AntiAliasingSupporter Modifier and Type Class Description classReportColorTimeseriesPaintletPaintlet for painting the timeseries data using the color stored in the report.classTimeseriesPaintletPaintlet for painting the timeseries data.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.
-