Class PdfRowBox

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified

@Component public class PdfRowBox extends PdfSetBox
This class extends PdfSetBox and allow to setup a new row box (and/or a set of row boxes) inside the pdf report.
See Also:
  • Constructor Details

    • PdfRowBox

      public PdfRowBox()
  • Method Details

    • setupBox

      public void setupBox(PdfBox b)
      Setup the new PdfBox descendent and calculate its size (widht and height). The descendent box of this instance will be diplayed as row.
      Overrides:
      setupBox in class PdfSetBox
      Parameters:
      b - The new PdfBox descendent to setup.