Class FillCellsStrategy
- java.lang.Object
-
- org.eclipse.birt.report.model.api.elements.table.FillCellsStrategy
-
public class FillCellsStrategy extends java.lang.Object
The strategy to fill empty areas withLayoutCell
s andCell
elements.
-
-
Constructor Summary
Constructors Constructor Description FillCellsStrategy(LayoutTable layoutTable, boolean fillsEmptyCells)
Constructs aDropStrategy
with the given table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyStrategy()
Applies different stragegies to the layout table and table element with the given options.
-
-
-
Constructor Detail
-
FillCellsStrategy
public FillCellsStrategy(LayoutTable layoutTable, boolean fillsEmptyCells)
Constructs aDropStrategy
with the given table.- Parameters:
layoutTable
- the layout tablefillsEmptyCells
-true
if cell elements are filled in empty areas. Otherwisefalse
.
-
-