org.jfree.ui.about
public class Licences extends Object
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. |
| 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.
|
Returns: the GPL licence text.
Returns: the instance reference.
Returns: the LGPL licence text.