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
Constructors -
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:RowConvert this row to LaTex code.- Specified by:
toLaTeXRowin interfaceRow- Parameters:
columns- information about the columns in this row
-