Package org.jfree.ui.about
Class Contributor
java.lang.Object
org.jfree.ui.about.Contributor
A simple class representing a contributor to a software project.
Used in the AboutFrame class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name. -
email
The e-mail address.
-
-
Constructor Details
-
Contributor
Creates a new contributor.- Parameters:
name
- the name.email
- the e-mail address.
-
-
Method Details
-
getName
Returns the contributor's name.- Returns:
- the contributor's name.
-
getEmail
Returns the contributor's e-mail address.- Returns:
- the contributor's e-mail address.
-