Display Primitives
Primitive profile parts: Color Set, Text Style and Line Style once defined can be referred to by larger profile parts, saving repetition.
ColorSet
A Color Set binds together two colors: one to represent selected and the other to represent unselected.
Text Style
A Text Style shapes the appearance of a piece of text.
- colors: A Color Set which is the foreground color of the text.
- bold: Whether to draw text in bold.
- italic: Whether to draw text in italic..
- size: The size of text is relative; the options are smallest, smaller, normal, bigger and biggest.
Line Style
A Line Style determines how to draw a line:
- color: a Color Set used to find the color in which the line should be painted.
- style: a choice of solid, dash, dot, dashdot and dashdotdot.
- manhattan: whether the line is routed on a bee-line from start point to end point, or routed using only horizontal and vertical lines.