Interface TileGenerator
-
- All Known Implementing Classes:
AbstractTiledRed,SpecularLightingRed,TileCacheRed,TileRed
public interface TileGeneratorThis the generic interface for a source of tiles. This is used when the cache has a miss.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.RastergenTile(int x, int y)
-