Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.metrics.weekcellmetrics
Class CalendarWeekCellMetricsTight

java.lang.Object
  extended bycom.imagine.component.calendar.metrics.weekcellmetrics.CalendarWeekCellMetricsTight
All Implemented Interfaces:
CalendarWeekCellMetrics

public class CalendarWeekCellMetricsTight
extends java.lang.Object
implements CalendarWeekCellMetrics

Defines the tight week cell metrics object.


Constructor Summary
CalendarWeekCellMetricsTight()
           
 
Method Summary
 java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent, CalendarWeekCellInfo calendarWeekCellInfo)
          This method is efectively called to calculate the size of a calendar week cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarWeekCellMetricsTight

public CalendarWeekCellMetricsTight()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent,
                                           CalendarWeekCellInfo calendarWeekCellInfo)
Description copied from interface: CalendarWeekCellMetrics
This method is efectively called to calculate the size of a calendar week cell.

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

Calendar Component v5.1
www.calendarcomponent.com