public abstract class SkyTileRenderer
extends java.lang.Object
Constructor and Description |
---|
SkyTileRenderer() |
Modifier and Type | Method and Description |
---|---|
static SkyTileRenderer |
createRenderer(SkySurface surface,
Rotation rotation,
int viewLevel)
Returns a SkyTileRenderer suitable for use on a given sky surface.
|
abstract void |
extendAuxRange(Range range,
BinList.Result binResult)
Modifies the range of aux values found within a given surface.
|
static void |
paintBins(java.awt.Graphics g,
BinList.Result binResult,
SkySurface surface,
SkyPixer skyPixer,
Shader shader,
Scaler scaler)
Given a prepared data structure, paints the results it
represents onto a graphics context appropriate for this drawing.
|
abstract void |
renderBins(java.awt.Graphics g,
BinList.Result binResult,
Shader shader,
Scaler scaler)
Performs the rendering of a prepared bin list on a graphics surface.
|
public abstract void extendAuxRange(Range range, BinList.Result binResult)
range
- range object to be modifiedbinResult
- tile bin contentspublic abstract void renderBins(java.awt.Graphics g, BinList.Result binResult, Shader shader, Scaler scaler)
g
- graphics contextbinResult
- histogram containing sky pixel valuesshader
- colour shadingscaler
- value scalingpublic static SkyTileRenderer createRenderer(SkySurface surface, Rotation rotation, int viewLevel)
surface
- sky surfacepublic static void paintBins(java.awt.Graphics g, BinList.Result binResult, SkySurface surface, SkyPixer skyPixer, Shader shader, Scaler scaler)
g
- graphics contextbinResult
- histogram containing sky pixel valuessurface
- plot surfaceskyPixer
- maps sky positions to HEALPix indicesshader
- colour shadingscaler
- value scalingCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.