Class LatexTableColumn
java.lang.Object
org.cloudsimplus.builders.tables.AbstractTableColumn
org.cloudsimplus.builders.tables.LatexTableColumn
- All Implemented Interfaces:
TableColumn
A column for a
LatexTable- Author:
- marwenbenhajhassine
-
Constructor Summary
ConstructorsConstructorDescriptionLatexTableColumn(String title) LatexTableColumn(String title, String subtitle) LatexTableColumn(String title, String subTitle, String format) LatexTableColumn(Table table, String title) LatexTableColumn(Table table, String title, String subTitle) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgenerateHeader(String str) Generates a header for the column, either for the title or subtitle header.Methods inherited from class org.cloudsimplus.builders.tables.AbstractTableColumn
generateData, generateSubtitleHeader, generateTitleHeader, getIndex, isLastColumn, setFormat, setSubTitle, setTable, setTitle, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.cloudsimplus.builders.tables.TableColumn
getFormat, getSubTitle, getTable, getTitle
-
Constructor Details
-
LatexTableColumn
-
LatexTableColumn
-
LatexTableColumn
-
LatexTableColumn
-
LatexTableColumn
-
-
Method Details
-
generateHeader
Description copied from class:AbstractTableColumnGenerates a header for the column, either for the title or subtitle header.- Specified by:
generateHeaderin classAbstractTableColumn- Parameters:
str- header title or subtitle- Returns:
- the generated header string
-