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 class
ActualVsPredictedPlot
Plots 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 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 AntiAliasingSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement AntiAliasingSupporter 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. -
Uses of AntiAliasingSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement AntiAliasingSupporter Modifier and Type Class Description class
InstanceLinePaintlet
Paintlet for generating a line plot for Instance objects.class
InstancePanel
A panel for displaying instances.class
ReportColorInstancePaintlet
Paintlet for generating a line plot using the color stored in the report.class
SimpleInstanceLinePaintlet
Paintlet 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 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
DiagonalOverlayPaintlet
Draws a diagonal (bottom-left to top-right).class
IncrementalSumPaintlet
A paintlet for painting a line plot of a sequence.class
KendallTheilOverlayPaintlet
Draws 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.class
LinearRegressionOverlayPaintlet
Draws a straight line, using slope and intercept determine by linear regression using all the data points in the plot(s).class
LinePaintlet
A paintlet for painting a line plot of a sequence.class
LOWESSOverlayPaintlet
Overlay that applies LOWESS smoothing over all the data points in the plot(s).
For more information see:
WikiPedia.class
MetaDataValuePaintlet
Paintlet for painting a meta-data value as text, centered at the specified X-Y position.class
SquarePaintlet
class
StraightLineOverlayPaintlet
Draws a straight line.class
TrianglePaintlet
Paintlet 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 class
SimpleSpreadSheetRowLinePaintlet
Paintlet for generating a line plot for Instance objects (no markers).class
SpreadSheetRowLinePaintlet
Paintlet for generating a line plot for Instance objects.class
SpreadSheetRowPanel
A 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 class
AbstractProbabilityPaintlet
Abstract class for paintlets that plot the regression in the probability plot.class
AbstractScatterPlotPaintlet
Abstract class for creating scatterplot paintlets.class
AbstractZScorePaintlet
Abstract class for creating z score paintlets.class
DiagonalPaintlet
Paintlet for displaying the diagonal overlay on the scatter plot.class
Exponential
Paints the transformed exponential distribution
Valid options are:class
Gamma
Paints the transformed gamma distribution
Valid options are:class
Logistic
paints the transformed logistic distribution
Valid options are:class
Loglogistic
paints the transformed loglogistic distribution
Valid options are:class
Lognormal
paints the transformed lognormal distribution
Valid options are:class
LowessPaintlet
Paintlet for drawing the lowess overlay.class
Normal
Paints the transformed normal distribution on the panel
Valid options are: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.class
VsFitPaintlet
Paints the data for the versus fit graph
Valid options are:class
VsOrderPaintlet
Paints the data for the versus order graph
Valid options are:class
ZScoreCircle
paintlet for plotting cirle points on the z score visualisation
Valid options are:class
ZScoreCross
paintlet 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 class
ReportColorTimeseriesPaintlet
Paintlet for painting the timeseries data using the color stored in the report.class
TimeseriesPaintlet
Paintlet for painting the timeseries data.class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.
-