B G I O S V
B
- BarCode - Class in org.fujion.barcode
-
Fujion wrapper for JsBarcode library.
- BarCode() - Constructor for class org.fujion.barcode.BarCode
-
- BarCode(BarCode.Format) - Constructor for class org.fujion.barcode.BarCode
-
- BarCode.Format - Enum in org.fujion.barcode
-
Supported barcode formats.
G
- getDisplayValue() - Method in class org.fujion.barcode.BarCode
-
Returns true if the value is to be displayed next to the barcode.
- getFormat() - Method in class org.fujion.barcode.BarCode
-
Returns the barcode format.
- getValue() - Method in class org.fujion.barcode.BarCode
-
Returns the value to be encoded.
I
- isFlat() - Method in class org.fujion.barcode.BarCode
-
Returns whether or not to render guard bars.
O
- org.fujion.barcode - package org.fujion.barcode
-
S
- setDisplayValue(boolean) - Method in class org.fujion.barcode.BarCode
-
Set to true if the value is to be displayed next to the barcode.
- setFlat(boolean) - Method in class org.fujion.barcode.BarCode
-
Set to true to suppress rendering of guard bars.
- setFormat(BarCode.Format) - Method in class org.fujion.barcode.BarCode
-
Sets the barcode format.
- setValue(String) - Method in class org.fujion.barcode.BarCode
-
Sets the value to be encoded.
V
- validate(String) - Method in enum org.fujion.barcode.BarCode.Format
-
Determine if value is valid for the corresponding barcode format.
- valueOf(String) - Static method in enum org.fujion.barcode.BarCode.Format
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fujion.barcode.BarCode.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
B G I O S V
Copyright © 2023 Fujion Framework. All rights reserved.