Package 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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Licences
public Licences()
-
-
Method Details
-
getInstance
Returns a reference to the single instance of this class. In fact, there is little point to having an instance of this class, but we're leaving it that way for backwards compatibility until the JCommon retirement.- Returns:
- the instance reference.
-
getGPL
Returns the GPL (v2.1) text.- Returns:
- the GPL licence text.
-
getLGPL
Returns the LGPL (v2.1) text.- Returns:
- the LGPL licence text.
-
readStringResource
-
getGPL()
.