|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.ui.about.Contributor
public class Contributor
A simple class representing a contributor to a software project.
Used in the AboutFrame class.
Constructor Summary | |
---|---|
Contributor(java.lang.String name,
java.lang.String email)
Creates a new contributor. |
Method Summary | |
---|---|
java.lang.String |
getEmail()
Returns the contributor's e-mail address. |
java.lang.String |
getName()
Returns the contributor's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contributor(java.lang.String name, java.lang.String email)
name
- the name.email
- the e-mail address.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getEmail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |