|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.Library
org.jfree.ui.about.Library
Library specification moved to base package to allow more control over the boot process.
Constructor Summary | |
Library(ProjectInfo project)
Deprecated. Constructs a library reference from a ProjectInfo object. |
|
Library(java.lang.String name,
java.lang.String version,
java.lang.String licence,
java.lang.String info)
Deprecated. Creates a new library reference. |
Methods inherited from class org.jfree.base.Library |
getInfo, getLicenceName, getName, getVersion, setInfo, setLicenceName, setName, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Library(java.lang.String name, java.lang.String version, java.lang.String licence, java.lang.String info)
name
- the name.version
- the version.licence
- the licence.info
- the web address or other info.public Library(ProjectInfo project)
project
- information about a project.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |