Class UnicodeBoxTableStyle
java.lang.Object
org.strassburger.tui4j.formatting.layout.table.styles.ColorableTableStyle
org.strassburger.tui4j.formatting.layout.table.styles.UnicodeBoxTableStyle
- All Implemented Interfaces:
TableStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharcharReturns the character used for horizontal borders between rowscharReturns the character used for the bottom horizontal bordercharReturns the character used for horizontal border below the header if presentcharReturns the character used for the top horizontal bordercharintintcharcharteeLeft()charteeRight()charteeTop()chartopLeft()chartopRight()charvertical()Returns the character used for vertical borders between columnscharReturns the character used for the left vertical bordercharReturns the character used for the right vertical borderMethods inherited from class org.strassburger.tui4j.formatting.layout.table.styles.ColorableTableStyle
borderColor, withBorderColor
-
Constructor Details
-
UnicodeBoxTableStyle
public UnicodeBoxTableStyle()
-
-
Method Details
-
verticalLeft
public char verticalLeft()Description copied from interface:TableStyleReturns the character used for the left vertical border -
verticalRight
public char verticalRight()Description copied from interface:TableStyleReturns the character used for the right vertical border -
vertical
public char vertical()Description copied from interface:TableStyleReturns the character used for vertical borders between columns -
horizontalTop
public char horizontalTop()Description copied from interface:TableStyleReturns the character used for the top horizontal border -
horizontalBottom
public char horizontalBottom()Description copied from interface:TableStyleReturns the character used for the bottom horizontal border -
horizontalHeaderSeparator
public char horizontalHeaderSeparator()Description copied from interface:TableStyleReturns the character used for horizontal border below the header if present -
horizontal
public char horizontal()Description copied from interface:TableStyleReturns the character used for horizontal borders between rows -
topLeft
public char topLeft() -
topRight
public char topRight() -
bottomLeft
public char bottomLeft() -
bottomRight
public char bottomRight() -
intersection
public char intersection() -
teeTop
public char teeTop() -
teeBottom
public char teeBottom() -
teeLeft
public char teeLeft() -
teeRight
public char teeRight() -
paddingLeft
public int paddingLeft() -
paddingRight
public int paddingRight()
-