Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.metrics.headercellmetrics
Class CalendarHeaderCellMetricsTight

java.lang.Object
  extended bycom.imagine.component.calendar.metrics.headercellmetrics.CalendarHeaderCellMetricsTight
All Implemented Interfaces:
CalendarHeaderCellMetrics

public class CalendarHeaderCellMetricsTight
extends java.lang.Object
implements CalendarHeaderCellMetrics

Defines the tight header cell metrics object.


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

Constructor Detail

CalendarHeaderCellMetricsTight

public CalendarHeaderCellMetricsTight()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent,
                                           CalendarHeaderCellInfo calendarHeaderCellInfo)
Description copied from interface: CalendarHeaderCellMetrics
This method is called to calculate the size of a calendar header cell.

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

Calendar Component v5.1
www.calendarcomponent.com