| java.lang.Object org.jfree.ui.about.Contributor
Contributor | public class Contributor (Code) | | A simple class representing a contributor to a software project.
Used in the AboutFrame class.
author: David Gilbert |
Contributor | public Contributor(String name, String email)(Code) | | Creates a new contributor.
Parameters: name - the name. Parameters: email - the e-mail address. |
getEmail | public String getEmail()(Code) | | Returns the contributor's e-mail address.
the contributor's e-mail address. |
getName | public String getName()(Code) | | Returns the contributor's name.
the contributor's name. |
|
|