BitmapLayer

open class BitmapLayer

Constructors

BitmapLayer
Link copied to clipboard
open fun BitmapLayer(width: Int, height: Int, config: Config)
BitmapLayer
Link copied to clipboard
open fun BitmapLayer(width: Float, height: Float, config: Config)

Types

ConcurrentLayer
Link copied to clipboard
class ConcurrentLayer

Functions

clear
Link copied to clipboard
open fun clear(): BitmapLayer
getBitmap
Link copied to clipboard
open fun getBitmap(): Bitmap
matchSize
Link copied to clipboard
open fun matchSize(width: Int, height: Int): Boolean
recycle
Link copied to clipboard
open fun recycle()
setBitmap
Link copied to clipboard
open fun setBitmap(bitmap: Bitmap)
startBuffer
Link copied to clipboard
open fun startBuffer()
stopBuffer
Link copied to clipboard
open fun stopBuffer()

Properties

height
Link copied to clipboard
val height: Int
width
Link copied to clipboard
val width: Int