org.jfree.layouting.renderer.model.table.cells
Class ConflictingCell
public class ConflictingCell
A storage item for conflicting cells. Conflicts can only happen between
two placeholder cells. The first cell is represented by the conflictingCell
instance itself, all additional cells are stored in a list of placeholder
cells.
This information can be used to resolve the conflict by inserting extra
rows. For now, we simply log the whole stuff and blame the user if things
go wrong.
ConflictingCell
public ConflictingCell(DataCell sourceCell,
int rowSpan,
int colSpan)
getConflictingCellCount
public int getConflictingCellCount()