Uses of Class
io.itpl.qss.exception.InvalidQRConfigException
-
Packages that use InvalidQRConfigException Package Description io.itpl io.itpl.qss.client io.itpl.qss.render -
-
Uses of InvalidQRConfigException in io.itpl
Methods in io.itpl that throw InvalidQRConfigException Modifier and Type Method Description static voidApp. main(String[] args) -
Uses of InvalidQRConfigException in io.itpl.qss.client
Methods in io.itpl.qss.client that throw InvalidQRConfigException Modifier and Type Method Description static QRConfigQRConfig. from(String data, int qrSize)static QRConfigQRConfig. from(String data, int qrSize, String logoImageURL)StringQRGenerator. getBase64EncodedImage(String imageFormat)byte[]QRGenerator. getBinaryImage(String imageFormat)Constructors in io.itpl.qss.client that throw InvalidQRConfigException Constructor Description QRGenerator(QRConfig initialQRConfig) -
Uses of InvalidQRConfigException in io.itpl.qss.render
Methods in io.itpl.qss.render that throw InvalidQRConfigException Modifier and Type Method Description BufferedImageFinderElement. toImage()BufferedImageQRCode. toImage()
-