Uses of Interface
com.twainconnect.io.ImageLoader

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

Uses of ImageLoader in com.twainconnect.core
 

Methods in com.twainconnect.core that return ImageLoader
protected  ImageLoader TwainConnect.getLoader()
          Load the default image io class as defined by either the property file or set at run-time.
 

Uses of ImageLoader in com.twainconnect.io.imp
 

Classes in com.twainconnect.io.imp that implement ImageLoader
 class BmpMemoryLoader
           
 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
 class TwainConnectImageLoaderImp
          Proprietary class in order to make the architectural footprint even smaller.