|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.date.AnnualDateRule
org.jfree.date.DayOfWeekInMonthRule
public class DayOfWeekInMonthRule
An annual date rule that specifies the nth day of the week in a given month (for example, the third Wednesday in June, or the last Friday in November).
| Constructor Summary | |
|---|---|
DayOfWeekInMonthRule()
Default constructor: builds a rule for the first Monday in January by default. |
|
DayOfWeekInMonthRule(int count,
int dayOfWeek,
int month)
Standard constructor: builds a rule with the specified attributes. |
|
| Method Summary | |
|---|---|
int |
getCount()
Returns the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST). |
SerialDate |
getDate(int year)
Return the date for this rule, given the year. |
int |
getDayOfWeek()
Returns the day-of-the-week for this rule (SerialDate.MONDAY, SerialDate.TUESDAY, etc.). |
int |
getMonth()
Returns the month for this rule. |
void |
setCount(int count)
Sets the 'count' for this rule (one of FIRST, SECOND, THIRD, FOURTH and LAST). |
void |
setDayOfWeek(int dayOfWeek)
Sets the day-of-the-week for this rule. |
void |
setMonth(int month)
Sets the month for this rule. |
| Methods inherited from class org.jfree.date.AnnualDateRule |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayOfWeekInMonthRule()
public DayOfWeekInMonthRule(int count,
int dayOfWeek,
int month)
count - one of: FIRST, SECOND, THIRD, FOURTH or LAST.dayOfWeek - the day-of-the-week (SerialDate.MONDAY, SerialDate.TUESDAY, etc.).month - the month (SerialDate.JANUARY, SerialDate.FEBRUARY, etc.).| Method Detail |
|---|
public int getCount()
public void setCount(int count)
count - the 'count'.public int getDayOfWeek()
public void setDayOfWeek(int dayOfWeek)
dayOfWeek - the day-of-the-week.public int getMonth()
public void setMonth(int month)
month - the month (SerialDate.JANUARY, SerialDate.FEBRUARY, etc.).public SerialDate getDate(int year)
getDate in class AnnualDateRuleyear - the year.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||