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.
- Since:
- 30 Sep 2016
- Author:
- Mark Taylor
-
Constructor Summary
ConstructorsConstructorDescriptionStatsStyle(Color color, Stroke stroke, boolean antialias, boolean showmean, Normalisation norm, Unit unit, BinSizer sizer, boolean isY) Constructor. -
Method Summary
Methods inherited from class 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, boolean isY) 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 normisY- if true, plotted sideways
-
-
Method Details
-
hashCode
-
equals
-