java.lang.Object
org.variantsync.diffdetective.tablegen.rows.HLine
All Implemented Interfaces:
Row

public class HLine extends Object implements Row
A horizontal line separating two rows in a LaTex table.
  • Constructor Details

    • HLine

      public HLine()
  • Method Details

    • toLaTeXRow

      public String toLaTeXRow(List<ColumnDefinition> columns)
      Description copied from interface: Row
      Convert this row to LaTex code.
      Specified by:
      toLaTeXRow in interface Row
      Parameters:
      columns - information about the columns in this row