Uses of Class
adams.gui.visualization.stats.paintlet.AbstractColorPaintlet

Packages that use AbstractColorPaintlet
adams.gui.visualization.stats.paintlet   
 

Uses of AbstractColorPaintlet in adams.gui.visualization.stats.paintlet
 

Subclasses of AbstractColorPaintlet in adams.gui.visualization.stats.paintlet
 class AbstractOverlayPaintlet
          Abstract class for paintlets that draw the overlays.
 class AbstractProbabilityPaintlet
          Abstract class for paintlets that plot the regression in the probability plot.
 class AbstractScatterPlotPaintlet
          Abstract class for creating scatterplot paintlets.
 class AbstractZOverlayPaintlet
          abstract class for creating z score overlay 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 HistogramPaintlet
          Paints the histogram

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 MeanPaintlet
          paintlet for displaying mean overlay on the ZScore graph

Valid options are:

 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 StdDevPaintlet
          paintlet for displaying stddev overlay on the Z score graph

Valid options are:

 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:

 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.