Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » [javadoc | source]
org.jfree.report
public interface: ReportElement [javadoc | source]

All Implemented Interfaces:
    Cloneable, Serializable

All Known Implementing Classes:
    GroupHeader, Element, ReportFooter, TextElement, DrawableElement, AbstractRootLevelBand, DetailsFooter, Watermark, CrosstabGroupBody, ImageElement, ReportDefinition, ItemBand, Section, JFreeReport, ShapeElement, AnchorElement, ReportDefinitionImpl, ReportHeader, NoDataBand, GroupFooter, AbstractReportDefinition, Band, PageFooter, GroupDataBody, GroupBody, RelationalGroup, PageHeader, SubGroupBody, SubReport, Group, DetailsHeader

Todo: Document Me
Method from org.jfree.report.ReportElement Summary:
getAttribute,   getAttributeExpression,   getAttributeExpressionNames,   getAttributeExpressionNamespaces,   getAttributeNames,   getAttributeNamespaces,   getAttributes,   getId,   getMetaData,   getName,   getParentSection,   getReportDefinition,   getStyle,   getStyleExpression,   getStyleExpressions,   getTreeLock,   setAttribute,   setAttributeExpression,   setStyleExpression
Method from org.jfree.report.ReportElement Detail:
 public Object getAttribute(String namespace,
    String name)
 public Expression getAttributeExpression(String namespace,
    String name)
 public String[] getAttributeExpressionNames(String name)
 public String[] getAttributeExpressionNamespaces()
 public String[] getAttributeNames(String name)
 public String[] getAttributeNamespaces()
 public ReportAttributeMap getAttributes()
 public String getId()
 public ElementMetaData getMetaData()
 public String getName()
 public Section getParentSection()
 public ReportDefinition getReportDefinition()
 public ElementStyleSheet getStyle()
 public Expression getStyleExpression(StyleKey property)
 public Map getStyleExpressions()
 public Object getTreeLock()
 public  void setAttribute(String namespace,
    String name,
    Object value)
 public  void setAttributeExpression(String namespace,
    String name,
    Expression value)
 public  void setStyleExpression(StyleKey property,
    Expression function)