org.jfree.report.structure |
|
Java Source File Name | Type | Comment |
ContentElement.java | Class | A element holding values from the report data sources. |
DetailSection.java | Class | This is a convienence class. |
Element.java | Class | An element is a node that can have attributes. |
Group.java | Class | A report group. |
Node.java | Class | A node is the most basic unit in a report. |
ReportDefinition.java | Class | |
Section.java | Class | A report section is a collection of other elements and sections.
This implementation is not synchronized, to take care that you externally
synchronize it when using multiple threads to modify instances of this
class.
Trying to add a parent of an band as child to the band, will result in an
exception.
The attribute and style expressions added to the element are considered
unnamed and stateless. |
StaticText.java | Class | |
SubReport.java | Class | |