|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twainconnect.io.imp.JavaIoImageLoaderImp
public class JavaIoImageLoaderImp
In order to adhere to the JRE 1.4 and later JDK support for images
TwainConnect supports the javax.io library found in JRE 1.4.x and above with
this implementation of the ImageLoader interface
Use key com.twainconnect.io.imp.JavaIoImageLoaderImp for the value in
the properties file
| Constructor Summary | |
|---|---|
JavaIoImageLoaderImp()
|
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
load(java.lang.Object o)
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaIoImageLoaderImp()
| Method Detail |
|---|
public java.awt.image.BufferedImage load(java.lang.Object o)
throws TwainConnectException
http://java.sun.com/products/java-media/jai/ or
be part of JSE 1.5
load in interface ImageLoadero - file object to display
TwainConnectException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||