Describes underline style used in plain text rendering.
class underline style
extends debuggable
implements deeply immutable data
public static var dictionary[element id, underline style] all styles
public element id style id
public character display character
private underline style(element id style id, character display character)
this • style id = style id
this • display character = display character
private static void register(underline style style)
all stylesput(stylestyle id, style)
override string to string()
return style id ++ " -> " ++ display character
private static character CARET : '^'
private static character DASH : '-'
static