Class LargeWidget
- java.lang.Object
-
- AppWidgetProvider
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.LargeWidget
-
public class LargeWidget extends ClassicWidget
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
ClassicWidget.WidgetDimensionManager
-
-
Field Summary
-
Fields inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
NOT_AVAILABLE, WIDGET_CUSTOM_REFRESH_ACTION
-
-
Constructor Summary
Constructors Constructor Description LargeWidget()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static float
getMaxPossibleFontsize(java.lang.String string, float max_width, float max_height, java.lang.Float offset)
void
updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances)
-
Methods inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.ClassicWidget
onAppWidgetOptionsChanged, onDeleted, onDisabled, onEnabled, onReceive, onUpdate, setAlarmText, setClassicWidgetItems, setClassicWidgetItems, setClouds, setConditionIcon, setConditionText, setDateText, setHumidity, setLocationText, setPrecipitation, setPressure, setTemperature5cm, setVisibility, setWarningIcon, setWarningTextAndIcon, widgetRefreshAction
-
-
-
-
Method Detail
-
updateWidgetDisplay
public void updateWidgetDisplay(Context c, AppWidgetManager awm, int[] widget_instances)
- Overrides:
updateWidgetDisplay
in classClassicWidget
-
getMaxPossibleFontsize
public static float getMaxPossibleFontsize(java.lang.String string, float max_width, float max_height, java.lang.Float offset)
-
-