com.tuneology.sane
Class SaneDevice

java.lang.Object
  |
  +--com.tuneology.sane.SaneDevice

public class SaneDevice
extends java.lang.Object

Represents a SANE device.

Version:
$Id$
Author:
Fran Taylor

Field Summary
 java.lang.String model
          Information on the model of the scanner.
 java.lang.String name
          The unique name of the scanner, to be passed in a call to open().
 java.lang.String type
          Information on the type of the scanner.
 java.lang.String vendor
          Information on the vendor (manufacturer) of the scanner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The unique name of the scanner, to be passed in a call to open().


vendor

public java.lang.String vendor
Information on the vendor (manufacturer) of the scanner.


model

public java.lang.String model
Information on the model of the scanner.


type

public java.lang.String type
Information on the type of the scanner.