Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.skins.styles
Class CalendarSkinStyleLight

java.lang.Object
  extended bycom.imagine.component.calendar.skins.styles.CalendarSkinStyle
      extended bycom.imagine.component.calendar.skins.styles.CalendarSkinStyleLight

public class CalendarSkinStyleLight
extends CalendarSkinStyle

Defines the Light style.


Constructor Summary
CalendarSkinStyleLight()
           
 
Method Summary
 void applyStyle(CalendarSkin calendarSkin)
          Applies this style on the specified skin.
 java.lang.String getName()
          Get the name of the style.
 
Methods inherited from class com.imagine.component.calendar.skins.styles.CalendarSkinStyle
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarSkinStyleLight

public CalendarSkinStyleLight()
Method Detail

applyStyle

public void applyStyle(CalendarSkin calendarSkin)
                throws CalendarPropertyException
Applies this style on the specified skin.

Specified by:
applyStyle in class CalendarSkinStyle
Parameters:
calendarSkin - The calendarSkin on which the style is applyied.
Throws:
CalendarPropertyException

getName

public java.lang.String getName()
Get the name of the style.

Specified by:
getName in class CalendarSkinStyle
Returns:
The name of the style.

Java Calendar Component v3.1
www.java-calendar.com