public static class HistogramPlotter.HistoStyle extends Object implements Style
Constructor and Description |
---|
HistoStyle(Color color,
BarStyle.Form barForm,
BarStyle.Placement placement,
Cumulation cumulative,
Normalisation norm,
Unit unit,
int thick,
float[] dash,
BinSizer sizer,
double phase,
Combiner combiner)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BinSizer |
getBinSizer()
Returns the bin sizer.
|
Combiner |
getCombiner()
Returns the combination mode used for aggregating values into bins.
|
Cumulation |
getCumulative()
Returns cumulative plot mode.
|
Icon |
getLegendIcon()
Returns an icon suitable for displaying in a legend for this style.
|
Normalisation |
getNormalisation()
Returns normalisation mode.
|
Unit |
getUnit()
Returns the axis unit for density scaling.
|
int |
hashCode() |
public HistoStyle(Color color, BarStyle.Form barForm, BarStyle.Placement placement, Cumulation cumulative, Normalisation norm, Unit unit, int thick, float[] dash, BinSizer sizer, double phase, Combiner combiner)
color
- bar colourbarForm
- bar formplacement
- bar placementcumulative
- whether to plot cumulative barsnorm
- normalisation mode for the vertical scaleunit
- bin scaling unitthick
- line thickness (only relevant for some forms)dash
- line dash pattern (only relevant for some forms)sizer
- determines bin widthsphase
- bin reference point, 0..1combiner
- bin aggregation modepublic BinSizer getBinSizer()
public Cumulation getCumulative()
public Normalisation getNormalisation()
public Unit getUnit()
public Combiner getCombiner()
public Icon getLegendIcon()
Style
getLegendIcon
in interface Style
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.