Class IconCache

java.lang.Object
org.teamapps.icons.IconCache

public class IconCache
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    IconCache()  
    IconCache​(java.io.File cacheDirectory)  
  • Method Summary

    Modifier and Type Method Description
    IconResource getCachedIcon​(java.lang.String encodedIconString, int size)  
    void putIcon​(java.lang.String encodedIconString, int size, IconResource iconResource)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IconCache

      public IconCache()
    • IconCache

      public IconCache​(java.io.File cacheDirectory)
  • Method Details