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
- Version:
- $Id: TileMap.java 1733416 2016-03-03 07:07:13Z gadams $
| 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 © 2000–2017 Apache Software Foundation. All rights reserved.