Package org.teamapps.icons.cache
Class FileIconCache
java.lang.Object
org.teamapps.icons.cache.FileIconCache
- All Implemented Interfaces:
IconCache
public class FileIconCache extends java.lang.Object implements IconCache
-
Constructor Summary
Constructors Constructor Description FileIconCache()FileIconCache(java.io.File cacheDirectory) -
Method Summary
Modifier and Type Method Description IconResourcegetIcon(java.lang.String encodedIconString, int size)voidputIcon(java.lang.String encodedIconString, int size, IconResource iconResource)
-
Constructor Details
-
FileIconCache
public FileIconCache() -
FileIconCache
public FileIconCache(java.io.File cacheDirectory)
-
-
Method Details