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 LRUCacheTileCache.cacheprivate LRUCacheTileGrid.cacheprivate LRUCacheTileMap.cacheConstructors 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)