org.jfree.ui.about
Class Licences
java.lang.Object
org.jfree.ui.about.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.
static String | GPL - The GNU General Public Licence.
|
static String | LGPL - The GNU Lesser General Public Licence.
|
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.
|
GPL
public static final String GPL
The GNU General Public Licence.
LGPL
public static final String LGPL
The GNU Lesser General Public Licence.
getGPL
public String getGPL()
Returns the GPL text in a non static way to prevent the compiler
to copy the contents of the field.
getLGPL
public String getLGPL()
Returns the LGPL text in a non static way to prevent the compiler
to copy the contents of the field.