Class LayoutTable.OverlappedArea

java.lang.Object
org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
Enclosing class:
LayoutTable

protected static class LayoutTable.OverlappedArea extends Object
Represents an overlapped area of the cell element in the table.
  • Method Details

    • getCell

      protected org.eclipse.birt.report.model.elements.Cell getCell()
      Returns the cell element.
      Returns:
      the cell element
    • getColPosn

      protected int getColPosn()
      Returns the column position
      Returns:
      1-based column position
    • getRowPosn

      protected int getRowPosn()
      Returns the row position
      Returns:
      1-based row position
    • getSlot

      protected LayoutSlot getSlot()
      Returns the slot in which the overlapped occurs
      Returns:
      the slot in which the overlapped occurs
    • getColSpanOffset

      protected int getColSpanOffset()
      Returns the offset of the column span
      Returns:
      the 0-based offset of the column span
    • getRowSpanOffset

      protected int getRowSpanOffset()
      Returns the offset of the row span
      Returns:
      the 0-based offset of the row span