Codota Logo
BasicProjectInfo
Code IndexAdd Codota to your IDE (free)

How to use
BasicProjectInfo
in
org.jfree.base

Best Java code snippets using org.jfree.base.BasicProjectInfo (Showing top 6 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: jfree/jcommon

/**
 * Creates a new project info instance.
 *
 * @param name  the project name.
 * @param version  the project version.
 * @param info  the project info (web site for example).
 * @param copyright  the copyright statement.
 * @param licenceName  the license name.
 */
public BasicProjectInfo(final String name, final String version,
            final String info, final String copyright,
            final String licenceName) {
  this(name, version, licenceName, info);
  setCopyright(copyright);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/jcommon

/**
 * Creates a new project info instance.
 *
 * @param name  the project name.
 * @param version  the project version.
 * @param info  the project info (web site for example).
 * @param copyright  the copyright statement.
 * @param licenceName  the license name.
 */
public BasicProjectInfo(final String name, final String version,
            final String info, final String copyright,
            final String licenceName) {
  this(name, version, licenceName, info);
  setCopyright(copyright);
}
origin: org.jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new project info instance.
 * 
 * @param name  the project name.
 * @param version  the project version.
 * @param info  the project info (web site for example).
 * @param copyright  the copyright statement.
 * @param licenceName  the license name.
 */
public BasicProjectInfo(final String name, final String version,
            final String info, final String copyright,
            final String licenceName) {
  this(name, version, licenceName, info);
  setCopyright(copyright);
}
org.jfree.baseBasicProjectInfo

Javadoc

Basic project info.

Most used methods

  • setCopyright
    Sets the project copyright statement.
  • setInfo
    Sets the project info string (for example, this could be the project URL).
  • setLicenceName
    Sets the license name.
  • setName
    Sets the project name.
  • setVersion
    Sets the project version number.

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • addToBackStack (FragmentTransaction)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • HashSet (java.util)
    This class implements the Set interface, backed by a hash table (actually a HashMap instance). It m
  • TreeMap (java.util)
    A Red-Black tree based NavigableMap implementation. The map is sorted according to the Comparable of
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JButton (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now