Uses of Interface
com.threerings.getdown.launcher.ImageLoader

Packages that use ImageLoader
com.threerings.getdown.launcher   
 

Uses of ImageLoader in com.threerings.getdown.launcher
 

Classes in com.threerings.getdown.launcher that implement ImageLoader
 class Getdown
          Manages the main control for the Getdown application updater and deployment system.
 class GetdownApplet
          An applet that can be used to launch a Getdown application (when signed and given privileges).
 

Methods in com.threerings.getdown.launcher with parameters of type ImageLoader
 RotatingBackgrounds GetdownAppletConfig.getBackgroundImages(ImageLoader loader)
          Gets the rotation background images and error image.The given image loader will be used if the images have not been loaded yet.
static RotatingBackgrounds GetdownAppletConfig.getBackgroundImages(String imageParam, String errorImagePath, ImageLoader loader)
          Gets the rotation background images and error image.The given image loader will be used if the images have not been loaded yet.
 

Constructors in com.threerings.getdown.launcher with parameters of type ImageLoader
RotatingBackgrounds(String[] backgrounds, String errorBackground, ImageLoader loader)
          Create a sequence of images to be rotated through from backgrounds.
 



Copyright © 2013. All Rights Reserved.