Stylepublic static class TracePlotter.TraceStyle extends java.lang.Object implements Style
| Constructor | Description |
|---|---|
TraceStyle(java.awt.Color color,
boolean isHorizontal,
int thickness,
double qlo,
double qhi,
Kernel1dShape kernelShape,
BinSizer smoothSizer) |
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 TraceStyle(java.awt.Color color,
boolean isHorizontal,
int thickness,
double qlo,
double qhi,
Kernel1dShape kernelShape,
BinSizer smoothSizer)
color - colourisHorizontal - true for horizontal fill, false for verticalthickness - line thicknessqlo - target lower quantile in range 0..1qhi - target upper quantile in range 0..1kernelShape - smoothing kernelsmoothSizer - smoothing extent controlpublic 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.