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.ImageFormatBarcode. getImageFormat()Gets the image format of the barcode.static Barcode.ImageFormatBarcode.ImageFormat. parse(String name)Parses an image format string into anImageFormatinstance.static Barcode.ImageFormatBarcode.ImageFormat. parseFromMimeType(String mimeType)Parses an image MIME type into anImageFormatinstance.static Barcode.ImageFormatBarcode.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.ImageFormatDefaultBarcodeCreator. DEFAULT_IMAGE_FORMATThe 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 voidDefaultBarcodeCreator. setImageFormat(Barcode.ImageFormat imageFormat)Sets the image format for barcodes created.
-