Class ReportRow

java.lang.Object
overit.geocall.basic.ui.report.ReportRow

public class ReportRow extends Object
This class implements (and allow to manage) a row instance inside a pdf report.
  • Field Details

  • Constructor Details

    • ReportRow

      public ReportRow()
      Creates new ReportRow
  • Method Details

    • getH

      public float getH()
      Gets the height of the row.
      The calculated height is composed by the note and body row's sections height.
      Returns:
      The height of the row.
    • getOnCloseH

      public float getOnCloseH()
      Gets the row's closing height of the current instance.
      Returns:
      The row's closing height of the current instance.
    • getOnOpenH

      public float getOnOpenH()
      Gets the row's opening height of the current instance.
      Returns:
      The row's opening height of the current instance.