org.equanda.util
Class ImageLoader

java.lang.Object
  extended by org.equanda.util.ImageLoader

public final class ImageLoader
extends Object

ImageLoader can be used to load an image No caching of images is provided!

Author:
Joachim Van der Auwera

Method Summary
static Image loadFromResource(String name, Class cl)
           
static Image loadFromResource(String name, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadFromResource

public static Image loadFromResource(String name,
                                     Object o)

loadFromResource

public static Image loadFromResource(String name,
                                     Class cl)


Copyright © 2007-2009. All Rights Reserved.