Class FillCellsStrategy

java.lang.Object
org.eclipse.birt.report.model.api.elements.table.FillCellsStrategy

public class FillCellsStrategy extends Object
The strategy to fill empty areas with LayoutCells and Cell elements.
  • Constructor Details

    • FillCellsStrategy

      public FillCellsStrategy(LayoutTable layoutTable, boolean fillsEmptyCells)
      Constructs a DropStrategy with the given table.
      Parameters:
      layoutTable - the layout table
      fillsEmptyCells - true if cell elements are filled in empty areas. Otherwise false.
  • Method Details

    • applyStrategy

      public void applyStrategy()
      Applies different stragegies to the layout table and table element with the given options.