Package com.jrefinery.report.targets.table

Common base classes for the table style output targets.

See:
          Description

Interface Summary
TableCellDataFactory Creates TableCellData object from the given Elements and the element's bounds.
 

Class Summary
AbstractTableCellDataFactory A base implementation of the TableCellDataFactory interface, which is able to handle background cell and band cells.
TableBandArea A band representation.
TableCellBackground Encapsulates all TableCellBackground informations, such as borders and background color.
TableCellData Encapsulates cell information, either style information or cell data, and the cell bounds.
TableGrid The TableGrid is used to collect all table cells and to finally create the TableGridLayout.
TableGridLayout The table grid layout is used to layout the collected TableCellData object from the TableGrid into the table.
TableGridLayout.Element The Element class encapsulates all TableCellData-object within a single grid cell.
TableGridPosition The TableGridPosition is used to bind the layouted table position to an TableCellData object.
TableProcessor The TableProcessor is the abstract base class for all table based output targets.
TableProducer The TableProducer is responsible for creating the produced Table.
TableWriter The TableWriter is the content creation function used to collect the cell data.
TableWriterCursor A utility class for keeping track of the current output position on a table sheet.
 

Package com.jrefinery.report.targets.table Description

Common base classes for the table style output targets.