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

public class DummyRow extends Object implements Row
A LaTex row containing ellipsis representing missing lines in the table.
  • Constructor Details

    • DummyRow

      public DummyRow()
  • 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