Uses of Class
se.digg.dgc.encoding.Barcode.ImageFormat
-
Packages that use Barcode.ImageFormat Package Description se.digg.dgc.encoding Classes for encoding/decoding of Digital Covid Certificates.se.digg.dgc.encoding.impl Implementation for encoding/decoding of Digital Covid Certificates. -
-
Uses of Barcode.ImageFormat in se.digg.dgc.encoding
Methods in se.digg.dgc.encoding that return Barcode.ImageFormat Modifier and Type Method Description Barcode.ImageFormat
Barcode. getImageFormat()
Gets the image format of the barcode.static Barcode.ImageFormat
Barcode.ImageFormat. parse(String name)
Parses an image format string into anImageFormat
instance.static Barcode.ImageFormat
Barcode.ImageFormat. parseFromMimeType(String mimeType)
Parses an image MIME type into anImageFormat
instance.static Barcode.ImageFormat
Barcode.ImageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Barcode.ImageFormat[]
Barcode.ImageFormat. 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.ImageFormat Constructor Description Barcode(Barcode.BarcodeType type, byte[] image, Barcode.ImageFormat imageFormat, String svgImage, int width, int height, String payload)
Constructor. -
Uses of Barcode.ImageFormat in se.digg.dgc.encoding.impl
Fields in se.digg.dgc.encoding.impl declared as Barcode.ImageFormat Modifier and Type Field Description static Barcode.ImageFormat
DefaultBarcodeCreator. DEFAULT_IMAGE_FORMAT
The default image format to use when creating barcodes.Methods in se.digg.dgc.encoding.impl with parameters of type Barcode.ImageFormat Modifier and Type Method Description void
DefaultBarcodeCreator. setImageFormat(Barcode.ImageFormat imageFormat)
Sets the image format for barcodes created.
-