com.threerings.getdown.launcher
Interface ImageLoader

All Known Implementing Classes:
Getdown, GetdownApplet

public interface ImageLoader

Abstracts away the process of loading an image so that it can be done differently in the app and applet.


Method Summary
 Image loadImage(String path)
          Loads and returns the image with the supplied path.
 

Method Detail

loadImage

Image loadImage(String path)
Loads and returns the image with the supplied path.



Copyright © 2013. All Rights Reserved.