Package | Description |
---|---|
org.jfree.data.time |
Modifier and Type | Method and Description |
---|---|
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.
|