|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.KernelDensityPlotter.KDenseStyle
public static class KernelDensityPlotter.KDenseStyle
Style subclass for kernel density plots.
Constructor Summary | |
---|---|
KernelDensityPlotter.KDenseStyle(Color color,
FillMode fill,
Stroke stroke,
Kernel1dShape kernelShape,
BinSizer sizer,
boolean isCumulative,
Normalisation norm)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
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 KernelDensityPlotter.KDenseStyle(Color color, FillMode fill, Stroke stroke, Kernel1dShape kernelShape, BinSizer sizer, boolean isCumulative, Normalisation norm)
color
- plot colourfill
- fill modestroke
- line stroke, null for filled areakernelShape
- smoothing kernel shapesizer
- bin sizerisCumulative
- are bins painted cumulativelynorm
- normalisation modeMethod Detail |
---|
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 |