Uses of Class
org.jfree.data.time.Year
-
Packages that use Year Package Description org.jfree.data.time Interfaces and classes for time-related data. -
-
Uses of Year in org.jfree.data.time
Methods in org.jfree.data.time that return Year Modifier and Type Method Description private static Year
Month. evaluateAsYear(java.lang.String s)
Creates a year from a string, or returnsnull
(format exceptions suppressed).private static Year
Week. evaluateAsYear(java.lang.String s)
Creates a year from a string, or returns null (format exceptions suppressed).Year
Month. getYear()
Returns the year in which the month falls.Year
Quarter. getYear()
Returns the year.Year
Week. getYear()
Returns the year in which the week falls.static Year
Year. parseYear(java.lang.String s)
Parses the string argument as a year.Constructors in org.jfree.data.time with parameters of type Year Constructor 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.
-