java.lang.Object
net.sf.jasperreports.engine.export.tabulator.LayeredCell
All Implemented Interfaces:
Cell

public class LayeredCell extends Object implements Cell
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • LayeredCell

      public LayeredCell(FrameCell parent)
  • Method Details

    • addLayer

      public void addLayer(Table table)
    • getParent

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

      public void setParent(FrameCell parent)
    • accept

      public <T, R, E extends Exception> R accept(CellVisitor<T,R,E> visitor, T arg) throws E
      Specified by:
      accept in interface Cell
      Throws:
      E
    • split

      public Cell split()
      Specified by:
      split in interface Cell
    • getLayers

      public List<Table> getLayers()