Uses of Class
org.apache.batik.ext.awt.image.rendered.LRUCache
-
Packages that use LRUCache Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of LRUCache in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as LRUCache Modifier and Type Field Description private static LRUCache
TileCache. cache
private LRUCache
TileGrid. cache
private LRUCache
TileMap. cache
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type LRUCache Constructor Description TileGrid(int minTileX, int minTileY, int xSz, int ySz, TileGenerator source, LRUCache cache)
TileMap(TileGenerator source, LRUCache cache)
-