struct UnicodePlot::Border

Defined in:

unicode_plot/common.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tl : Char, tr : Char, bl : Char, br : Char, t : Char, l : Char, b : Char, r : Char) #

[View source]

Instance Method Detail

def b : Char #

def bl : Char #

def br : Char #

def clone #

[View source]
def copy_with(tl _tl = @tl, tr _tr = @tr, bl _bl = @bl, br _br = @br, t _t = @t, l _l = @l, b _b = @b, r _r = @r) #

[View source]
def l : Char #

def r : Char #

def t : Char #

def tl : Char #

def tr : Char #