PathProgressIndicatorBehavior
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> (source)
Indicates progress by drawing a Stroke over the given Path.
Parameters
pathMetrics
used to measure the given path
path
over which the progress will be displayed
foreground
paint to draw the progress in
background
paint to draw the path "behind" the progress line
foregroundThickness
of the path line
backgroundThickness
of the path "behind" the progress line
direction
to draw the progress line
Constructors
Link copied to clipboard
constructor(pathMetrics: PathMetrics, path: Path, foreground: Paint? = null, background: Paint? = null, foregroundThickness: Double = 1.0, backgroundThickness: Double = foregroundThickness, direction: PathProgressIndicatorBehavior.Direction = Forward)
Types
Properties
Link copied to clipboard
paint to draw the path "behind" the progress line
Link copied to clipboard
of the path "behind" the progress line
Link copied to clipboard
to draw the progress line
Link copied to clipboard
Link copied to clipboard
paint to draw the progress in
Link copied to clipboard
of the path line