com.jrefinery.report
Interface JFreeReportConstants

All Known Implementing Classes:
JFreeReport, ReportState

public interface JFreeReportConstants

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.

Author:
David Gilbert

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

NAME_PROPERTY

public static final java.lang.String NAME_PROPERTY
Key for the 'report name' property.

See Also:
Constant Field Values

REPORT_DATE_PROPERTY

public static final java.lang.String REPORT_DATE_PROPERTY
Key for the 'report date' property.

See Also:
Constant Field Values

REPORT_PAGEFORMAT_PROPERTY

public static final java.lang.String REPORT_PAGEFORMAT_PROPERTY
Key for the 'report page format' property.

See Also:
Constant Field Values

REPORT_PREPARERUN_PROPERTY

public static final java.lang.String REPORT_PREPARERUN_PROPERTY
Key for the 'report prepare run' property.

See Also:
Constant Field Values

REPORT_DEFINITION_SOURCE

public static final java.lang.String REPORT_DEFINITION_SOURCE
Key for the 'report definition source' property.

See Also:
Constant Field Values

REPORT_DEFINITION_CONTENTBASE

public static final java.lang.String REPORT_DEFINITION_CONTENTBASE
Key for the 'report definition content base' property.

See Also:
Constant Field Values

REPORT_PAGECOUNT_PROPERTY

public static final java.lang.String REPORT_PAGECOUNT_PROPERTY
Deprecated. pagecount should be calculated by functions. The property is no longer filled by the ReportProcessor.

Key for the 'report page count' property.

See Also:
Constant Field Values