Tabnine Logo
JCommonInfo.getCopyright
Code IndexAdd Tabnine to your IDE (free)

How to use
getCopyright
method
in
org.jfree.JCommonInfo

Best Java code snippets using org.jfree.JCommonInfo.getCopyright (Showing top 1 results out of 315)

origin: jfree/jcommon

  /**
   * 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", "-"),
    }));

    addLibrary(info);
  }
}
org.jfreeJCommonInfogetCopyright

Popular methods of JCommonInfo

  • <init>
    Creates a new instance.
  • addOptionalLibrary
  • setBootClass
  • setContributors
  • setCopyright
  • setInfo
  • setLicenceName
  • setLicenceText
  • setName
  • setVersion
  • getInfo
  • getInstance
    Returns the single instance of this class.
  • getInfo,
  • getInstance,
  • getLicenceName,
  • getLicenceText,
  • getVersion

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • onCreateOptionsMenu (Activity)
  • findViewById (Activity)
  • String (java.lang)
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Collectors (java.util.stream)
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JLabel (javax.swing)
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now