Class TileGrid
java.lang.Object
org.apache.batik.ext.awt.image.rendered.TileGrid
- All Implemented Interfaces:
TileStore
This is a Grid based implementation of the TileStore.
This makes it pretty quick, but it can use a fair amount of
memory for large tile grids.
-
Constructor Summary
ConstructorsConstructorDescriptionTileGrid
(int minTileX, int minTileY, int xSz, int ySz, TileGenerator source, LRUCache cache) -
Method Summary