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.

Author

Rafael Lins - g0dkar

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun newGraphics(width: Int, height: Int): QRCodeGraphics

Creates a new QRCodeGraphics instance.

Link copied to clipboard

Creates a size by size square QRCodeGraphics instance.