Uses of Record Class
org.variantsync.diffdetective.tablegen.ColumnDefinition
Package
Description
-
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen
Modifier and TypeFieldDescriptionprotected final List<ColumnDefinition>
TableDefinition.columnDefinitions
Definition of all columns in the table.Modifier and TypeMethodDescriptionTableDefinition.columnDefinitions()
Returns the list of columns in the table.Modifier and TypeMethodDescriptionRow.toLaTeXRow
(List<ColumnDefinition> columns) Convert this row to LaTex code.ModifierConstructorDescriptionprotected
TableDefinition
(List<ColumnDefinition> columnDefinitions) Creates a table definition withcolumnDefinitions
as columns. -
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen.rows
Modifier and TypeMethodDescriptionContentRow.toLaTeXRow
(List<ColumnDefinition> columns) DummyRow.toLaTeXRow
(List<ColumnDefinition> columns) HLine.toLaTeXRow
(List<ColumnDefinition> columns) -
Uses of ColumnDefinition in org.variantsync.diffdetective.tablegen.styles
Modifier and TypeMethodDescriptionprivate static List<ColumnDefinition>
ShortTable.columns
(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.