public class WeatherDisplayConfig
extends java.lang.Object
Constructor and Description |
---|
WeatherDisplayConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getButtonBarHeight() |
int |
getCurrentContentHeight() |
int |
getCurrentContentWidth() |
int |
getCurrentPanelHeight() |
int |
getCurrentPanelWidth() |
int |
getDailyContentHeight() |
int |
getDailyContentWidth() |
int |
getDailyNumPanels() |
int |
getDailyPanelHeight() |
int |
getDailyPanelWidth() |
int |
getHeaderHeight() |
int |
getHourlyContentHeight() |
int |
getHourlyContentWidth() |
int |
getHourlyNumPanels() |
int |
getHourlyPanelHeight() |
int |
getHourlyPanelWidth() |
static int |
getInt(java.lang.String key,
int defVal) |
int |
getLargeFont() |
int |
getLargeImage() |
int |
getMaxHeight()
Returns the MAX height of all 3 panel types
|
int |
getMedFont() |
int |
getMedImage() |
int |
getSmallImage() |
int |
getSpacePadding() |
int |
getXsmallImage() |
void |
setButtonBarHeight(int buttonBarHeight) |
void |
setCurrentPanelHeight(int currentPanelHeight) |
void |
setCurrentPanelWidth(int currentPanelWidth) |
void |
setDailyNumPanels(int dailyNumPanels) |
void |
setDailyPanelHeight(int dailyPanelHeight) |
void |
setDailyPanelWidth(int dailyPanelWidth) |
void |
setHeaderHeight(int headerHeight) |
void |
setHourlyNumPanels(int hourlyNumPanels) |
void |
setHourlyPanelHeight(int hourlyPanelHeight) |
void |
setHourlyPanelWidth(int hourlyPanelWidth) |
void |
setLargeFont(int largeFont) |
void |
setLargeImage(int largeImage) |
void |
setMedFont(int medFont) |
void |
setMedImage(int medImage) |
void |
setSmallImage(int smallImage) |
void |
setSpacePadding(int spacePadding) |
void |
setXsmallImage(int xsmallImage) |
public static int getInt(java.lang.String key, int defVal)
public int getSpacePadding()
public void setSpacePadding(int spacePadding)
public int getLargeFont()
public void setLargeFont(int largeFont)
public int getMedFont()
public void setMedFont(int medFont)
public int getLargeImage()
public void setLargeImage(int largeImage)
public int getMedImage()
public void setMedImage(int medImage)
public int getSmallImage()
public void setSmallImage(int smallImage)
public int getXsmallImage()
public void setXsmallImage(int xsmallImage)
public int getButtonBarHeight()
public void setButtonBarHeight(int buttonBarHeight)
public int getHeaderHeight()
public void setHeaderHeight(int headerHeight)
public int getCurrentContentHeight()
public int getCurrentContentWidth()
public int getDailyContentHeight()
public int getDailyContentWidth()
public int getHourlyContentHeight()
public int getHourlyContentWidth()
public int getCurrentPanelWidth()
public void setCurrentPanelWidth(int currentPanelWidth)
public int getCurrentPanelHeight()
public void setCurrentPanelHeight(int currentPanelHeight)
public int getDailyPanelWidth()
public void setDailyPanelWidth(int dailyPanelWidth)
public int getDailyPanelHeight()
public void setDailyPanelHeight(int dailyPanelHeight)
public int getDailyNumPanels()
public void setDailyNumPanels(int dailyNumPanels)
public int getHourlyPanelWidth()
public void setHourlyPanelWidth(int hourlyPanelWidth)
public int getHourlyPanelHeight()
public void setHourlyPanelHeight(int hourlyPanelHeight)
public int getHourlyNumPanels()
public void setHourlyNumPanels(int hourlyNumPanels)
public int getMaxHeight()