bintreeviz v0.1.0 Bintreeviz.Renderer.Ascii.Charset behaviour View Source

Bintreeviz.Renderer.Ascii.Charset describes the behaviour to define various charsets to be used to draw the trees.

Link to this section Summary

Link to this section Callbacks

Link to this callback

bottom_left_corner()

View Source
bottom_left_corner() :: String.t()
Link to this callback

bottom_right_corner()

View Source
bottom_right_corner() :: String.t()
Link to this callback

child_left_turn_char()

View Source
child_left_turn_char() :: String.t()
Link to this callback

child_right_turn_char()

View Source
child_right_turn_char() :: String.t()
Link to this callback

horizontal_line()

View Source
horizontal_line() :: String.t()
Link to this callback

node_connector_bottom()

View Source
node_connector_bottom() :: String.t()
Link to this callback

node_connector_top()

View Source
node_connector_top() :: String.t()
Link to this callback

parent_left_turn_char()

View Source
parent_left_turn_char() :: String.t()
Link to this callback

parent_right_turn_char()

View Source
parent_right_turn_char() :: String.t()
Link to this callback

parent_split_char()

View Source
parent_split_char() :: String.t()
Link to this callback

top_left_corner()

View Source
top_left_corner() :: String.t()
Link to this callback

top_right_corner()

View Source
top_right_corner() :: String.t()
Link to this callback

vertical_line()

View Source
vertical_line() :: String.t()