Style
public static class DensogramPlotter.DensoStyle extends java.lang.Object implements Style
Constructor | Description |
---|---|
DensoStyle(java.awt.Color baseColor,
Shader shader,
Scaling scaling,
Kernel1dShape kernelShape,
Combiner combiner,
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, Combiner combiner, BinSizer sizer, boolean cumul, int extent, double position)
baseColor
- base colourshader
- colour ramp shaderscaling
- colour ramp scaling functionkernelShape
- smoothing kernel shapecombiner
- pixel bin aggregation modesizer
- 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()
Style
getLegendIcon
in interface Style
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.