Tabnine Logo
Library.setLicenceName
Code IndexAdd Tabnine to your IDE (free)

How to use
setLicenceName
method
in
org.jfree.base.Library

Best Java code snippets using org.jfree.base.Library.setLicenceName (Showing top 3 results out of 315)

origin: jfree/jcommon

/**
 * Sets the license name.
 *
 * @param licence  the license name.
 */
public void setLicenceName(final String licence) {
  super.setLicenceName(licence);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the license name.
 * 
 * @param licence  the license name.
 */
public void setLicenceName(final String licence) {
  super.setLicenceName(licence);
}
origin: org.jfree/jcommon

/**
 * Sets the license name.
 *
 * @param licence  the license name.
 */
public void setLicenceName(final String licence) {
  super.setLicenceName(licence);
}
org.jfree.baseLibrarysetLicenceName

Javadoc

Sets the licence name.

Popular methods of Library

  • <init>
    Creates a new library reference.
  • getInfo
    Returns the project info for the library.
  • getLicenceName
    Returns the licenceName text.
  • getName
    Returns the library name.
  • getVersion
    Returns the library version.
  • setInfo
    Sets the project info.
  • setName
    Sets the project name.
  • setVersion
    Sets the version identifier.

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JFileChooser (javax.swing)
  • JTextField (javax.swing)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • CodeWhisperer alternatives
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