Uses of Class
se.digg.dgc.encoding.Barcode.BarcodeType
-
Packages that use Barcode.BarcodeType Package Description se.digg.dgc.encoding Classes for encoding/decoding of Digital Green Certificates.se.digg.dgc.encoding.impl Implementation for encoding/decoding of Digital Green Certificates. -
-
Uses of Barcode.BarcodeType in se.digg.dgc.encoding
Methods in se.digg.dgc.encoding that return Barcode.BarcodeType Modifier and Type Method Description Barcode.BarcodeType
Barcode. getType()
Gets the barcode type.static Barcode.BarcodeType
Barcode.BarcodeType. parse(String name)
Parses a barcode type name into anBarcodeType
instance.static Barcode.BarcodeType
Barcode.BarcodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Barcode.BarcodeType[]
Barcode.BarcodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in se.digg.dgc.encoding with parameters of type Barcode.BarcodeType Constructor Description Barcode(Barcode.BarcodeType type, byte[] image, Barcode.ImageFormat imageFormat, int width, int height)
Constructor. -
Uses of Barcode.BarcodeType in se.digg.dgc.encoding.impl
Fields in se.digg.dgc.encoding.impl declared as Barcode.BarcodeType Modifier and Type Field Description static Barcode.BarcodeType
DefaultBarcodeCreator. DEFAULT_TYPE
The default barcode type for this implementation is QR.Methods in se.digg.dgc.encoding.impl with parameters of type Barcode.BarcodeType Modifier and Type Method Description void
DefaultBarcodeCreator. setType(Barcode.BarcodeType type)
Sets the type of barcodes to create.
-