Save This Page
Home » jcommon-1.0.13 » org.jfree.ui.about » [javadoc | source]
org.jfree.ui.about
public class: ProjectInfo [javadoc | source]
java.lang.Object
   org.jfree.base.Library
      org.jfree.base.BasicProjectInfo
         org.jfree.base.BootableProjectInfo
            org.jfree.ui.about.ProjectInfo

Direct Known Subclasses:
    JCommonInfo, JCommonXMLInfo, JFreeChartInfo, JFreeReportInfo

A class for recording the basic information about a free or open source software project.
Constructor:
 public ProjectInfo() 
 public ProjectInfo(String name,
    String version,
    String info,
    Image logo,
    String copyright,
    String licenceName,
    String licenceText) 
    Constructs a project info object.
    Parameters:
    name - the name of the project.
    version - the version.
    info - other info (usually a URL).
    logo - the project logo.
    copyright - a copyright statement.
    licenceName - the name of the licence that applies to the project.
    licenceText - the text of the licence that applies to the project.
Method from org.jfree.ui.about.ProjectInfo Summary:
getContributors,   getLicenceText,   getLogo,   setContributors,   setLicenceText,   setLogo,   toString
Methods from org.jfree.base.BootableProjectInfo:
addDependency,   getBootClass,   getDependencies,   isAutoBoot,   setAutoBoot,   setBootClass
Methods from org.jfree.base.BasicProjectInfo:
addLibrary,   addOptionalLibrary,   addOptionalLibrary,   getCopyright,   getLibraries,   getOptionalLibraries,   setCopyright,   setInfo,   setLicenceName,   setName,   setVersion
Methods from org.jfree.base.Library:
equals,   getInfo,   getLicenceName,   getName,   getVersion,   hashCode,   setInfo,   setLicenceName,   setName,   setVersion
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.ui.about.ProjectInfo Detail:
 public List getContributors() 
    Returns the list of contributors for the project.
 public String getLicenceText() 
    Returns the licence text.
 public Image getLogo() 
    Returns the logo.
 public  void setContributors(List contributors) 
    Sets the list of contributors.
 public  void setLicenceText(String licenceText) 
    Sets the project licence text.
 public  void setLogo(Image logo) 
    Sets the project logo.
 public String toString() 
    Returns a string describing the project.