Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
Modifier and Type | Method and Description |
---|---|
Year |
Week.getYear()
Returns the year in which the week falls.
|
Year |
Quarter.getYear()
Returns the year.
|
Year |
Month.getYear()
Returns the year in which the month falls.
|
static Year |
Year.parseYear(java.lang.String s)
Parses the string argument as a year.
|
Constructor and Description |
---|
Month(int month,
Year year)
Constructs a new month instance.
|
Quarter(int quarter,
Year year)
Constructs a new quarter.
|
Week(int week,
Year year)
Creates a time period representing the week in the specified year.
|