Package megamek.common.util
Interface ImageUtil.ImageLoader
- All Known Implementing Classes:
ImageUtil.AtlasImageLoader,ImageUtil.AWTImageLoader,ImageUtil.TileMapImageLoader
- Enclosing class:
ImageUtil
public static interface ImageUtil.ImageLoader
Interface that defines methods for an ImageLoader.
-
Method Summary
-
Method Details
-
loadImage
Given a string representation of a file,- Parameters:
fileName- File to load.- Returns:
- An
Imageobject
-