Package org.jfree.ui.about
Class Library
- java.lang.Object
-
- org.jfree.base.Library
-
- org.jfree.ui.about.Library
-
public class Library extends Library
Deprecated.shadow class for deprecationLibrary specification moved to base package to allow more control over the boot process.
-
-
Constructor Summary
Constructors Constructor Description Library(java.lang.String name, java.lang.String version, java.lang.String licence, java.lang.String info)
Deprecated.Creates a new library reference.Library(ProjectInfo project)
Deprecated.Constructs a library reference from a ProjectInfo object.
-
Method Summary
-
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode, setInfo, setLicenceName, setName, setVersion
-
-
-
-
Constructor Detail
-
Library
public Library(java.lang.String name, java.lang.String version, java.lang.String licence, java.lang.String info)
Deprecated.Creates a new library reference.- Parameters:
name
- the name.version
- the version.licence
- the licence.info
- the web address or other info.
-
Library
public Library(ProjectInfo project)
Deprecated.Constructs a library reference from a ProjectInfo object.- Parameters:
project
- information about a project.
-
-