Interface ImageLoader

All Known Implementing Classes:
PNGImageLoader

public interface ImageLoader
Interface for all classes performing image loading.
Author:
Alexandre Iline (alexandre.iline@sun.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    load(String fileName)
    Loads an image from file.