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:TilePlotterCalculates a pixel value.- Specified by:
plotin interfaceTilePlotter- Parameters:
js- the source data value- Returns:
- the ARGB color for the pixel.
-