|
Crossfire JXClient, Trunk
R20561
|
Interface for ImageIcon caching classes. More...
Inheritance diagram for com.realtime.crossfire.jxclient.faces.ImageCache:
Collaboration diagram for com.realtime.crossfire.jxclient.faces.ImageCache:Public Member Functions | |
| ImageIcon | load (@NotNull Face face) |
| Retrieves an image from the cache. More... | |
| void | save (@NotNull Face face, @NotNull ImageIcon imageIcon) |
| Stores an ImageIcon into the cache. More... | |
Interface for ImageIcon caching classes.
Definition at line 32 of file ImageCache.java.
| ImageIcon com.realtime.crossfire.jxclient.faces.ImageCache.load | ( | @NotNull Face | face | ) |
Retrieves an image from the cache.
| face | the face to retrieve |
Implemented in com.realtime.crossfire.jxclient.faces.FileCache.
Referenced by com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.LoadTask.run().
Here is the caller graph for this function:| void com.realtime.crossfire.jxclient.faces.ImageCache.save | ( | @NotNull Face | face, |
| @NotNull ImageIcon | imageIcon | ||
| ) |
Stores an ImageIcon into the cache.
| face | the face to save |
| imageIcon | the image icon to store |
Implemented in com.realtime.crossfire.jxclient.faces.FileCache.
Referenced by com.realtime.crossfire.jxclient.faces.FileCacheFaceQueue.SaveTask.run().
Here is the caller graph for this function: