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
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the JFreeChart logo (a picture of a gorilla).

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JFreeChartInfo

      public JFreeChartInfo()
      Default constructor.
  • Method Details

    • getLogo

      public Image getLogo()
      Returns the JFreeChart logo (a picture of a gorilla).
      Overrides:
      getLogo in class org.jfree.ui.about.ProjectInfo
      Returns:
      The JFreeChart logo.