|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.elements.table.FillCellsStrategy
The strategy to fill empty areas with LayoutCell
s and
Cell
elements.
Constructor Summary | |
FillCellsStrategy(LayoutTable layoutTable,
boolean fillsEmptyCells)
Constructs a DropStrategy with the given table. |
Method Summary | |
void |
applyStrategy()
Applies different stragegies to the layout table and table element with the given options. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FillCellsStrategy(LayoutTable layoutTable, boolean fillsEmptyCells)
DropStrategy
with the given table.
layoutTable
- the layout tablefillsEmptyCells
- true
if cell elements are filled in empty
areas. Otherwise false
.Method Detail |
public void applyStrategy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |