1 package com
.googlecode
.lanterna
.gui2
.table
;
4 * Describing how table cells are separated when drawn
6 public enum TableCellBorderStyle
{
8 * There is no separation between table cells, they are drawn immediately next to each other
12 * There is a single space of separation between the cells, drawn as a single line
16 * There is a single space of separation between the cells, drawn as a double line
20 * There is a single space of separation between the cells, kept empty