Companion

object Companion

Properties

Link copied to clipboard
val COLOR_HALT: Paint

Led color used for a Solution.Halt not caused by a timeout (HaltViewPLP); same as SolutionView.COLOR_HALT.

Link copied to clipboard
val COLOR_NO: Paint

Led color used for Solution.No (NoViewPLP); same as SolutionView.COLOR_NO.

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

Led color used for Solution.Yes (YesViewPLP); same as SolutionView.COLOR_YES.

Functions

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

Builds the PLPSolutionView subclass (YesViewPLP, NoViewPLP, or HaltViewPLP) matching the kind of solution.