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 Details

    • parent

      protected FrameCell parent
    • parentIndex

      protected PrintElementIndex parentIndex
    • elementIndex

      protected int elementIndex
  • Constructor Details

  • Method Details

    • getParent

      public FrameCell getParent()
      Specified by:
      getParent in interface Cell
    • setParent

      public void setParent(FrameCell parent)
    • getParentIndex

      public PrintElementIndex getParentIndex()
    • getElementIndex

      public int getElementIndex()