Uses of Interface
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUObj
-
Packages that use LRUCache.LRUObj Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of LRUCache.LRUObj in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement LRUCache.LRUObj Modifier and Type Class Description classTileLRUMemberThis is a useful class that wraps a Raster for patricipation in an LRU Cache.(package private) static classTileMap.TileMapLRUMemberFields in org.apache.batik.ext.awt.image.rendered declared as LRUCache.LRUObj Modifier and Type Field Description private LRUCache.LRUObjLRUCache.LRUNode. objMethods in org.apache.batik.ext.awt.image.rendered that return LRUCache.LRUObj Modifier and Type Method Description LRUCache.LRUObjLRUCache.LRUNode. getObj()Methods in org.apache.batik.ext.awt.image.rendered with parameters of type LRUCache.LRUObj Modifier and Type Method Description voidLRUCache. add(LRUCache.LRUObj obj)voidLRUCache. remove(LRUCache.LRUObj obj)protected voidLRUCache.LRUNode. setObj(LRUCache.LRUObj newObj)voidLRUCache. touch(LRUCache.LRUObj obj)
-