public class AddeImage
extends java.lang.Object
| Constructor and Description |
|---|
AddeImage(java.lang.String urlName) |
| Modifier and Type | Method and Description |
|---|---|
static AddeImage |
factory(java.lang.String urlName) |
static int |
getCacheSize() |
java.awt.image.BufferedImage |
getImage() |
static int |
getMaxCacheSize() |
java.lang.String |
getName() |
java.awt.Dimension |
getPreferredSize() |
static void |
setMaxCacheSize(int max) |
public AddeImage(java.lang.String urlName)
throws java.io.IOException,
java.net.MalformedURLException
java.io.IOExceptionjava.net.MalformedURLExceptionpublic static AddeImage factory(java.lang.String urlName) throws java.io.IOException, java.net.MalformedURLException
java.io.IOExceptionjava.net.MalformedURLExceptionpublic static int getMaxCacheSize()
public static void setMaxCacheSize(int max)
public static int getCacheSize()
public java.awt.Dimension getPreferredSize()
public java.awt.image.BufferedImage getImage()
public java.lang.String getName()