Package org.teamapps.icons.cache
Interface IconCache
- All Known Implementing Classes:
FileIconCache,NoOpIconCache
public interface IconCache
-
Method Summary
Modifier and Type Method Description IconResourcegetIcon(java.lang.String encodedIconString, int size)voidputIcon(java.lang.String encodedIconString, int size, IconResource iconResource)