//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphicsFactory
[common]
open class QRCodeGraphicsFactory
A class used by QRCode to build instances of QRCodeGraphics.
It builds the default QRCodeGraphics available for the platform.
You might extend it to generate customized QRCodeGraphics instances.
Rafael Lins - g0dkar
QRCodeGraphicsFactory | [common] constructor() |
Name | Summary |
---|---|
newGraphics | [common] fun newGraphics(width: Int, height: Int): QRCodeGraphics Creates a new QRCodeGraphics instance. |
newGraphicsSquare | [common] fun newGraphicsSquare(size: Int): QRCodeGraphics Creates a size by size square QRCodeGraphics instance. |