Interface ImageCache
- All Known Implementing Classes:
FileCache
public interface ImageCache
Interface for
ImageIcon caching classes.-
Method Summary
-
Method Details
-
load
Retrieves an image from the cache.- Parameters:
face- the face to retrieve- Returns:
- the image icon, or
nullif the cache does not contain the image
-
save
Stores anImageIconinto the cache.- Parameters:
face- the face to saveimageIcon- the image icon to store
-