Class FrameCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.BaseElementCell
-
- net.sf.jasperreports.engine.export.tabulator.FrameCell
-
- All Implemented Interfaces:
Cell
public class FrameCell extends BaseElementCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.tabulator.BaseElementCell
elementIndex, parent, parentIndex
-
-
Constructor Summary
Constructors Constructor Description FrameCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
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)
Cell
split()
String
toString()
-
Methods inherited from class net.sf.jasperreports.engine.export.tabulator.BaseElementCell
getElementIndex, getParent, getParentIndex, setParent
-
-
-
-
Constructor Detail
-
FrameCell
public FrameCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
-