|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines some useful constants used by the JFreeReport
and
ReportState
classes.
A number of report property keys are defined. These can be used to access report properties
using the getProperty(String)
method in the JFreeReport
class.
Field Summary | |
static java.lang.String |
NAME_PROPERTY
Key for the 'report name' property. |
static java.lang.String |
REPORT_DATE_PROPERTY
Key for the 'report date' property. |
static java.lang.String |
REPORT_DEFINITION_CONTENTBASE
Key for the 'report definition content base' property. |
static java.lang.String |
REPORT_DEFINITION_SOURCE
Key for the 'report definition source' property. |
static java.lang.String |
REPORT_PAGECOUNT_PROPERTY
Deprecated. pagecount should be calculated by functions. The property is no longer filled by the ReportProcessor. |
static java.lang.String |
REPORT_PAGEFORMAT_PROPERTY
Key for the 'report page format' property. |
static java.lang.String |
REPORT_PREPARERUN_PROPERTY
Key for the 'report prepare run' property. |
Field Detail |
public static final java.lang.String NAME_PROPERTY
public static final java.lang.String REPORT_DATE_PROPERTY
public static final java.lang.String REPORT_PAGEFORMAT_PROPERTY
public static final java.lang.String REPORT_PREPARERUN_PROPERTY
public static final java.lang.String REPORT_DEFINITION_SOURCE
public static final java.lang.String REPORT_DEFINITION_CONTENTBASE
public static final java.lang.String REPORT_PAGECOUNT_PROPERTY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |