Uses of Enum
de.vwsoft.barcodelib4j.twod.qrcode.Mode
Packages that use Mode
-
Uses of Mode in de.vwsoft.barcodelib4j.twod.qrcode
Methods in de.vwsoft.barcodelib4j.twod.qrcode that return ModeModifier and TypeMethodDescriptionstatic ModeEncoder.chooseMode(String content) static ModeMode.forBits(int bits) QRCode.getMode()static ModeReturns the enum constant of this type with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vwsoft.barcodelib4j.twod.qrcode with parameters of type Mode