Package-level declarations

Types

Link copied to clipboard
class Modules

Created by Nicholas Eddy on 4/15/20.

Link copied to clipboard
typealias PaintMapper = (Paint) -> Paint

Used to transform a Paint, typically helpful to change the look of an item that uses the paint for fills or strokes.

Link copied to clipboard
class PathProgressIndicatorBehavior(pathMetrics: PathMetrics, val path: Path, var foreground: Paint? = null, var background: Paint? = null, var foregroundThickness: Double = 1.0, var backgroundThickness: Double = foregroundThickness, var direction: PathProgressIndicatorBehavior.Direction = Forward) : ProgressIndicatorBehavior<ProgressIndicator>

Indicates progress by drawing a Stroke over the given Path.

Link copied to clipboard
class ThemePicker(themeManager: ThemeManager) : View

Simple View that uses a Spinner internally to allow switching between the themes within a ThemeManager.