|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FBarcodeType in ClearImageJNI |
---|
Fields in ClearImageJNI declared as FBarcodeType | |
---|---|
static FBarcodeType |
FBarcodeType.cibf4State
4-State postal barcodes: USPS Intelligent Mail, British Postcode, Australian Postcode |
static FBarcodeType |
FBarcodeType.cibfAddon2
Addon-2 barcode |
static FBarcodeType |
FBarcodeType.cibfAddon5
Addon-5 barcode |
static FBarcodeType |
FBarcodeType.cibfAirline2of5
IATA barcode |
static FBarcodeType |
FBarcodeType.cibfCodabar
Codabar barcode |
static FBarcodeType |
FBarcodeType.cibfCode128
Code 128 barcode |
static FBarcodeType |
FBarcodeType.cibfCode32
Code 32 barcode |
static FBarcodeType |
FBarcodeType.cibfCode39
Code 39 barcode |
static FBarcodeType |
FBarcodeType.cibfCode93
Code 93 barcode |
static FBarcodeType |
FBarcodeType.cibfDatalogic2of5
Datalogic barcode |
static FBarcodeType |
FBarcodeType.cibfEan13
EAN-13 barcode |
static FBarcodeType |
FBarcodeType.cibfEan8
EAN-8 barcode |
static FBarcodeType |
FBarcodeType.cibfIndustrial2of5
Industrial barcode |
static FBarcodeType |
FBarcodeType.cibfInterleaved2of5
Interleaved 2 of 5 barcode |
static FBarcodeType |
FBarcodeType.cibfMatrix2of5
Matrix barcode |
static FBarcodeType |
FBarcodeType.cibfPatch
Patch code |
static FBarcodeType |
FBarcodeType.cibfPostnet
Postnet or Planet barcode |
static FBarcodeType |
FBarcodeType.cibfUcc128
UCC-128 barcode |
static FBarcodeType |
FBarcodeType.cibfUpca
UPC-A barcode |
static FBarcodeType |
FBarcodeType.cibfUpce
UPC-E barcode |
Methods in ClearImageJNI that return FBarcodeType | |
---|---|
static FBarcodeType |
FBarcodeType.fromInt(int __n)
Returns an enumerated value corresponding to a given integer. |
FBarcodeType |
ICiBarcodePro.getType()
Barcode type(s) to recognize. |
FBarcodeType |
ICiBarcodeBasic.getType()
Barcode type(s) to recognize. |
Methods in ClearImageJNI with parameters of type FBarcodeType | |
---|---|
void |
ICiBarcodePro.setType(FBarcodeType arg)
Barcode type(s) to recognize. |
void |
ICiBarcodeBasic.setType(FBarcodeType arg)
Barcode type(s) to recognize. |
Constructors in ClearImageJNI with parameters of type FBarcodeType | |
---|---|
FBarcodeType(FBarcodeType... objects)
Constructor creates bit-masked enumerated value from one or more predefined values |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |