Package | Description |
---|---|
com.asprise.imaging.scan |
Asprise Scanning and Image Capture SDK empowers Java developers to perform image scanning easily on Windows as well as on Mac OS X (For more details,
visit asprise.com/product/scanner-image-capture/java)
|
com.asprise.imaging.scan.win |
Java image scanning on Windows 8, 7, vista and XP; advanced features like ADF and duplex are fully supported.
|
Modifier and Type | Method and Description |
---|---|
Capability |
DeviceItem.getCapability(long id)
Returns the capability with the given id or null if not found.
|
Modifier and Type | Method and Description |
---|---|
List<Capability> |
DeviceItem.getCapabilities()
List of capabilities
|
List<Capability> |
AbstractScanListener.getCapabilitiesToBeSet(int pageIndex,
long pageId) |
List<Capability> |
ScanListener.getCapabilitiesToBeSet(int pageIndex,
long pageId)
List of capabilities to be set for the given page - in most cases, you should only set capabilities for the first page.
|
abstract List<Capability> |
DeviceItem.refreshCapabilities()
Refresh capabilities from the device.
|
List<Capability> |
Device.refreshDeviceTree(Device refreshedDevice,
DeviceItem returnChangedFor) |
Modifier and Type | Method and Description |
---|---|
void |
Capability.update(Capability latest)
Updates information from the latest retrieval.
|
Modifier and Type | Class and Description |
---|---|
class |
WiaCapability
WIA capability
|
Modifier and Type | Method and Description |
---|---|
List<Capability> |
WiaDevice.refreshCapabilities() |
List<Capability> |
WiaFunctionalUnit.refreshCapabilities() |
Modifier and Type | Method and Description |
---|---|
static ScanListener |
WiaTransferListener.toScanListener(ScanProgressListener progressListener,
Object targetOutput,
List<Capability> capabilities) |
Copyright © 2014 LAB Asprise. All Rights Reserved.