org.jfree.ui.about
public class ProjectInfo extends BootableProjectInfo
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.
|
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.
Returns: the list of contributors.
Returns: the licence text.
Returns: the project logo.
Parameters: contributors the list of contributors.
Parameters: licenceText the licence text.
Parameters: logo the project logo.
Returns: a string describing the project.