struct

Term2::Border

Inherits Struct < Value < Object

Border contains a series of values which comprise the various parts of a border

Constructors

new(top : String = "", bottom : String = "", left : String = "", right : String = "", top_left : String = "", top_right : String = "", bottom_left : String = "", bottom_right : String = "", middle_left : String = "", middle_right : String = "", middle : String = "", middle_top : String = "", middle_bottom : String = "")
Source

Class methods

block
Source
double
Source
hidden
Source
inner_half_block
Source
normal
Source
outer_half_block
Source
rounded
Source
thick
Source

Instance methods

bottom
Source
bottom=(bottom : String)
Source
bottom_left
Source
bottom_left=(bottom_left : String)
Source
bottom_right
Source
bottom_right=(bottom_right : String)
Source
bottom_size
Source
get_bottom_size

DEPRECATED Use #bottom_size instead

Source
get_left_size

DEPRECATED Use #left_size instead

Source
get_right_size

DEPRECATED Use #right_size instead

Source
get_top_size

DEPRECATED Use #top_size instead

Source
left
Source
left=(left : String)
Source
left_size
Source
middle
Source
middle=(middle : String)
Source
middle_bottom
Source
middle_bottom=(middle_bottom : String)
Source
middle_left
Source
middle_left=(middle_left : String)
Source
middle_right
Source
middle_right=(middle_right : String)
Source
middle_top
Source
middle_top=(middle_top : String)
Source
right
Source
right=(right : String)
Source
right_size
Source
top=(top : String)
Source
top_left
Source
top_left=(top_left : String)
Source
top_right
Source
top_right=(top_right : String)
Source
top_size
Source