org.apache.batik.ext.awt.image.rendered
Class TileMap
java.lang.Object
org.apache.batik.ext.awt.image.rendered.TileMap
- All Implemented Interfaces:
- TileStore
public class TileMap
- extends Object
- implements TileStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TileMap
public TileMap(TileGenerator source,
LRUCache cache)
setTile
public void setTile(int x,
int y,
Raster ras)
- Specified by:
setTile
in interface TileStore
getTileNoCompute
public Raster getTileNoCompute(int x,
int y)
- Specified by:
getTileNoCompute
in interface TileStore
getTile
public Raster getTile(int x,
int y)
- Specified by:
getTile
in interface TileStore
Copyright © 2008 Apache Software Foundation. All Rights Reserved.