org.apache.batik.ext.awt.image.rendered

Class TileMap

public class TileMap extends Object implements TileStore

Constructor Summary
TileMap(TileGenerator source, LRUCache cache)
Method Summary
RastergetTile(int x, int y)
RastergetTileNoCompute(int x, int y)
voidsetTile(int x, int y, Raster ras)

Constructor Detail

TileMap

public TileMap(TileGenerator source, LRUCache cache)

Method Detail

getTile

public Raster getTile(int x, int y)

getTileNoCompute

public Raster getTileNoCompute(int x, int y)

setTile

public void setTile(int x, int y, Raster ras)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.