Class HLine
java.lang.Object
org.variantsync.diffdetective.tablegen.rows.HLine
- All Implemented Interfaces:
Row
A horizontal line separating two rows in a LaTex table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoLaTeXRow
(List<ColumnDefinition> columns) Convert this row to LaTex code.
-
Constructor Details
-
HLine
public HLine()
-
-
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
-