Class HealpixPlotter.HealpixStyle
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.HealpixPlotter.HealpixStyle
-
- All Implemented Interfaces:
Style
- Enclosing class:
- HealpixPlotter
public static class HealpixPlotter.HealpixStyle extends java.lang.Object implements Style
Style for configuring the HEALPix plot.
-
-
Constructor Summary
Constructors Constructor Description HealpixStyle(int dataLevel, int degrade, Rotation rotation, Scaling scaling, Subrange dataclip, Shader shader, Combiner combiner, SolidAngleUnit angle)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Constructor Detail
-
HealpixStyle
public HealpixStyle(int dataLevel, int degrade, Rotation rotation, Scaling scaling, Subrange dataclip, Shader shader, Combiner combiner, SolidAngleUnit angle)
Constructor.- Parameters:
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 entriesdataclip
- scaling input range adjustmentshader
- colour mapcombiner
- combiner, only relevant if degrade is non-zeroangle
- solid angle configuration for scaling
-
-
Method Detail
-
getLegendIcon
public javax.swing.Icon getLegendIcon()
Description copied from interface:Style
Returns an icon suitable for displaying in a legend for this style.- Specified by:
getLegendIcon
in interfaceStyle
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-