org.jfree.report.modules.misc.autotable

Class AutoTableElement

Implemented Interfaces:
Cloneable, Serializable

public class AutoTableElement
extends Element

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

Field Summary

Fields inherited from class org.jfree.report.structure.Element

ID_ATTRIBUTE, NAMESPACE_ATTRIBUTE, NAME_ATTRIBUTE, TYPE_ATTRIBUTE, VIRTUAL_ATTRIBUTE

Constructor Summary

AutoTableElement()

Method Summary

void
addContent(Section cellElement)
void
addFooter(Section footerCellElement)
void
addHeader(Section headerCellElement)
Section
getContentCell(int index)
int
getContentCount()
Section
getFooterCell(int index)
int
getFooterCount()
Section
getHeaderCell(int index)
int
getHeaderCount()

Methods inherited from class org.jfree.report.structure.Element

addExpression, clone, getAttribute, getAttribute, getAttributeExpression, getAttributeExpression, getAttributeExpressionMap, getAttributeExpressions, getAttributeMap, getAttributeNameSpaces, getAttributes, getDisplayCondition, getExpressions, getId, getLocale, getLocaleFromAttributes, getName, getNamespace, getStyle, getStyleExpression, getStyleExpressions, getType, getVisibility, isEnabled, isVirtual, setAttribute, setAttribute, setAttributeExpression, setAttributeExpression, setDisplayCondition, setEnabled, setExpressions, setId, setName, setNamespace, setStyleExpression, setType, setVirtual, setVisibility

Methods inherited from class org.jfree.report.structure.Node

clone, getDisplayCondition, getGroup, getLocale, getParent, getReport, getRootReport, isEnabled, setParent, updateParent

Constructor Details

AutoTableElement

public AutoTableElement()

Method Details

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()