| Package | Description |
|---|---|
| org.sw4j.tool.barcode.random.config |
This package contains all classes needed to configure the application.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeConfig.Builder |
CodeConfig.builder()
Return a
Builder that can be used to build a
config. |
CodeConfig.Builder |
CodeConfig.Builder.setEncoding(EncodingConfig encoding)
Set the encoding of the random number in the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setErrorCorrection(String errorCorrection)
Set the error correction of the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setFiletype(String filetype)
Set the file type of the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setHeight(int height)
Set the height of the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setType(String type)
Set the type of the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setUrl(String url)
Set the URL (or text) of the barcode.
|
CodeConfig.Builder |
CodeConfig.Builder.setWidth(int width)
Set the width of the barcode.
|
Copyright © 2020 sw4j.org. All rights reserved.