edu.berkeley.guir.papier_mache.input
Class TWAINImageInput

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.input.ImageInputDevice
      extended by edu.berkeley.guir.papier_mache.input.TWAINImageInput
All Implemented Interfaces:
InputDevice

public class TWAINImageInput
extends ImageInputDevice

Supports input from a TWAIN source (such as a scanner or a digital camera).

This software is distributed under the Berkeley Software License.

Author:
Scott Klemmer ( srk(AT)cs.berkeley.edu )

Constructor Summary
TWAINImageInput()
           
 
Method Summary
 java.awt.Dimension getImageSize()
           
 java.awt.Component getSourcePanel()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.input.ImageInputDevice
addInputDataListener, fireInputDataEvent, removeInputDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TWAINImageInput

public TWAINImageInput()
Method Detail

getImageSize

public java.awt.Dimension getImageSize()
Specified by:
getImageSize in class ImageInputDevice

getSourcePanel

public java.awt.Component getSourcePanel()
Specified by:
getSourcePanel in class ImageInputDevice

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object