org.jfree.pixie
Class PixieInfo

java.lang.Object
  extended by org.jfree.base.Library
      extended by org.jfree.base.BasicProjectInfo
          extended by org.jfree.base.BootableProjectInfo
              extended by org.jfree.ui.about.ProjectInfo
                  extended by org.jfree.pixie.PixieInfo

public class PixieInfo
extends org.jfree.ui.about.ProjectInfo


Constructor Summary
PixieInfo()
          Creates a new instance.
 
Method Summary
static PixieInfo getInstance()
          Returns the single instance of this class.
 
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toString
 
Methods inherited from class org.jfree.base.BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass
 
Methods inherited from class org.jfree.base.BasicProjectInfo
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
 
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PixieInfo

public PixieInfo()
Creates a new instance. (Must be public so that we can instantiate the library-info using Class.newInstance(..)).

Method Detail

getInstance

public static PixieInfo getInstance()
Returns the single instance of this class.

Returns:
The single instance of information about the JCommon library.