|
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 |
All the drawing operations for the calendar cells in a CalendarComponent are performed by a CalendarTableCellRenderer. The CalendarTableCellRenderer used to effectively paint a cell will be chosen by a CalendarRendererProvider.
Method Summary | |
void |
paint(java.awt.Graphics g,
CalendarComponent calendarComponent,
CalendarTableCellInfo calendarTableCellInfo)
This method is efectively called to paint the content of a calendar table cell. |
Method Detail |
public void paint(java.awt.Graphics g, CalendarComponent calendarComponent, CalendarTableCellInfo calendarTableCellInfo)
g
- The graphics object used for painting.calendarComponent
- The calendarComponent on which it will be performed the painting.calendarTableCellInfo
- The calendarTableCellInfo containing the informations needed for performing the paint.
|
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 |