org.apache.batik.ext.awt.image.rendered
Interface TileStore
public
interface
TileStore
This the generic interface for a TileStore. This is used to
store and retrieve tiles from the cache.
public Raster getTile(int x, int y)
public Raster getTileNoCompute(int x, int y)
public void setTile(int x, int y, Raster ras)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.