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

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

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

public class CalendarSkinStyleDark
extends CalendarSkinStyle

Defines the Dark style.


Constructor Summary
CalendarSkinStyleDark()
           
 
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

CalendarSkinStyleDark

public CalendarSkinStyleDark()
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