BoxType

enum BoxType : Enum<BoxType>

Entries

BASIC
Link copied to clipboard
common
BASIC('+', '+', '+', '+', '|', '-', '+', '+', '+', '+', '+')
SINGLE
Link copied to clipboard
common
SINGLE('┌', '┐', '└', '┘', '│', '─', '┼', '┤', '├', '┬', '┴')
DOUBLE
Link copied to clipboard
common
DOUBLE('╔', '╗', '╚', '╝', '║', '═', '╬', '╣', '╠', '╦', '╩')
TOP_BOTTOM_DOUBLE
Link copied to clipboard
common
TOP_BOTTOM_DOUBLE('╒', '╕', '╘', '╛', '│', '═', '╪', '╡', '╞', '╤', '╧')
LEFT_RIGHT_DOUBLE
Link copied to clipboard
common
LEFT_RIGHT_DOUBLE('╓', '╖', '╙', '╜', '║', '─', '╫', '╢', '╟', '╥', '╨')

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: BoxType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

bottomLeft
Link copied to clipboard
common
val bottomLeft: Char
bottomRight
Link copied to clipboard
common
val bottomRight: Char
connectorCross
Link copied to clipboard
common
val connectorCross: Char
connectorDown
Link copied to clipboard
common
val connectorDown: Char
connectorLeft
Link copied to clipboard
common
val connectorLeft: Char
connectorRight
Link copied to clipboard
common
val connectorRight: Char
connectorUp
Link copied to clipboard
common
val connectorUp: Char
horizontal
Link copied to clipboard
common
val horizontal: Char
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int
topLeft
Link copied to clipboard
common
val topLeft: Char
topRight
Link copied to clipboard
common
val topRight: Char
vertical
Link copied to clipboard
common
val vertical: Char

Sources

(source)
Link copied to clipboard