Class DummyRow
java.lang.Object
org.variantsync.diffdetective.tablegen.rows.DummyRow
- All Implemented Interfaces:
Row
A LaTex row containing ellipsis representing missing lines in the table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoLaTeXRow
(List<ColumnDefinition> columns) Convert this row to LaTex code.
-
Constructor Details
-
DummyRow
public DummyRow()
-
-
Method Details
-
toLaTeXRow
Description copied from interface:Row
Convert this row to LaTex code.- Specified by:
toLaTeXRow
in interfaceRow
- Parameters:
columns
- information about the columns in this row
-