com.ibm.tivoli.maximo.weather.config

Class WeatherDisplayConfig

  • java.lang.Object
    • com.ibm.tivoli.maximo.weather.config.WeatherDisplayConfig


  • public class WeatherDisplayConfig
    extends java.lang.Object
    Controls the wether panel/tooltip display options
    • Constructor Detail

      • WeatherDisplayConfig

        public WeatherDisplayConfig()
    • Method Detail

      • getInt

        public static int getInt(java.lang.String key,
                                 int defVal)
      • getSpacePadding

        public int getSpacePadding()
      • setSpacePadding

        public void setSpacePadding(int spacePadding)
      • getLargeFont

        public int getLargeFont()
      • setLargeFont

        public void setLargeFont(int largeFont)
      • getMedFont

        public int getMedFont()
      • setMedFont

        public void setMedFont(int medFont)
      • getLargeImage

        public int getLargeImage()
      • setLargeImage

        public void setLargeImage(int largeImage)
      • getMedImage

        public int getMedImage()
      • setMedImage

        public void setMedImage(int medImage)
      • getSmallImage

        public int getSmallImage()
      • setSmallImage

        public void setSmallImage(int smallImage)
      • getXsmallImage

        public int getXsmallImage()
      • setXsmallImage

        public void setXsmallImage(int xsmallImage)
      • getButtonBarHeight

        public int getButtonBarHeight()
      • setButtonBarHeight

        public void setButtonBarHeight(int buttonBarHeight)
      • getHeaderHeight

        public int getHeaderHeight()
      • setHeaderHeight

        public void setHeaderHeight(int headerHeight)
      • getCurrentContentHeight

        public int getCurrentContentHeight()
      • getCurrentContentWidth

        public int getCurrentContentWidth()
      • getDailyContentHeight

        public int getDailyContentHeight()
      • getDailyContentWidth

        public int getDailyContentWidth()
      • getHourlyContentHeight

        public int getHourlyContentHeight()
      • getHourlyContentWidth

        public int getHourlyContentWidth()
      • getCurrentPanelWidth

        public int getCurrentPanelWidth()
      • setCurrentPanelWidth

        public void setCurrentPanelWidth(int currentPanelWidth)
      • getCurrentPanelHeight

        public int getCurrentPanelHeight()
      • setCurrentPanelHeight

        public void setCurrentPanelHeight(int currentPanelHeight)
      • getDailyPanelWidth

        public int getDailyPanelWidth()
      • setDailyPanelWidth

        public void setDailyPanelWidth(int dailyPanelWidth)
      • getDailyPanelHeight

        public int getDailyPanelHeight()
      • setDailyPanelHeight

        public void setDailyPanelHeight(int dailyPanelHeight)
      • getDailyNumPanels

        public int getDailyNumPanels()
      • setDailyNumPanels

        public void setDailyNumPanels(int dailyNumPanels)
      • getHourlyPanelWidth

        public int getHourlyPanelWidth()
      • setHourlyPanelWidth

        public void setHourlyPanelWidth(int hourlyPanelWidth)
      • getHourlyPanelHeight

        public int getHourlyPanelHeight()
      • setHourlyPanelHeight

        public void setHourlyPanelHeight(int hourlyPanelHeight)
      • getHourlyNumPanels

        public int getHourlyNumPanels()
      • setHourlyNumPanels

        public void setHourlyNumPanels(int hourlyNumPanels)
      • getMaxHeight

        public int getMaxHeight()
        Returns the MAX height of all 3 panel types
        Returns: