Package-level declarations
Types
Link copied to clipboard
class CanvasComponent( layerType: CanvasLayerType = DEFAULT_CANVAS_LAYER_TYPE, matrixPoolSize: Int = CanvasState.DEFAULT_MATRIX_POOL_SIZE, pathCacheSize: Int = CanvasState.DEFAULT_PATH_CACHE_SIZE, style: Style? = null, block: CanvasScope.() -> Unit) : PrimitiveComponent
The Canvas Component which provides a means for drawing 2D graphics.
Link copied to clipboard
class CanvasScope
Link copied to clipboard
A definition for a position and its corresponding color in a gradient.
Link copied to clipboard
class TransformScope