| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectImageX
public class ImageX
Image utilities.
| Method Summary | |
|---|---|
static Image | 
defaultImage()
A default image to use when the desired image is unavailable.  | 
static Image | 
i0()
A null implementation of an image, having dimensions of zero.  | 
static Image | 
tryCreate(URL url,
                   int size)
Tries to create an image from a URL.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static Image defaultImage()
public static Image i0()
public static Image tryCreate(URL url,
                              int size)
url - of the imagesize - expected for the image
defaultImage scaled to the expected size
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||