de.schwarzrot.ui.image
Class ImageFactory
java.lang.Object
   de.schwarzrot.ui.image.ImageFactory
de.schwarzrot.ui.image.ImageFactory
- public class ImageFactory 
- extends Object
a utility class able to load images from inside a jar-file as well as from
 outside (filesystem, url). Once loaded images are cached for faster
 (re-)access.
- Author:
- Reinhard Mantey
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IMAGE_NOT_FOUND
public static final String IMAGE_NOT_FOUND
- See Also:
- Constant Field Values
ImageFactory
public ImageFactory()
createIcon
public ImageIcon createIcon(File fileSystemPath)
- 
 
createIcon
public ImageIcon createIcon(String propertyKey)
- 
 
createIcon
public ImageIcon createIcon(URL resourcePath)
- 
 
createImage
public Image createImage(File fileSystemPath)
- 
 
createImage
public Image createImage(String whatEver)
- 
 
createImage
public Image createImage(URL resourcePath)
- 
 
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.