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

    Modifier and Type
    Method
    Description
    loadImage(String fileName)
    Given a string representation of a file,
  • Method Details

    • loadImage

      Image loadImage(String fileName)
      Given a string representation of a file,
      Parameters:
      fileName - File to load.
      Returns:
      An Image object