Class Stats1Plotter.StatsStyle

java.lang.Object
uk.ac.starlink.ttools.plot2.layer.LineStyle
uk.ac.starlink.ttools.plot2.layer.Stats1Plotter.StatsStyle
All Implemented Interfaces:
Style
Enclosing class:
Stats1Plotter

public static class Stats1Plotter.StatsStyle extends LineStyle
Style class associated with this plotter.
  • Constructor Details

    • StatsStyle

      public StatsStyle(Color color, Stroke stroke, boolean antialias, boolean showmean, Normalisation norm, Unit unit, BinSizer sizer, boolean isY)
      Constructor.
      Parameters:
      color - line colour
      stroke - line stroke
      antialias - true to draw line antialiased
      showmean - true to display a line showing the mean
      norm - normalisation
      unit - axis scaling unit
      sizer - histogram equivalent bin sizer, may be used in conjunction with norm
      isY - if true, plotted sideways
  • Method Details