A B C D F G I J L M N O P R S T U V

L

load(Object) - Method in interface com.twainconnect.io.ImageLoader
Regardless of the underlying imaging engine, load an image and return it as a BufferedImage
load(Object) - Method in class com.twainconnect.io.imp.BmpMemoryLoader
Assuming an Image interface
load(Object) - Method in class com.twainconnect.io.imp.JavaIoImageLoaderImp
Performs the heavy lifting for loading the image from the file system Most likley com.sun.media.imageioimpl.plugins.bmp.BMPImageReader ir = null; ImageReader must be installed from Java(TM) Image I/O API http://java.sun.com/products/java-media/jai/ or be part of JSE 1.5
load(Object) - Method in class com.twainconnect.io.imp.TwainConnectImageLoaderImp
Uses a File object to load the image

A B C D F G I J L M N O P R S T U V