org.jfree.ui.about

Class Contributor


public class Contributor
extends java.lang.Object

A simple class representing a contributor to a software project.

Used in the AboutFrame class.

Author:
David Gilbert

Constructor Summary

Contributor(String name, String email)
Creates a new contributor.

Method Summary

String
getEmail()
Returns the contributor's e-mail address.
String
getName()
Returns the contributor's name.

Constructor Details

Contributor

public Contributor(String name,
                   String email)
Creates a new contributor.
Parameters:
name - the name.
email - the e-mail address.

Method Details

getEmail

public String getEmail()
Returns the contributor's e-mail address.
Returns:
the contributor's e-mail address.

getName

public String getName()
Returns the contributor's name.
Returns:
the contributor's name.