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 class
TileLRUMember
This is a useful class that wraps a Raster for patricipation in an LRU Cache.Methods in org.apache.batik.ext.awt.image.rendered that return LRUCache.LRUObj Modifier and Type Method Description LRUCache.LRUObj
LRUCache.LRUNode. getObj()
Methods in org.apache.batik.ext.awt.image.rendered with parameters of type LRUCache.LRUObj Modifier and Type Method Description void
LRUCache. add(LRUCache.LRUObj obj)
void
LRUCache. remove(LRUCache.LRUObj obj)
protected void
LRUCache.LRUNode. setObj(LRUCache.LRUObj newObj)
void
LRUCache. touch(LRUCache.LRUObj obj)
-