Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.data
Interface CalendarBackgroundInfo

All Superinterfaces:
CalendarPartInfo

public interface CalendarBackgroundInfo
extends CalendarPartInfo

Contains informations about the calendar background.


Method Summary
 int getMonth()
          Get the month.
 int getYear()
          Get the year.
 
Methods inherited from interface com.imagine.component.calendar.data.CalendarPartInfo
getHeight, getLocationOnScreenX, getLocationOnScreenY, getModifiers, getModifiersEx, getMouseClickCount, getMouseX, getMouseY, getTableX, getTableY, getWidth, isHovered
 

Method Detail

getMonth

public int getMonth()
Get the month. The value of the month is in the interval [0-11].

Returns:
The month. The value of the month is in the interval [0-11].

getYear

public int getYear()
Get the year.

Returns:
The year.

Calendar Component v5.1
www.calendarcomponent.com