public class ImageLoader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ImageLoader.RequestManager |
static class |
ImageLoader.RequestOptions |
static interface |
ImageLoader.ScaleType |
Modifier and Type | Method and Description |
---|---|
static ImageLoader |
get(java.lang.String path) |
Image |
getImage(ImageLoader.RequestOptions options,
int desiredWidth,
int desiredHeight) |
Image |
getImage(int desiredWidth,
int desiredHeight) |
static ImageLoader.RequestManager |
with(Container c) |
public static ImageLoader get(java.lang.String path) throws java.io.IOException
java.io.IOException
public Image getImage(int desiredWidth, int desiredHeight) throws java.io.IOException, ImageException
java.io.IOException
ImageException
public Image getImage(ImageLoader.RequestOptions options, int desiredWidth, int desiredHeight) throws java.io.IOException, ImageException
java.io.IOException
ImageException
public static ImageLoader.RequestManager with(Container c) throws java.io.IOException
java.io.IOException