org.jfree.report
public class JFreeReportInfo extends ProjectInfo
| Field Summary | |
|---|---|
| static String | COMPATIBILITY_NAMESPACE
This namespace contains the compatibility layer for the old JFreeReport
structures.
|
| static String | REPORT_NAMESPACE
This namespace covers all current reporting structures. |
| Method Summary | |
|---|---|
| static JFreeReportInfo | getInstance() |
| String | getLicenceText()
Tries to read the licence text from jcommon. |
| static boolean | isPixieAvailable()
Checks, whether the Pixie-library is available and in a working condition.
|
| static void | main(String[] args)
Print the library version and information about the library.
|
Returns: the licence text for this project.
See Also: org.jfree.ui.about.ProjectInfo#getLicenceText()
Returns: true, if Pixie is available, false otherwise.
Parameters: args ignored