org.jfree.ui.about

Class Library


public class Library
extends Library

Library specification moved to base package to allow more control over the boot process.
Author:
David Gilbert

Constructor Summary

Library(String name, String version, String licence, String info)
Creates a new library reference.
Library(ProjectInfo project)
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 Details

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 licence.
info - the web address or other info.

Library

public Library(ProjectInfo project)
Constructs a library reference from a ProjectInfo object.
Parameters:
project - information about a project.