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

com.imagine.component.calendar.data
Class CalendarBackgroundInfo

java.lang.Object
  extended bycom.imagine.component.calendar.data.CalendarBackgroundInfo

public class CalendarBackgroundInfo
extends java.lang.Object

Contains informations about the calendar background.


Constructor Summary
CalendarBackgroundInfo()
           
 
Method Summary
 int getHeight()
          Returns the height of the cell.
 int getMonth()
          Get the month.
 int getMouseX()
           
 int getMouseY()
           
 int getWidth()
          Returns the width of the cell.
 int getYear()
          Get the year.
 boolean isHovered()
           
 void setHeight(int height)
          Set the height of the cell.
 void setMonth(int month)
          Set the month.
 void setMouseX(int mousex)
           
 void setMouseY(int mousey)
           
 void setWidth(int width)
          Set the width of the cell.
 void setYear(int year)
          Set the year.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBackgroundInfo

public CalendarBackgroundInfo()
Method Detail

getMouseX

public int getMouseX()
Returns:
Returns the mousex.

setMouseX

public void setMouseX(int mousex)
Parameters:
mousex - The mousex to set.

getMouseY

public int getMouseY()
Returns:
Returns the mousey.

setMouseY

public void setMouseY(int mousey)
Parameters:
mousey - The mousey to set.

isHovered

public boolean isHovered()
Returns:
Returns true if the status panel is hovered. False otherwise.

getWidth

public int getWidth()
Returns the width of the cell.

Returns:
Returns the width of the cell.

setWidth

public void setWidth(int width)
Set the width of the cell.

Parameters:
width - The width of the cell.

getHeight

public int getHeight()
Returns the height of the cell.

Returns:
Returns the height.

setHeight

public void setHeight(int height)
Set the height of the cell.

Parameters:
height - The height to set.

getMonth

public int getMonth()
Get the month.

Returns:
The month.

setMonth

public void setMonth(int month)
Set the month.

Parameters:
month - The month.

getYear

public int getYear()
Get the year.

Returns:
The year.

setYear

public void setYear(int year)
Set the year.

Parameters:
year - The year.

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