Jvm QRCode Graphics Factory
class JvmQRCodeGraphicsFactory(var bufferedImage: BufferedImage, val offsetX: Int = 0, val offsetY: Int = 0) : QRCodeGraphicsFactory(source)
A platform-specific implementation of QRCodeGraphicsFactory. It makes it so that all QRCodeGraphics instances created by the factory use the specified bufferedImage and start drawing at the (offsetX, offsetY) point.
See also
Functions
Link copied to clipboard
Creates a new QRCodeGraphics instance.
Link copied to clipboard
Creates a size
by size
square QRCodeGraphics instance.