Uses of Interface
adams.gui.visualization.core.PaintletWithContainerIDMatching
-
Packages that use PaintletWithContainerIDMatching Package Description adams.gui.visualization.core adams.gui.visualization.sequence -
-
Uses of PaintletWithContainerIDMatching in adams.gui.visualization.core
Classes in adams.gui.visualization.core that implement PaintletWithContainerIDMatching Modifier and Type Class Description class
AbstractStrokePaintletWithContainerIDMatching
Ancestor for paintlets that restrict painting to containers which ID matches a regular expression. -
Uses of PaintletWithContainerIDMatching in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement PaintletWithContainerIDMatching Modifier and Type Class Description class
LinearRegressionOverlayPaintlet
Draws a straight line, using slope and intercept determine by linear regression using all the data points in the plot(s).class
LOWESSOverlayPaintlet
Overlay that applies LOWESS smoothing over all the data points in the plot(s).
For more information see:
WikiPedia.
-