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
Style class associated with this plotter.
-
Constructor Summary
ConstructorsConstructorDescriptionStatsStyle
(Color color, Stroke stroke, boolean antialias, boolean showmean, Normalisation norm, Unit unit, BinSizer sizer) Constructor. -
Method Summary
Methods inherited from class uk.ac.starlink.ttools.plot2.layer.LineStyle
createLineTracer, getAntialias, getColor, getLegendIcon, getStroke
-
Constructor Details
-
StatsStyle
public StatsStyle(Color color, Stroke stroke, boolean antialias, boolean showmean, Normalisation norm, Unit unit, BinSizer sizer) Constructor.- Parameters:
color
- line colourstroke
- line strokeantialias
- true to draw line antialiasedshowmean
- true to display a line showing the meannorm
- normalisationunit
- axis scaling unitsizer
- histogram equivalent bin sizer, may be used in conjunction with norm
-
-
Method Details