|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.data.CalendarBackgroundInfo
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 |
public CalendarBackgroundInfo()
Method Detail |
public int getMouseX()
public void setMouseX(int mousex)
mousex
- The mousex to set.public int getMouseY()
public void setMouseY(int mousey)
mousey
- The mousey to set.public boolean isHovered()
public int getWidth()
public void setWidth(int width)
width
- The width of the cell.public int getHeight()
public void setHeight(int height)
height
- The height to set.public int getMonth()
public void setMonth(int month)
month
- The month.public int getYear()
public void setYear(int year)
year
- The year.
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |