com.ibm.calendar
Interface Theme

All Known Implementing Classes:
BlueTheme, GrayTheme

public interface Theme

Theme interface was created to pass theme information to the calendar.

Version:
1.0
Author:
Daher Thabit

Method Summary
 java.awt.Image getImage(java.lang.String key)
          This method was created to retrieve theme image .
 java.lang.Object getProperty(java.lang.String key)
          This method was created to retrieve the coordinates of the year and month controls.
 

Method Detail

getImage

java.awt.Image getImage(java.lang.String key)
This method was created to retrieve theme image .

Parameters:
key - represent a string to be the key to retrive the specified image.
Returns:
java.awt.Image

getProperty

java.lang.Object getProperty(java.lang.String key)
This method was created to retrieve the coordinates of the year and month controls.

Parameters:
key - java.lang.String
Returns:
java.lang.Object