Class WeatherIcons


  • public class WeatherIcons
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WeatherIcons()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Bitmap getIconBitmap​(Context context, int icon, boolean fromWidget)  
      static Bitmap getIconBitmap​(Context context, int icon, boolean fromWidget, boolean applyFilter)  
      static int getIconResource​(Context context, int icon)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeatherIcons

        public WeatherIcons()
    • Method Detail

      • getIconResource

        public static int getIconResource​(Context context,
                                          int icon)
      • getIconBitmap

        public static Bitmap getIconBitmap​(Context context,
                                           int icon,
                                           boolean fromWidget)
      • getIconBitmap

        public static Bitmap getIconBitmap​(Context context,
                                           int icon,
                                           boolean fromWidget,
                                           boolean applyFilter)