|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.HistogramPlotter.HistoStyle
public static class HistogramPlotter.HistoStyle
Style subclass for histogram plots.
Constructor Summary | |
---|---|
HistogramPlotter.HistoStyle(Color color,
BarStyle.Form barForm,
BarStyle.Placement placement,
boolean cumulative,
Normalisation norm,
int thick,
float[] dash,
BinSizer sizer,
double phase)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
BinSizer |
getBinSizer()
Returns the bin sizer. |
Icon |
getLegendIcon()
Returns an icon suitable for displaying in a legend for this style. |
Normalisation |
getNormalisation()
Returns normalisation mode. |
int |
hashCode()
|
boolean |
isCumulative()
Returns cumulative flag. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistogramPlotter.HistoStyle(Color color, BarStyle.Form barForm, BarStyle.Placement placement, boolean cumulative, Normalisation norm, int thick, float[] dash, BinSizer sizer, double phase)
color
- bar colourbarForm
- bar formplacement
- bar placementcumulative
- whether to plot cumulative barsnorm
- normalisation mode for the vertical scalethick
- line thickness (only relevant for some forms)dash
- line dash pattern (only relevant for some forms)sizer
- determines bin widthsphase
- bin reference point, 0..1Method Detail |
---|
public BinSizer getBinSizer()
public boolean isCumulative()
public Normalisation getNormalisation()
public Icon getLegendIcon()
Style
getLegendIcon
in interface Style
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |