Package org.jfree

Examples of org.jfree.JCommonInfo


  /**
   * Constructs an empty project info object.
   */
  private JCommonSerializerInfo() {
      final JCommonInfo info = JCommonInfo.getInstance();

      setName("JCommon-Serializer");
      setVersion("0.1.0");
      setInfo("http://www.jfree.org/jfreereport/jcommon-serializer/");
      setCopyright ("(C)opyright 2006, by Pentaho Corporation, Object Refinery Limited and Contributors");

      setLicenceName(info.getLicenceName());
      setLicenceText(info.getLicenceText());

      setContributors(Arrays.asList(new Contributor[]{
          new Contributor("David Gilbert", "david.gilbert@object-refinery.com"),
          new Contributor("Thomas Morgner", "tmorgner@pentaho.org"),
      }));
View Full Code Here


    /**
     * Constructs an empty project info object.
     */
    private JCommonXMLInfo() {
        final JCommonInfo info = JCommonInfo.getInstance();

        setName("JCommon-XML");
        setVersion(info.getVersion());
        setInfo(info.getInfo());
        setCopyright(info.getCopyright());

        setLicenceName(info.getLicenceName());
        setLicenceText(info.getLicenceText());

        setContributors(Arrays.asList(new Contributor[]{
            new Contributor("David Gilbert", "david.gilbert@object-refinery.com"),
            new Contributor("Thomas Morgner", "taqua@users.sourceforge.net"),
            new Contributor("Peter Becker", "-"),
View Full Code Here

  /**
   * Constructs an empty project info object.
   */
  private JCommonSerializerInfo()
  {
    final JCommonInfo info = JCommonInfo.getInstance();

    setName("JCommon-Serializer");
    setVersion("0.2.0");
    setInfo("http://reporting.pentaho.org/jcommon-serializer/");
    setCopyright("(C)opyright 2006-2007, by Pentaho Corporation, Object Refinery Limited and Contributors");

    setLicenceName(info.getLicenceName());
    setLicenceText(info.getLicenceText());

    setContributors(Arrays.asList(new Contributor[]{
        new Contributor("David Gilbert", "david.gilbert@object-refinery.com"),
        new Contributor("Thomas Morgner", "tmorgner@pentaho.org"),
    }));
View Full Code Here

TOP

Related Classes of org.jfree.JCommonInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.