Stylepublic static class DensogramPlotter.DensoStyle extends java.lang.Object implements Style
| Constructor | Description |
|---|---|
DensoStyle(java.awt.Color baseColor,
Shader shader,
Scaling scaling,
Kernel1dShape kernelShape,
BinSizer sizer,
boolean cumul,
int extent,
double position) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
javax.swing.Icon |
getLegendIcon() |
Returns an icon suitable for displaying in a legend for this style.
|
int |
hashCode() |
public DensoStyle(java.awt.Color baseColor,
Shader shader,
Scaling scaling,
Kernel1dShape kernelShape,
BinSizer sizer,
boolean cumul,
int extent,
double position)
baseColor - base colourshader - colour ramp shaderscaling - colour ramp scaling functionkernelShape - smoothing kernel shapesizer - smoothing width specificationcumul - are bins painted cumulativelyextent - height in pixels of density barposition - fractional location of density bar (0..1)public javax.swing.Icon getLegendIcon()
StylegetLegendIcon in interface Stylepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.