- SaneClientAuthentication - Class in au.com.southsky.jfreesane
-
Represents the authentication configuration used by SANE clients.
- SaneClientAuthentication() - Constructor for class au.com.southsky.jfreesane.SaneClientAuthentication
-
- SaneClientAuthentication(String) - Constructor for class au.com.southsky.jfreesane.SaneClientAuthentication
-
- SaneClientAuthentication(CharSource) - Constructor for class au.com.southsky.jfreesane.SaneClientAuthentication
-
Returns a new SaneClientAuthentication whose configuration is represented by the
characters supplied by the given CharSource.
- SaneClientAuthentication.ClientCredential - Class in au.com.southsky.jfreesane
-
Class to hold Sane client credentials organised by backend.
- SaneDevice - Class in au.com.southsky.jfreesane
-
Represents a SANE device within a session.
- SaneException - Exception in au.com.southsky.jfreesane
-
Represents an application level exception thrown by Sane.
- SaneException(SaneStatus) - Constructor for exception au.com.southsky.jfreesane.SaneException
-
- SaneException(String) - Constructor for exception au.com.southsky.jfreesane.SaneException
-
- SaneOption - Class in au.com.southsky.jfreesane
-
This class represents a SANE device option.
- SaneOption.OptionUnits - Enum in au.com.southsky.jfreesane
-
Instances of this enum are returned by
SaneOption.getUnits() indicating what units, if
any, the value has.
- SaneOption.OptionWriteInfo - Enum in au.com.southsky.jfreesane
-
Represents the information that the SANE daemon returns about the effect of modifying an
option.
- SanePasswordProvider - Class in au.com.southsky.jfreesane
-
Implements a provider of SANE resource credentials.
- SanePasswordProvider() - Constructor for class au.com.southsky.jfreesane.SanePasswordProvider
-
- SaneSession - Class in au.com.southsky.jfreesane
-
Represents a conversation taking place with a SANE daemon.
- SaneStatus - Enum in au.com.southsky.jfreesane
-
Represents the status codes that can be returned by the Sane backend.
- SaneWord - Class in au.com.southsky.jfreesane
-
Represents a SANE word type.
- ScanListener - Interface in au.com.southsky.jfreesane
-
Implementations of this interface can receive notifications when certain events happen during a
page scan.
- ScanListenerAdapter - Class in au.com.southsky.jfreesane
-
- ScanListenerAdapter() - Constructor for class au.com.southsky.jfreesane.ScanListenerAdapter
-
- scanningFinished(SaneDevice) - Method in interface au.com.southsky.jfreesane.ScanListener
-
Called once the current page is done.
- scanningFinished(SaneDevice) - Method in class au.com.southsky.jfreesane.ScanListenerAdapter
-
- scanningStarted(SaneDevice) - Method in interface au.com.southsky.jfreesane.ScanListener
-
Called once scanning has begun.
- scanningStarted(SaneDevice) - Method in class au.com.southsky.jfreesane.ScanListenerAdapter
-
- setBooleanValue(boolean) - Method in class au.com.southsky.jfreesane.SaneOption
-
Sets the value of the current option to the supplied boolean value.
- setButtonValue() - Method in class au.com.southsky.jfreesane.SaneOption
-
- setFixedValue(double) - Method in class au.com.southsky.jfreesane.SaneOption
-
Sets the value of the current option to the supplied fixed-precision value.
- setFixedValue(List<Double>) - Method in class au.com.southsky.jfreesane.SaneOption
-
Sets the value of the current option to the supplied list of fixed-precision values.
- setIntegerValue(int) - Method in class au.com.southsky.jfreesane.SaneOption
-
Set the value of the current option to the supplied value.
- setIntegerValue(List<Integer>) - Method in class au.com.southsky.jfreesane.SaneOption
-
- setPasswordProvider(SanePasswordProvider) - Method in class au.com.southsky.jfreesane.SaneSession
-
Sets the
password provider to use if the SANE daemon asks for
credentials when accessing a resource.
- setStringValue(String) - Method in class au.com.southsky.jfreesane.SaneOption
-
- SIZE_IN_BYTES - Static variable in class au.com.southsky.jfreesane.SaneWord
-
The number of bytes used to represent a SANE word.
- valueOf(String) - Static method in enum au.com.southsky.jfreesane.OptionValueConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.com.southsky.jfreesane.OptionValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.com.southsky.jfreesane.SaneOption.OptionUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.com.southsky.jfreesane.SaneOption.OptionWriteInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum au.com.southsky.jfreesane.SaneStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum au.com.southsky.jfreesane.OptionValueConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum au.com.southsky.jfreesane.OptionValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum au.com.southsky.jfreesane.SaneOption.OptionUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum au.com.southsky.jfreesane.SaneOption.OptionWriteInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum au.com.southsky.jfreesane.SaneStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.