| java.lang.Object org.w3c.tools.widgets.ImageCache
ImageCache | public class ImageCache (Code) | | A Basic Image Cache class.
|
Method Summary | |
public static Image | getImage(Component c, int w, int h) Gets an Image of the requested size.
Checks if an Image already exists in the cache for the current Thread and
if this image is large enough. |
getImage | public static Image getImage(Component c, int w, int h)(Code) | | Gets an Image of the requested size.
Checks if an Image already exists in the cache for the current Thread and
if this image is large enough. Else, creates a new Image and store it in
the cache.
|
|
|