QRCode Builder
Functions
Force the QRCode to use the value of Information Density specified. Defaults to false.
Run a piece of code after the rendering is done.
Background color of the QRCode.
Run a piece of code before the rendering is done.
Color of the cells of the QRCode.
Sets the QRCode.colorFn value to a custom one. If set, the builder will ignore color and background.
Sets the QRCode.shapeFn value to a custom one. If set, the builder will ignore the shape parameter.
The level of error correction to apply to the QR Code. Defaults to ErrorCorrectionLevel.VERY_HIGH.
Uses a LinearGradientColorFunction to choose colors for the QRCode.
Use a custom QRCodeGraphicsFactory instead of the default.
The level of "information density" this QRCode will maintain. Defaults to 6.
How much space there should be around each QRCode Cell. Defaults to 1 pixel, or 0 if a custom shape function is being used.
Radius of the edges of the Rounded Squares. Only applies for Rounded Squares. If set to a negative number, the default radius will be used.
Changes the Shape of the QRCode.
Size of each individual space in the QRCode (each cell).