Modifier and Type | Field and Description |
---|---|
static BarcodeImageType |
BarcodeParameters.IMAGE_TYPE
Default image type: PNG
|
Modifier and Type | Method and Description |
---|---|
BarcodeImageType |
BarcodeParameters.getType() |
static BarcodeImageType |
BarcodeImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarcodeImageType[] |
BarcodeImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeDataFormat.setBarcodeImageType(BarcodeImageType type) |
void |
BarcodeParameters.setType(BarcodeImageType type) |
Constructor and Description |
---|
BarcodeDataFormat(BarcodeImageType type)
Create instance with custom
BarcodeImageType . |
BarcodeDataFormat(int width,
int height,
BarcodeImageType type,
com.google.zxing.BarcodeFormat format)
Create instance with custom height, width and image type.
|
BarcodeParameters(BarcodeImageType type,
int width,
int height,
com.google.zxing.BarcodeFormat format)
Constructor with parameters.
|
Apache Camel