Uses of Class
com.github.damianwajser.printers.formatters.QrFormat
-
Packages that use QrFormat Package Description com.github.damianwajser.printers com.github.damianwajser.printers.formatters com.github.damianwajser.printers.formatters.impl -
-
Uses of QrFormat in com.github.damianwajser.printers
Methods in com.github.damianwajser.printers with parameters of type QrFormat Modifier and Type Method Description StringQrWritter. readQR(byte[] qr, QrFormat format)byte[]QrWritter. write(String text, int width, int height, QrFormat format) -
Uses of QrFormat in com.github.damianwajser.printers.formatters
Methods in com.github.damianwajser.printers.formatters that return QrFormat Modifier and Type Method Description static QrFormatQrFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static QrFormat[]QrFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QrFormat in com.github.damianwajser.printers.formatters.impl
Methods in com.github.damianwajser.printers.formatters.impl with parameters of type QrFormat Modifier and Type Method Description static FormatterFormattersFactory. getFormatter(QrFormat format)
-