Style
public static class HealpixPlotter.HealpixStyle extends java.lang.Object implements Style
Constructor | Description |
---|---|
HealpixStyle(int dataLevel,
int degrade,
Rotation rotation,
Scaling scaling,
Shader shader,
Combiner combiner,
SolidAngleUnit angle) |
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 HealpixStyle(int dataLevel, int degrade, Rotation rotation, Scaling scaling, Shader shader, Combiner combiner, SolidAngleUnit angle)
dataLevel
- HEALPix level at which the pixel index coordinates
must be interpreted; if negative, automatic
detection will be useddegrade
- HEALPix levels by which to degrade view gridrotation
- sky rotation to be applied before plottingscaling
- scaling function for mapping densities to
colour map entriesshader
- colour mapcombiner
- combiner, only relevant if degrade is non-zeroangle
- solid angle configuration for scalingpublic 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.