Class LayeredCell

  • All Implemented Interfaces:
    Cell

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

      • LayeredCell

        public LayeredCell​(FrameCell parent)
    • Method Detail

      • addLayer

        public void addLayer​(Table table)
      • setParent

        public void setParent​(FrameCell parent)
      • accept

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

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

        public java.util.List<Table> getLayers()