Class AutoTableElement

java.lang.Object
org.jfree.report.structure.Node
org.jfree.report.structure.Element
org.jfree.report.modules.misc.autotable.AutoTableElement
All Implemented Interfaces:
Serializable, Cloneable

public class AutoTableElement extends Element
Creation-Date: Dec 9, 2006, 5:46:48 PM
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • AutoTableElement

      public AutoTableElement()
  • Method Details

    • addHeader

      public void addHeader(Section headerCellElement)
    • addFooter

      public void addFooter(Section footerCellElement)
    • addContent

      public void addContent(Section cellElement)
    • getHeaderCount

      public int getHeaderCount()
    • getFooterCount

      public int getFooterCount()
    • getContentCount

      public int getContentCount()
    • getHeaderCell

      public Section getHeaderCell(int index)
    • getFooterCell

      public Section getFooterCell(int index)
    • getContentCell

      public Section getContentCell(int index)