Class SplitCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.SplitCell
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,R,E extends java.lang.Exception>
Raccept(CellVisitor<T,R,E> visitor, T arg)FrameCellgetParent()CellgetSourceCell()Cellsplit()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SplitCell
public SplitCell(Cell sourceCell)
-
-
Method Detail
-
accept
public <T,R,E extends java.lang.Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E extends java.lang.Exception
-
getSourceCell
public Cell getSourceCell()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-