Uses of Class org.jfree.data.time.Year

Uses in package org.jfree.data.time

Constructors with parameter type org.jfree.data.time.Year

Month.Month(int month, Year year)
Constructs a new month instance.
Quarter.Quarter(int quarter, Year year)
Constructs a new quarter.
Week.Week(int week, Year year)
Creates a time period representing the week in the specified year.

Methods with return type org.jfree.data.time.Year

Year
Returns the year in which the month falls.
Year
Returns the year.
Year
Returns the year in which the week falls.
Year
Year.parseYear(String s)
Parses the string argument as a year.