org.eclipse.birt.report.model.api.elements.table
Class FillCellsStrategy

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

public class FillCellsStrategy
extends java.lang.Object

The strategy to fill empty areas with LayoutCells 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

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 Detail

applyStrategy

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



Copyright © 2008 Actuate Corp. All rights reserved.