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

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

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

public class CalendarBackgroundRendererTransparent
extends java.lang.Object
implements CalendarBackgroundRenderer

Defines a transparent background renderer.


Constructor Summary
CalendarBackgroundRendererTransparent()
           
 
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

CalendarBackgroundRendererTransparent

public CalendarBackgroundRendererTransparent()
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