|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.swing.icons.ImageLoader
public final class ImageLoader
Provides image and icon creation services.
Method Summary | |
---|---|
static Graphics |
createGraphics()
For those times when you just need a graphics context and don't care where it came from. |
static Frame |
getFrame()
For those times that you need a Frame and don't care where it came from. |
static Icon |
getIcon(String resourceName)
|
static Image |
getImage(String imageResourceName)
|
static Image |
getImage(String imageResourceName,
Component comp)
|
static Image |
getImage(String imageResourceName,
Toolkit tk)
|
static Image |
getImage(URL url,
Toolkit tk)
|
static boolean |
waitForImage(Image image)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Icon getIcon(String resourceName)
public static Image getImage(URL url, Toolkit tk)
public static Image getImage(String imageResourceName, Toolkit tk)
public static Image getImage(String imageResourceName)
public static Image getImage(String imageResourceName, Component comp)
public static boolean waitForImage(Image image)
public static Graphics createGraphics()
public static Frame getFrame()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |