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 Exception>
Raccept(CellVisitor<T,R,E> visitor, T arg)
FrameCell
getParent()
Cell
getSourceCell()
Cell
split()
String
toString()
-
-
-
Constructor Detail
-
SplitCell
public SplitCell(Cell sourceCell)
-
-
Method Detail
-
accept
public <T,R,E extends Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E extends Exception
-
getSourceCell
public Cell getSourceCell()
-
-