Package | Description |
---|---|
org.sw4j.tool.barcode.random.generator |
This package contains the generator of the barcodes and encoded random numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
PredefinedIdent
This class contains the value and the encoded representations for a single ident.
|
class |
RandomIdent
This class contains the random number and the encoded representations for a single ident.
|
Modifier and Type | Method and Description |
---|---|
Set<IdentValue> |
CodeGenerator.convertCodes(Map<String,String> inputValues,
EncodingConfig encoding,
Set<EncodingConfig> encodings)
Create the encoded representation for all
inputValues . |
Set<IdentValue> |
CodeGenerator.createCodes(Collection<String> inputValues,
Set<EncodingConfig> encodings)
Create random values for all
inputValues . |
Modifier and Type | Method and Description |
---|---|
void |
BarcodeWriter.accept(IdentValue identValue)
Generate the barcode for the given ident and configured barcode.
|
Copyright © 2020 sw4j.org. All rights reserved.