Class TableReport.CellInfo
- java.lang.Object
-
- net.sf.jasperreports.components.table.fill.TableReport.CellInfo
-
- Enclosing class:
- TableReport
protected class TableReport.CellInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getColSpan()
protected JRElement
getElement()
protected int
getRowSpan()
-
-
-
Method Detail
-
getElement
protected JRElement getElement()
-
getRowSpan
protected int getRowSpan()
-
getColSpan
protected int getColSpan()
-
-