Package-level declarations
Types
Link copied to clipboard
class JvmQRCodeGraphicsFactory(var bufferedImage: BufferedImage, val offsetX: Int = 0, val offsetY: Int = 0) : QRCodeGraphicsFactory
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.
Link copied to clipboard
Link copied to clipboard
A class used by QRCode to build instances of QRCodeGraphics.