Tabnine Logo
DayAndMonthRule.setMonth
Code IndexAdd Tabnine to your IDE (free)

How to use
setMonth
method
in
org.jfree.date.DayAndMonthRule

Best Java code snippets using org.jfree.date.DayAndMonthRule.setMonth (Showing top 3 results out of 315)

origin: jfree/jcommon

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
origin: org.jfree/jcommon

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Standard constructor: builds a DayAndMonthRule for the given
 * day-of-the-month and month.
 * <P>
 * For the month parameter, use SerialDate.JANUARY, etc. Note that there
 * are no checks to prevent you from entering an invalid combination (such
 * as 31 February).
 *
 * @param dayOfMonth  the day of the month (in the range 1 to 31).
 * @param month  the month (use SerialDate.JANUARY, SerialDate.FEBRUARY etc.);
 */
public DayAndMonthRule(final int dayOfMonth, final int month) {
  // check arguments delegated to setter methods...
  setMonth(month);
  setDayOfMonth(dayOfMonth);
}
org.jfree.dateDayAndMonthRulesetMonth

Javadoc

Sets the month for this rule.

Popular methods of DayAndMonthRule

  • <init>
    Standard constructor: builds a DayAndMonthRule for the given day-of-the-month and month. For the mon
  • setDayOfMonth
    Sets the day-of-the-month for this rule.

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • JLabel (javax.swing)
  • Top Sublime Text plugins
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