| Constructor and Description | 
|---|
| TileMap(TileGenerator source,
       LRUCache cache) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.awt.image.Raster | getTile(int x,
       int y) | 
| java.awt.image.Raster | getTileNoCompute(int x,
                int y) | 
| void | setTile(int x,
       int y,
       java.awt.image.Raster ras) | 
public TileMap(TileGenerator source, LRUCache cache)
public void setTile(int x,
                    int y,
                    java.awt.image.Raster ras)
public java.awt.image.Raster getTileNoCompute(int x,
                                              int y)
getTileNoCompute in interface TileStoreCopyright © 2022 Apache Software Foundation. All Rights Reserved.