org.jfree.layouting
Class LibLayoutInfo

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.versioning.DependencyInformation
      extended by org.pentaho.reporting.libraries.base.versioning.ProjectInformation
          extended by org.jfree.layouting.LibLayoutInfo

public class LibLayoutInfo
extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation


Constructor Summary
LibLayoutInfo()
          Constructs an empty project info object.
 
Method Summary
static org.pentaho.reporting.libraries.base.versioning.ProjectInformation getInstance()
           
 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
addLibrary, addOptionalLibrary, addOptionalLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion, setBootClass, setCopyright
 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
equals, getInfo, getLicenseName, getName, hashCode, setInfo, setLicenseName, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibLayoutInfo

public LibLayoutInfo()
Constructs an empty project info object.

Method Detail

getInstance

public static org.pentaho.reporting.libraries.base.versioning.ProjectInformation getInstance()