Class GFSTilePlotter
java.lang.Object
org.deltava.util.tile.GFSTilePlotter
- All Implemented Interfaces:
TilePlotter
A pixel plotter for jet stream tiles.
- Since:
- 10.0
- Version:
- 10.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GFSTilePlotter
public GFSTilePlotter()
-
-
Method Details
-
plot
public int plot(int js) Description copied from interface:TilePlotter
Calculates a pixel value.- Specified by:
plot
in interfaceTilePlotter
- Parameters:
js
- the source data value- Returns:
- the ARGB color for the pixel.
-