Package org.jfree.ui.about
Class Contributor
- java.lang.Object
-
- org.jfree.ui.about.Contributor
-
public class Contributor extends java.lang.ObjectA simple class representing a contributor to a software project.Used in the AboutFrame class.
-
-
Constructor Summary
Constructors Constructor Description Contributor(java.lang.String name, java.lang.String email)Creates a new contributor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEmail()Returns the contributor's e-mail address.java.lang.StringgetName()Returns the contributor's name.
-