- getAllData(boolean) - Method in class co.uk.wxApp.controllers.DBAdapter
-
Obtain all data for a given table in the db
- getCity(int) - Method in class co.uk.wxApp.models.Data
-
Return one of the user-defined cities (0-8)
- getCityInfo(String) - Method in class co.uk.wxApp.controllers.DBAdapter
-
Obtain lat/lng data for a particular city
- getDatafromDB() - Method in class co.uk.wxApp.models.UpdaterService
-
Populate the data array using the newly-updated local database
- getInstance() - Static method in class co.uk.wxApp.models.Data
-
Implementation of singleton design pattern (useful in Android as it is difficult to pass
references to objects between activities
- getLatLongs() - Method in class co.uk.wxApp.models.UpdaterService
-
Set the ordering of the cities based on their co-ordinates (obtained from the local db)
- getOrders() - Method in class co.uk.wxApp.models.Data
-
Return the arrangement of tiles on the screen
- getOrdersFromSort(double[]) - Static method in class co.uk.wxApp.models.Library
-
Get the mapping from a sorted array to its original, unsorted state
- getService() - Method in class co.uk.wxApp.models.UpdaterService.MyBinder
-
- getTextSize(Data.textSizes) - Method in class co.uk.wxApp.models.Data
-
- getUnitW() - Method in class co.uk.wxApp.models.Data
-
- getUpdateFreq() - Method in class co.uk.wxApp.models.Data
-