|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.Library
org.jfree.base.BasicProjectInfo
org.jfree.base.BootableProjectInfo
org.jfree.ui.about.ProjectInfo
org.jfree.report.JFreeReportInfo
Details about the JFreeReport project.
Constructor Summary | |
JFreeReportInfo()
Constructs an object containing information about the JFreeReport project. |
Method Summary | |
java.lang.String |
getLicenceText()
Tries to read the licence text from jcommon. |
static void |
main(java.lang.String[] args)
Print the library version and information about the library. |
Methods inherited from class org.jfree.ui.about.ProjectInfo |
getContributors, getLogo, setContributors, setLicenceText, setLogo, toString |
Methods inherited from class org.jfree.base.BootableProjectInfo |
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass |
Methods inherited from class org.jfree.base.BasicProjectInfo |
addLibrary, getCopyright, getLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion |
Methods inherited from class org.jfree.base.Library |
getInfo, getLicenceName, getName, getVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JFreeReportInfo()
Uses a resource bundle to localise some of the information.
Method Detail |
public java.lang.String getLicenceText()
ProjectInfo.getLicenceText()
public static void main(java.lang.String[] args)
After there seems to be confusion about which version is currently used by the user, this method will print the project information to clarify this issue.
args
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |