Uses of Interface
com.oopitis.weather.fio.FioData.DataPoint

Packages that use FioData.DataPoint
com.oopitis.weather.fio Implementation for forecast.io. 
 

Uses of FioData.DataPoint in com.oopitis.weather.fio
 

Subinterfaces of FioData.DataPoint in com.oopitis.weather.fio
static interface FioData.DataBlock
          This is roughly a Data Block object described by forecast.io.
static interface FioData.Response
          The full forecast.io response.
 

Methods in com.oopitis.weather.fio that return FioData.DataPoint
 FioData.DataPoint FioData.Response.getCurrently()
          Gets the currently block.
 FioData.DataPoint FioData.Response.getFlags()
          Gets the flags block.
 

Methods in com.oopitis.weather.fio that return types with arguments of type FioData.DataPoint
 java.util.List<FioData.DataPoint> FioData.Response.getAlerts()
          Gets the alerts block.
 java.util.List<FioData.DataPoint> FioData.DataBlock.getData()
          Gets the list of data point objects.