|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
All the drawing operations for the calendar week cells in a CalendarComponent are performed by a CalendarWeekCellRenderer. The CalendarWeekCellRenderer used to effectively paint a week cell will be chosen by a CalendarRendererProvider.
| Method Summary | |
void |
paint(java.awt.Graphics g,
CalendarComponent calendarComponent,
CalendarWeekCellInfo calendarWeekCellInfo)
This method is efectively called to paint the content of a calendar week cell. |
| Method Detail |
public void paint(java.awt.Graphics g,
CalendarComponent calendarComponent,
CalendarWeekCellInfo calendarWeekCellInfo)
g - The graphics object used for painting.calendarComponent - The calendarComponent on which it will be performed the painting.calendarWeekCellInfo - The calendarWeekCellInfo containing the informations needed for performing the paint.
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||