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

com.imagine.component.calendar.renderers.backgroundrenderers
Class CalendarBackgroundRendererDefault

java.lang.Object
  extended bycom.imagine.component.calendar.renderers.backgroundrenderers.CalendarBackgroundRendererDefault
All Implemented Interfaces:
CalendarBackgroundRenderer

public class CalendarBackgroundRendererDefault
extends java.lang.Object
implements CalendarBackgroundRenderer

Defines the default background renderer.


Constructor Summary
CalendarBackgroundRendererDefault()
           
 
Method Summary
 void paint(java.awt.Graphics g, CalendarComponent calendarComponent, CalendarBackgroundInfo calendarBackgroundInfo)
          This method is efectively called to paint the calendar background.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBackgroundRendererDefault

public CalendarBackgroundRendererDefault()
Method Detail

paint

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

Specified by:
paint in interface CalendarBackgroundRenderer
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