BasicProgressBarBehavior

class BasicProgressBarBehavior(background: Paint?, foreground: Paint?, outlineColor: Color? = null, backgroundRadius: Double = 0.0, foregroundRadius: Double = backgroundRadius, outlineThickness: Double = 1.0) : ProgressIndicatorBehavior<ProgressBar> (source)

Created by Nicholas Eddy on 2/12/18.

Constructors

Link copied to clipboard
constructor(background: Paint?, foreground: Paint?, outlineColor: Color? = null, backgroundRadius: Double = 0.0, foregroundRadius: Double = backgroundRadius, outlineThickness: Double = 1.0)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun render(view: ProgressBar, canvas: Canvas)

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun contains(view: ProgressBar, point: Point): Boolean
Link copied to clipboard
open override fun install(view: ProgressBar)
Link copied to clipboard
Link copied to clipboard
open override fun uninstall(view: ProgressBar)