org.jfree.report
public class JFreeReport extends ReportDefinition implements ReportStructureRoot
| Constructor Summary | |
|---|---|
| JFreeReport()
The default constructor. | |
| Method Summary | |
|---|---|
| void | addStyleSheet(StyleSheet s) |
| Object | clone()
private ModifiableConfiguration reportConfiguration;
private ArrayList styleSheets;
private StyleSheet pageFormatStyleSheet;
private CSSPageRule pageRule;
private ReportParameters parameters;
private ReportDataFactory dataFactory;
private ResourceManager resourceManager;
private ResourceKey baseResource;
|
| ResourceKey | getBaseResource() |
| Configuration | getConfiguration()
Returns the report configuration.
|
| ReportDataFactory | getDataFactory() |
| ModifiableConfiguration | getEditableConfiguration() |
| ReportParameters | getInputParameters() |
| Locale | getLocale() |
| PageFormat | getPageFormat() |
| ResourceManager | getResourceManager() |
| JFreeReport | getRootReport() |
| StyleSheet | getStyleSheet(int i) |
| int | getStyleSheetCount() |
| void | removeStyleSheet(StyleSheet s) |
| void | setBaseResource(ResourceKey baseResource) |
| void | setDataFactory(ReportDataFactory dataFactory) |
| void | setPageFormat(PageFormat format) |
| void | setResourceManager(ResourceManager resourceManager) |
Returns:
Throws: CloneNotSupportedException
Returns: the report configuration.