static IBarcodescanner |
IBarcodescannerCtrl.from(Barcodescanner instance) |
|
static IBarcodescanner |
IBarcodescanner.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IBarcodescanner |
IBarcodescanner.ofInterval(int interval) |
Returns the instance with the given interval
|
static IBarcodescanner |
IBarcodescanner.ofType(java.lang.String type) |
Returns the instance with the given type
|
IBarcodescanner |
IBarcodescanner.withConsistencyBufferSize(int consistencyBufferSize) |
Returns a copy of this immutable component with the specified
consistencyBufferSize .
|
IBarcodescanner |
IBarcodescanner.withConsistencyThreshold(int consistencyThreshold) |
Returns a copy of this immutable component with the specified
consistencyThreshold .
|
IBarcodescanner |
IBarcodescanner.withConstraints(java.util.Map<java.lang.String,? extends java.lang.Object> constraints) |
Returns a copy of this immutable component with the specified
constraints .
|
IBarcodescanner |
IBarcodescanner.withContinuous(boolean continuous) |
Returns a copy of this immutable component with the specified
continuous .
|
IBarcodescanner |
IBarcodescanner.withEnable(boolean enable) |
Returns a copy of this immutable component with the specified
enable .
|
IBarcodescanner |
IBarcodescanner.withErrorAcceptance(double errorAcceptance) |
Returns a copy of this immutable component with the specified
errorAcceptance .
|
IBarcodescanner |
IBarcodescanner.withInterval(double interval) |
Returns a copy of this immutable component with the specified
interval .
|
IBarcodescanner |
IBarcodescanner.withType(java.lang.String type) |
Returns a copy of this immutable component with the specified
type .
|