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

com.imagine.component.calendar.renderers.tablecellrenderers
Class CalendarTableCellRendererSelectedRect

java.lang.Object
  extended bycom.imagine.component.calendar.renderers.tablecellrenderers.CalendarTableCellRendererSelectedRect
All Implemented Interfaces:
CalendarTableCellRenderer

public class CalendarTableCellRendererSelectedRect
extends java.lang.Object
implements CalendarTableCellRenderer

Defines an Rect renderer for a selected cell.


Constructor Summary
CalendarTableCellRendererSelectedRect()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarTableCellRendererSelectedRect

public CalendarTableCellRendererSelectedRect()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  CalendarComponent calendarComponent,
                  CalendarTableCellInfo calendarTableCellInfo)
Description copied from interface: CalendarTableCellRenderer
This method is efectively called to paint the content of a calendar table cell.

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