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 Object implements Cell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected int
elementIndex
protected FrameCell
parent
protected PrintElementIndex
parentIndex
-
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 int
getElementIndex()
FrameCell
getParent()
PrintElementIndex
getParentIndex()
void
setParent(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()
-
-