|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.ui.about.Licences
public class Licences
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public Licence.
These are used in the presentation of a standard 'About' frame.
| Field Summary | |
|---|---|
static String |
GPL
The GNU General Public Licence. |
static String |
LGPL
The GNU Lesser General Public Licence. |
| Constructor Summary | |
|---|---|
Licences()
|
|
| Method Summary | |
|---|---|
String |
getGPL()
Returns the GPL text in a non static way to prevent the compiler to copy the contents of the field. |
static Licences |
getInstance()
Returns a reference to this class. |
String |
getLGPL()
Returns the LGPL text in a non static way to prevent the compiler to copy the contents of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GPL
public static final String LGPL
| Constructor Detail |
|---|
public Licences()
| Method Detail |
|---|
public static Licences getInstance()
public String getGPL()
public String getLGPL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||