java.lang.Object
org.strassburger.tui4j.formatting.layout.table.styles.ColorableTableStyle
org.strassburger.tui4j.formatting.layout.table.styles.LightTableStyle
All Implemented Interfaces:
TableStyle

public class LightTableStyle extends ColorableTableStyle
  • Constructor Details

    • LightTableStyle

      public LightTableStyle()
  • Method Details

    • verticalLeft

      public char verticalLeft()
      Description copied from interface: TableStyle
      Returns the character used for the left vertical border
    • verticalRight

      public char verticalRight()
      Description copied from interface: TableStyle
      Returns the character used for the right vertical border
    • vertical

      public char vertical()
      Description copied from interface: TableStyle
      Returns the character used for vertical borders between columns
    • horizontalTop

      public char horizontalTop()
      Description copied from interface: TableStyle
      Returns the character used for the top horizontal border
    • horizontalBottom

      public char horizontalBottom()
      Description copied from interface: TableStyle
      Returns the character used for the bottom horizontal border
    • horizontalHeaderSeparator

      public char horizontalHeaderSeparator()
      Description copied from interface: TableStyle
      Returns the character used for horizontal border below the header if present
    • horizontal

      public char horizontal()
      Description copied from interface: TableStyle
      Returns the character used for horizontal borders between rows
    • topLeft

      public char topLeft()
    • topRight

      public char topRight()
    • bottomLeft

      public char bottomLeft()
    • bottomRight

      public char bottomRight()
    • teeTop

      public char teeTop()
    • teeBottom

      public char teeBottom()
    • teeLeft

      public char teeLeft()
    • teeRight

      public char teeRight()
    • intersection

      public char intersection()
    • paddingLeft

      public int paddingLeft()
    • paddingRight

      public int paddingRight()