|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.ui.about.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(java.lang.String name,
java.lang.String version,
java.lang.String info,
java.awt.Image logo,
java.lang.String copyright,
java.lang.String licenceName,
java.lang.String licenceText)
Constructs a project info object. |
Method Summary | |
java.util.List |
getContributors()
Returns the list of contributors for the project. |
java.lang.String |
getCopyright()
Returns the copyright statement. |
java.lang.String |
getInfo()
Returns other information about the project (typically a URL for the project home page). |
java.util.List |
getLibraries()
Returns a list of libraries used by the project. |
java.lang.String |
getLicenceName()
Returns the licence name. |
java.lang.String |
getLicenceText()
Returns the licence text. |
java.awt.Image |
getLogo()
Returns the logo. |
java.lang.String |
getName()
Returns the project name. |
java.lang.String |
getVersion()
Returns the project version. |
void |
setContributors(java.util.List contributors)
Sets the list of contributors. |
void |
setCopyright(java.lang.String copyright)
Sets the project copyright statement. |
void |
setInfo(java.lang.String info)
Sets the project info (typically a URL). |
void |
setLibraries(java.util.List libraries)
Sets the list of libraries. |
void |
setLicenceName(java.lang.String licenceName)
Sets the project licence name. |
void |
setLicenceText(java.lang.String licenceText)
Sets the project licence text. |
void |
setLogo(java.awt.Image logo)
Sets the project logo. |
void |
setName(java.lang.String name)
Sets the project name. |
void |
setVersion(java.lang.String version)
Sets the project version. |
java.lang.String |
toString()
Returns a string describing the project. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProjectInfo()
public ProjectInfo(java.lang.String name, java.lang.String version, java.lang.String info, java.awt.Image logo, java.lang.String copyright, java.lang.String licenceName, java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
name
- the project name.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the project version.public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info
- the project info.public java.awt.Image getLogo()
public void setLogo(java.awt.Image logo)
logo
- the project logo.public java.lang.String getCopyright()
public void setCopyright(java.lang.String copyright)
copyright
- the project copyright statement.public java.lang.String getLicenceName()
public void setLicenceName(java.lang.String licenceName)
licenceName
- the licence name.public java.lang.String getLicenceText()
public void setLicenceText(java.lang.String licenceText)
licenceText
- the licence text.public java.util.List getContributors()
public void setContributors(java.util.List contributors)
contributors
- the list of contributors.public java.util.List getLibraries()
public void setLibraries(java.util.List libraries)
libraries
- the list of libraries.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |