Companion

object Companion

Properties

Link copied to clipboard
val COLOR_HALT: Paint

Led color used for a Solution.Halt not caused by a timeout (HaltView).

Link copied to clipboard
val COLOR_NO: Paint

Led color used for Solution.No (NoView).

Link copied to clipboard
Link copied to clipboard
val COLOR_YES: Paint

Led color used for Solution.Yes (YesView).

Functions

Link copied to clipboard
fun of(solution: Solution): SolutionView<*, *>

Builds the SolutionView subclass (YesView, NoView, or HaltView) matching the kind of solution.