Grid::Layout::Line
SYNOPSIS
DESCRIPTION
A Grid::Layout::Line
is an indefinitismal thin line that runs either horizontally or vertically from one end of a grid to the other.
Of course, when the grid is rendered, the line might become thicker than indefinitismal thin (think border).
METHODS
new
my $line = Grid::Layout::Line->new($V_or_H);
This function should not be called by a user. It is called by "_add_line" in Grid::Layout.