|
||||||||||
| 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.BasicLayoutStrategies
public class 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 | |
|---|---|
BasicLayoutStrategies()
|
|
| Method Summary | |
|---|---|
static void |
appliesStrategies(LayoutTable layoutTable,
boolean fillsEmptyCells)
Applies different strategies 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 BasicLayoutStrategies()
| Method Detail |
|---|
public static void appliesStrategies(LayoutTable layoutTable,
boolean fillsEmptyCells)
layoutTable - the layout table to apply strategiesfillsEmptyCells - true if cell elements are filled in empty
areas. Otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||