Package org.jfree
Class JCommonInfo
Information about the JCommon project. One instance of this class is
assigned to JCommon.INFO.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static JCommonInfoThe singleton instance of the project info object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toStringMethods inherited from class org.jfree.base.BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClassMethods inherited from class org.jfree.base.BasicProjectInfo
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersionMethods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
-
Field Details
-
singleton
The singleton instance of the project info object.
-
-
Constructor Details
-
JCommonInfo
private JCommonInfo()Creates a new instance.
-
-
Method Details
-
getInstance
Returns the single instance of this class.- Returns:
- The single instance of information about the JCommon library.
-