Uses of Class
net.degreedays.api.data.impl.YearlyBreakdown

Packages that use YearlyBreakdown
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of YearlyBreakdown in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return YearlyBreakdown
static YearlyBreakdown DatedBreakdown.yearly(Period period)
          Returns a non-null YearlyBreakdown object that specifies yearly degree days covering the specified period in time and broken down according to regular calendar years.
static YearlyBreakdown DatedBreakdown.yearly(Period period, StartOfYear startOfYear)
          Returns a non-null YearlyBreakdown object that specifies yearly degree days covering the specified period in time, with each "year" starting on the specified day of the year.
 



www.degreedays.net/api/