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
actual open class QRCodeGraphics(val width: Int, val height: Int)
expect class QRCodeGraphics(width: Int, height: Int)
actual open class QRCodeGraphics(val width: Int, val height: Int)
actual open class QRCodeGraphics(val width: Int, val height: Int)
actual open class QRCodeGraphics(val width: Int, val height: Int)
Link copied to clipboard

A class used by QRCode to build instances of QRCodeGraphics.