Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.metrics.tablecellmetrics
Class CalendarTableCellMetricsDefault

java.lang.Object
  extended bycom.imagine.component.calendar.metrics.tablecellmetrics.CalendarTableCellMetricsDefault
All Implemented Interfaces:
CalendarTableCellMetrics

public class CalendarTableCellMetricsDefault
extends java.lang.Object
implements CalendarTableCellMetrics

Defines the default table cell metrics object.


Constructor Summary
CalendarTableCellMetricsDefault()
           
 
Method Summary
 java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent, CalendarTableCellInfo calendarTableCellInfo)
          This method is efectively called to calculate the size 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

CalendarTableCellMetricsDefault

public CalendarTableCellMetricsDefault()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent,
                                           CalendarTableCellInfo calendarTableCellInfo)
Description copied from interface: CalendarTableCellMetrics
This method is efectively called to calculate the size of a calendar table cell.

Specified by:
getPreferredSize in interface CalendarTableCellMetrics
Parameters:
calendarComponent - The parent calendarComponent.
calendarTableCellInfo - The calendarTableCellInfo containing the informations regarding the cell.

Calendar Component v5.1
www.calendarcomponent.com