com.jaxfront.core.util.io.cache
Class FontCache

java.lang.Object
  extended by com.jaxfront.core.util.io.cache.Cache
      extended by com.jaxfront.core.util.io.cache.FontCache

public class FontCache
extends Cache


Method Summary
 void cache(java.lang.String key, java.awt.Font value)
           
 java.awt.Font getCached(java.lang.String key)
           
static FontCache getInstance()
           
 
Methods inherited from class com.jaxfront.core.util.io.cache.Cache
cache, getCached, hasCached, releaseCache, releaseCached
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cache

public void cache(java.lang.String key,
                  java.awt.Font value)

getCached

public java.awt.Font getCached(java.lang.String key)

getInstance

public static FontCache getInstance()