Uses of Class
org.apache.batik.ext.awt.image.rendered.LRUCache
Packages that use LRUCache
-
Uses of LRUCache in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as LRUCacheModifier and TypeFieldDescriptionprivate 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 LRUCacheModifierConstructorDescriptionTileGrid
(int minTileX, int minTileY, int xSz, int ySz, TileGenerator source, LRUCache cache) TileMap
(TileGenerator source, LRUCache cache)