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

Author:
SRZXUZ TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

getInstance

public static FontCache getInstance()

cache

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

getCached

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