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.IOExceptionpublic Image getImage(int desiredWidth, int desiredHeight) throws java.io.IOException, ImageException
java.io.IOExceptionImageExceptionpublic Image getImage(ImageLoader.RequestOptions options, int desiredWidth, int desiredHeight) throws java.io.IOException, ImageException
java.io.IOExceptionImageExceptionpublic static ImageLoader.RequestManager with(Container c) throws java.io.IOException
java.io.IOException