static IBarcode |
IBarcodeCtrl.from(Barcode instance) |
|
static IBarcode |
IBarcode.of(java.lang.String value) |
Returns the instance with the given value
|
static IBarcode |
IBarcode.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IBarcode |
IBarcode.ofType(java.lang.String type,
java.lang.String value) |
Returns the instance with the given type and value
|
IBarcode |
IBarcode.withBarWidth(int barWidth) |
Returns a copy of this immutable component with the specified
barWidth .
|
IBarcode |
IBarcode.withDisplayValue(boolean displayValue) |
Returns a copy of this immutable component with the specified
displayValue .
|
IBarcode |
IBarcode.withFontSize(int fontSize) |
Returns a copy of this immutable component with the specified
fontSize .
|
IBarcode |
IBarcode.withType(java.lang.String type) |
Returns a copy of this immutable component with the specified
type .
|
IBarcode |
IBarcode.withValue(java.lang.String value) |
Returns a copy of this immutable component with the specified
value .
|