Class BaseElementCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.BaseElementCell
-
- All Implemented Interfaces:
Cell
- Direct Known Subclasses:
ElementCell,FrameCell
public abstract class BaseElementCell extends java.lang.Object implements Cell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected intelementIndexprotected FrameCellparentprotected PrintElementIndexparentIndex
-
Constructor Summary
Constructors Constructor Description BaseElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetElementIndex()FrameCellgetParent()PrintElementIndexgetParentIndex()voidsetParent(FrameCell parent)
-
-
-
Field Detail
-
parent
protected FrameCell parent
-
parentIndex
protected PrintElementIndex parentIndex
-
elementIndex
protected int elementIndex
-
-
Constructor Detail
-
BaseElementCell
public BaseElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)
-
-
Method Detail
-
setParent
public void setParent(FrameCell parent)
-
getParentIndex
public PrintElementIndex getParentIndex()
-
getElementIndex
public int getElementIndex()
-
-