Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
open class BitmapGraphics(val width: Int, val height: Int, val image: Bitmap = Bitmap.createBitmap(width, height, ARGB_8888)) : AndroidDrawingInterface

An AndroidDrawingInterface that uses a Canvas (here referred to as "Classic Canvas") to draw into a Bitmap.

Link copied to clipboard
class DrawScopeGraphics(val drawScope: <Error class: unknown class>, val width: Int, val height: Int) : AndroidDrawingInterface