Class BasicLayoutStrategies
java.lang.Object
org.eclipse.birt.report.model.api.elements.table.BasicLayoutStrategies
The strategy to recover the table from an invalid layout to a valid one. It
may includes solve problems in the layout such as the overlapped areas, the
empty areas.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
appliesStrategies
(LayoutTable layoutTable, boolean fillsEmptyCells) Applies different strategies to the layout table and table element with the given options.
-
Constructor Details
-
BasicLayoutStrategies
public BasicLayoutStrategies()
-
-
Method Details
-
appliesStrategies
Applies different strategies to the layout table and table element with the given options.- Parameters:
layoutTable
- the layout table to apply strategiesfillsEmptyCells
-true
if cell elements are filled in empty areas. Otherwisefalse
.
-