Uses of Class
com.twainconnect.core.TwainConnectException

Packages that use TwainConnectException
com.twainconnect.core   
com.twainconnect.io   
com.twainconnect.io.imp   
 

Uses of TwainConnectException in com.twainconnect.core
 

Methods in com.twainconnect.core that throw TwainConnectException
 void TwainConnect.acquire(java.lang.String sourcename)
          Opens and enables the named source.
 void TwainConnect.acquireImagesFileIo(java.lang.String sourcename)
          Opens and enables the named source.
 void TwainConnect.acquireImagesMemory(java.lang.String sourcename)
          Opens and enables the named source.
static java.awt.Image TwainConnect.acquireNativeMemory(java.lang.String pSourceName)
           
protected  ImageLoader TwainConnect.getLoader()
          Load the default image io class as defined by either the property file or set at run-time.
 

Constructors in com.twainconnect.core that throw TwainConnectException
TwainConnect()
          Once the source manager has been loaded, it is not normally unloaded until your application is destroyed.
 

Uses of TwainConnectException in com.twainconnect.io
 

Methods in com.twainconnect.io that throw TwainConnectException
 java.awt.image.BufferedImage ImageLoader.load(java.lang.Object file)
          Regardless of the underlying imaging engine, load an image and return it as a BufferedImage
 

Uses of TwainConnectException in com.twainconnect.io.imp
 

Methods in com.twainconnect.io.imp that throw TwainConnectException
 java.awt.image.BufferedImage TwainConnectImageLoaderImp.load(java.lang.Object o)
          Uses a File object to load the image
 java.awt.image.BufferedImage JavaIoImageLoaderImp.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
 java.awt.image.BufferedImage BmpMemoryLoader.load(java.lang.Object o)
          Assuming an Image interface