Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUObj

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
 class TileLRUMember
          This is a useful class that wraps a Raster for patricipation in an LRU Cache.
(package private) static class TileMap.TileMapLRUMember
           
 

Fields in org.apache.batik.ext.awt.image.rendered declared as LRUCache.LRUObj
private  LRUCache.LRUObj LRUCache.LRUNode.obj
           
 

Methods in org.apache.batik.ext.awt.image.rendered that return LRUCache.LRUObj
 LRUCache.LRUObj LRUCache.LRUNode.getObj()
           
 

Methods in org.apache.batik.ext.awt.image.rendered with parameters of type LRUCache.LRUObj
 void LRUCache.remove(LRUCache.LRUObj obj)
           
 void LRUCache.touch(LRUCache.LRUObj obj)
           
 void LRUCache.add(LRUCache.LRUObj obj)
           
protected  void LRUCache.LRUNode.setObj(LRUCache.LRUObj newObj)