org.jfree.report.modules.misc.autotable

Class AutoTableElement

public class AutoTableElement extends Element

Creation-Date: Dec 9, 2006, 5:46:48 PM

Author: Thomas Morgner

Constructor Summary
AutoTableElement()
Method Summary
voidaddContent(Section cellElement)
voidaddFooter(Section footerCellElement)
voidaddHeader(Section headerCellElement)
SectiongetContentCell(int index)
intgetContentCount()
SectiongetFooterCell(int index)
intgetFooterCount()
SectiongetHeaderCell(int index)
intgetHeaderCount()

Constructor Detail

AutoTableElement

public AutoTableElement()

Method Detail

addContent

public void addContent(Section cellElement)

addFooter

public void addFooter(Section footerCellElement)

addHeader

public void addHeader(Section headerCellElement)

getContentCell

public Section getContentCell(int index)

getContentCount

public int getContentCount()

getFooterCell

public Section getFooterCell(int index)

getFooterCount

public int getFooterCount()

getHeaderCell

public Section getHeaderCell(int index)

getHeaderCount

public int getHeaderCount()