Constructor and Description |
---|
TileMap(TileGenerator source,
LRUCache cache) |
Modifier and Type | Method and Description |
---|---|
Raster |
getTile(int x,
int y) |
Raster |
getTileNoCompute(int x,
int y) |
void |
setTile(int x,
int y,
Raster ras) |
public TileMap(TileGenerator source, LRUCache cache)
public Raster getTileNoCompute(int x, int y)
getTileNoCompute
in interface TileStore
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.