|
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 background in a CalendarComponent are performed by a CalendarBackgroundRenderer. The CalendarBackgroundRenderer used to effectively paint the calendar background will be chosen by a CalendarRendererProvider.
Method Summary | |
void |
paint(java.awt.Graphics g,
CalendarComponent calendarComponent,
CalendarBackgroundInfo calendarBackgroundInfo)
This method is efectively called to paint the calendar background. |
Method Detail |
public void paint(java.awt.Graphics g, CalendarComponent calendarComponent, CalendarBackgroundInfo calendarBackgroundInfo)
g
- The graphics object used for painting.calendarComponent
- The calendarComponent on which it will be performed the painting.calendarBackgroundInfo
- The calendarBackgroundInfo 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 |