Save This Page
Home » jcommon-1.0.13 » org.jfree.base » [javadoc | source]
org.jfree.base
public class: Library [javadoc | source]
java.lang.Object
   org.jfree.base.Library

Direct Known Subclasses:
    JCommonInfo, BootableProjectInfo, JCommonXMLInfo, JFreeChartInfo, JFreeReportInfo, Library, BasicProjectInfo, ProjectInfo

A simple class representing a library in a software project. For use in the AboutFrame class.
Constructor:
 protected Library() 
 public Library(String name,
    String version,
    String licence,
    String info) 
    Creates a new library reference.
    Parameters:
    name - the name.
    version - the version.
    licence - the licenceName.
    info - the web address or other info.
Method from org.jfree.base.Library Summary:
equals,   getInfo,   getLicenceName,   getName,   getVersion,   hashCode,   setInfo,   setLicenceName,   setName,   setVersion
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.base.Library Detail:
 public boolean equals(Object o) 
 public String getInfo() 
    Returns the project info for the library.
 public String getLicenceName() 
    Returns the licenceName text.
 public String getName() 
    Returns the library name.
 public String getVersion() 
    Returns the library version.
 public int hashCode() 
 protected  void setInfo(String info) 
    Sets the project info.
 protected  void setLicenceName(String licenceName) 
    Sets the licence name.
 protected  void setName(String name) 
    Sets the project name.
 protected  void setVersion(String version) 
    Sets the version identifier.