public class ImageLoader extends Object
| Constructor and Description |
|---|
ImageLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Image |
getBmpImage(byte[] imageData) |
static Image |
getBmpImage(URL url) |
static Image |
getGifImage(byte[] imageData) |
static Image |
getGifImage(URL url) |
static Image |
getPngImage(byte[] imageData) |
static Image |
getPngImage(URL url) |
static Image |
getTiffImage(byte[] imageData) |
static Image |
getTiffImage(URL url) |
Copyright © 2018. All rights reserved.