Class GFSTilePlotter

java.lang.Object
org.deltava.util.tile.GFSTilePlotter
All Implemented Interfaces:
TilePlotter

public class GFSTilePlotter extends Object implements TilePlotter
A pixel plotter for jet stream tiles.
Since:
10.0
Version:
10.0
Author:
Luke
  • 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 interface TilePlotter
      Parameters:
      js - the source data value
      Returns:
      the ARGB color for the pixel.