Stylepublic static class GridPlotter.GridStyle extends java.lang.Object implements Style
| Constructor | Description |
|---|---|
GridStyle(BinSizer xSizer,
BinSizer ySizer,
double xPhase,
double yPhase,
Scaling scaling,
Shader shader,
Combiner combiner) |
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 GridStyle(BinSizer xSizer, BinSizer ySizer, double xPhase, double yPhase, Scaling scaling, Shader shader, Combiner combiner)
xSizer - determines X bin extentySizer - determines Y bin extentxPhase - X axis bin reference point, 0..1yPhase - Y axis bin reference point, 0..1scaling - scaling function for mapping densities to
colour map entriesshader - colour mapcombiner - value combination mode for bin calculationpublic 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.