Interface TileStore

All Known Implementing Classes:
TileGrid, TileMap

public interface TileStore
This the generic interface for a TileStore. This is used to store and retrieve tiles from the cache.
  • Method Details

    • setTile

      void setTile(int x, int y, Raster ras)
    • getTile

      Raster getTile(int x, int y)
    • getTileNoCompute

      Raster getTileNoCompute(int x, int y)