Interface TilePlotter

All Known Implementing Classes:
GFSTilePlotter

public interface TilePlotter
An interface for calculating pixel values on raster tiles.
Since:
10.0
Version:
10.0
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    plot(int value)
    Calculates a pixel value.
  • Method Details

    • plot

      int plot(int value)
      Calculates a pixel value.
      Parameters:
      value - the source data value
      Returns:
      the ARGB color for the pixel.