|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageLoaderInterface
A simple interface to make sure there are not classloader issues when jimi is not on the classpath. It also leaves open pluggable image libraries
Method Summary | |
---|---|
javax.swing.ImageIcon |
getIcon(java.net.URL url)
Returns the specified icon |
java.awt.Image |
getImage(java.net.URL url)
Returns the specified image |
boolean |
isUsable()
Specifies if this imageloader is usable. |
Method Detail |
---|
java.awt.Image getImage(java.net.URL url)
url
- the url to load if from
javax.swing.ImageIcon getIcon(java.net.URL url)
url
- the url to load if from
boolean isUsable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |