Package org.jfree.chart
Class JFreeChartInfo
java.lang.Object
org.jfree.base.Library
org.jfree.base.BasicProjectInfo
org.jfree.base.BootableProjectInfo
org.jfree.ui.about.ProjectInfo
org.jfree.chart.JFreeChartInfo
class JFreeChartInfo
extends org.jfree.ui.about.ProjectInfo
Information about the JFreeChart project. One instance of this class is
assigned to
JFreeChart.INFO
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, 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, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
-
Constructor Details
-
JFreeChartInfo
public JFreeChartInfo()Default constructor.
-
-
Method Details
-
getLogo
Returns the JFreeChart logo (a picture of a gorilla).- Overrides:
getLogo
in classorg.jfree.ui.about.ProjectInfo
- Returns:
- The JFreeChart logo.
-