Class Library
java.lang.Object
org.jfree.base.Library
- Direct Known Subclasses:
BasicProjectInfo, Library
A simple class representing a library in a software project. For use in
the
AboutFrame class.- Author:
- David Gilbert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTests this object for equality with an arbitrary object.getInfo()Returns the project info for the library.Returns the licenceName text.getName()Returns the library name.Returns the library version.inthashCode()Returns a hash code for this instance.protected voidSets the project info.protected voidsetLicenceName(String licenceName) Sets the licence name.protected voidSets the project name.protected voidsetVersion(String version) Sets the version identifier.
-
Constructor Details
-
Library
-
Library
protected Library()Creates a new library reference.
-
-
Method Details
-
getName
-
getVersion
-
getLicenceName
-
getInfo
-
setInfo
-
setLicenceName
Sets the licence name.- Parameters:
licenceName- the licence name.
-
setName
-
setVersion
Sets the version identifier.- Parameters:
version- the version identifier.
-
equals
-
hashCode
-