eu.gnome.morena.ica
Class ICAManager

java.lang.Object
  extended by eu.gnome.morena.Manager
      extended by eu.gnome.morena.ica.ICAManager
All Implemented Interfaces:
ICAConstants, Version

public class ICAManager
extends Manager
implements ICAConstants


Field Summary
static ICAManager INSTANCE
           
 
Fields inherited from interface eu.gnome.morena.ica.ICAConstants
ICDeviceTypeCamera, ICDeviceTypeScanner, ICScannerFunctionalUnitTypeDocumentFeeder, ICScannerFunctionalUnitTypeFlatbed, ICScannerFunctionalUnitTypeNegativeTransparency, ICScannerFunctionalUnitTypePositiveTransparency, ICScannerMeasurementUnitCentimeters, ICScannerMeasurementUnitInches, ICScannerMeasurementUnitPicas, ICScannerMeasurementUnitPixels, ICScannerMeasurementUnitPoints, ICScannerMeasurementUnitTwips, ICScannerPixelDataTypeBW, ICScannerPixelDataTypeCIEXYZ, ICScannerPixelDataTypeCMY, ICScannerPixelDataTypeCMYK, ICScannerPixelDataTypeGray, ICScannerPixelDataTypePalette, ICScannerPixelDataTypeRGB, ICScannerPixelDataTypeYUV, ICScannerPixelDataTypeYUVK
 
Fields inherited from interface eu.gnome.morena.Version
BUILD_DATE, BUILD_TIME, TMP_DIR, VERSION, VERSION_BUILD, VERSION_MAJOR, VERSION_MINOR
 
Method Summary
 boolean available()
          Checks whether ICA interface is available.
 void close()
           
 java.util.List<Device> listDevices()
          Returns a list of available (actually connected) image acquisition devices.
 java.lang.String toString()
           
 
Methods inherited from class eu.gnome.morena.Manager
addDeviceListChangeListener, debug, error, error, getInstance, info, removeDeviceListChangeListener, selectDevice, trace, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final ICAManager INSTANCE
Method Detail

listDevices

public java.util.List<Device> listDevices()
Description copied from class: Manager
Returns a list of available (actually connected) image acquisition devices.

Specified by:
listDevices in class Manager
Returns:
The list of available device.

available

public boolean available()
Checks whether ICA interface is available.

Overrides:
available in class Manager

close

public void close()
Overrides:
close in class Manager

toString

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