Class LayoutTable.OverlappedArea
java.lang.Object
org.eclipse.birt.report.model.api.elements.table.LayoutTable.OverlappedArea
- Enclosing class:
- LayoutTable
Represents an overlapped area of the cell element in the table.
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.birt.report.model.elements.Cell
getCell()
Returns the cell element.protected int
Returns the column positionprotected int
Returns the offset of the column spanprotected int
Returns the row positionprotected int
Returns the offset of the row spanprotected LayoutSlot
getSlot()
Returns the slot in which the overlapped occurs
-
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
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
-