erland.util
Interface ImageHandlerInterface

All Known Implementing Classes:
ImageHandlerForApplet, ImageHandlerForApplication, ImageHandlerForApplicationFileSystem, ImageHandlerForApplicationJarFile

public interface ImageHandlerInterface

Specifies and interface for image loading

Author:
Erland Isaksson

Method Summary
 Image getImage(String image)
          Get a specific image
 

Method Detail

getImage

Image getImage(String image)
Get a specific image

Parameters:
image - name of the image to get
Returns:
Image object for the specified image name


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.