|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twainconnect.io.imp.TwainConnectImageLoaderImp
public class TwainConnectImageLoaderImp
Proprietary class in order to make the architectural footprint even smaller. Performance and scalability may not be as strong as the Java IO counterparts but the size and complexity of the jar and deployment is reduced. There is no need to deploy the separate Java Imaging Jars with your client installation. Only supports 8 and 24 bit bitmaps pure black and white images need to be converted first.
| Nested Class Summary | |
|---|---|
(package private) static class |
TwainConnectImageLoaderImp.BitmapHeader
Internal class representing a bitmap header structure with code to read it from a file |
| Constructor Summary | |
|---|---|
TwainConnectImageLoaderImp()
|
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
load(java.lang.Object o)
Uses a File object to load the image |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TwainConnectImageLoaderImp()
| Method Detail |
|---|
public java.awt.image.BufferedImage load(java.lang.Object o)
throws TwainConnectException
load in interface ImageLoadero - File object
TwainConnectException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||