|
JCommon 1.0.17-redhat-2 | |||||||||
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
public class ProjectInfo
A class for recording the basic information about a free or open source software project.
Constructor Summary | |
---|---|
ProjectInfo()
Constructs an empty project info object. |
|
ProjectInfo(String name,
String version,
String info,
Image logo,
String copyright,
String licenceName,
String licenceText)
Constructs a project info object. |
Method Summary | |
---|---|
List |
getContributors()
Returns the list of contributors for the project. |
String |
getLicenceText()
Returns the licence text. |
Image |
getLogo()
Returns the logo. |
void |
setContributors(List contributors)
Sets the list of contributors. |
void |
setLicenceText(String licenceText)
Sets the project licence text. |
void |
setLogo(Image logo)
Sets the project logo. |
String |
toString()
Returns a string describing the project. |
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 Detail |
---|
public ProjectInfo()
public ProjectInfo(String name, String version, String info, Image logo, String copyright, String licenceName, String licenceText)
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 Detail |
---|
public Image getLogo()
public void setLogo(Image logo)
logo
- the project logo.public String getLicenceText()
public void setLicenceText(String licenceText)
licenceText
- the licence text.public List getContributors()
public void setContributors(List contributors)
contributors
- the list of contributors.public String toString()
toString
in class Object
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |