Package com.kheops.util
Class KImageLoader
java.lang.Object
com.kheops.util.KImageLoader
A utility helper class used to load images from an URL or from a resource
 file.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ImageloadImageFromResource(String name, Class srcClass) Loads an the specified image from a resource file using the specified object as the base path.static ImageloadImageFromResource(String name, Object src) Loads an the specified image from a resource file using the specified object as the base path.static ImageloadImageFromURL(URL imageURL) Loads an image from the specified URL.
- 
Constructor Details- 
KImageLoaderpublic KImageLoader()
 
- 
- 
Method Details- 
loadImageFromURLLoads an image from the specified URL.
- 
loadImageFromResourceLoads an the specified image from a resource file using the specified object as the base path.
- 
loadImageFromResourceLoads an the specified image from a resource file using the specified object as the base path.
 
-