| java.lang.Object org.jfree.base.Library
All known Subclasses: org.jfree.ui.about.Library, org.jfree.base.BasicProjectInfo,
Library | public class Library (Code) | | A simple class representing a library in a software project. For use in
the
AboutFrame class.
author: David Gilbert |
Library | public Library(String name, String version, String licence, String info)(Code) | | Creates a new library reference.
Parameters: name - the name. Parameters: version - the version. Parameters: licence - the licenceName. Parameters: info - the web address or other info. |
Library | protected Library()(Code) | | Creates a new library reference.
|
getInfo | public String getInfo()(Code) | | Returns the project info for the library.
the project info. |
getLicenceName | public String getLicenceName()(Code) | | Returns the licenceName text.
the licenceName text. |
getName | public String getName()(Code) | | Returns the library name.
the library name. |
getVersion | public String getVersion()(Code) | | Returns the library version.
the library version. |
hashCode | public int hashCode()(Code) | | |
setInfo | protected void setInfo(String info)(Code) | | Sets the project info.
Parameters: info - the project info. |
setLicenceName | protected void setLicenceName(String licenceName)(Code) | | Sets the licence name.
Parameters: licenceName - the licence name. |
setName | protected void setName(String name)(Code) | | Sets the project name.
Parameters: name - the project name. |
setVersion | protected void setVersion(String version)(Code) | | Sets the version identifier.
Parameters: version - the version identifier. |
|
|