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

com.imagine.component.calendar.renderers.backgroundrenderers
Interface CalendarBackgroundRenderer

All Known Implementing Classes:
CalendarBackgroundRendererDefault, CalendarBackgroundRendererTransparent

public interface CalendarBackgroundRenderer

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

paint

public void paint(java.awt.Graphics g,
                  CalendarComponent calendarComponent,
                  CalendarBackgroundInfo calendarBackgroundInfo)
This method is efectively called to paint the calendar background.

Parameters:
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