Class LatexTableColumn

java.lang.Object
org.cloudsimplus.builders.tables.AbstractTableColumn
org.cloudsimplus.builders.tables.LatexTableColumn
All Implemented Interfaces:
TableColumn

public class LatexTableColumn extends AbstractTableColumn
A column for a LatexTable
Author:
marwenbenhajhassine
  • Constructor Details

    • LatexTableColumn

      public LatexTableColumn(String title, String subtitle)
    • LatexTableColumn

      public LatexTableColumn(String title)
    • LatexTableColumn

      public LatexTableColumn(Table table, String title)
    • LatexTableColumn

      public LatexTableColumn(Table table, String title, String subTitle)
    • LatexTableColumn

      public LatexTableColumn(String title, String subTitle, String format)
  • Method Details

    • generateHeader

      protected String generateHeader(String str)
      Description copied from class: AbstractTableColumn
      Generates a header for the column, either for the title or subtitle header.
      Specified by:
      generateHeader in class AbstractTableColumn
      Parameters:
      str - header title or subtitle
      Returns:
      the generated header string