Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar.metrics.statuspanelmetrics
Class CalendarStatusPanelMetricsTight

java.lang.Object
  extended bycom.imagine.component.calendar.metrics.statuspanelmetrics.CalendarStatusPanelMetricsTight
All Implemented Interfaces:
CalendarStatusPanelMetrics

public class CalendarStatusPanelMetricsTight
extends java.lang.Object
implements CalendarStatusPanelMetrics

Defines the default tight panel metrics object.


Constructor Summary
CalendarStatusPanelMetricsTight()
           
 
Method Summary
 java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent, CalendarStatusPanelInfo calendarStatusPanelInfo)
          This method is efectively called to calculate the size of the calendar status panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarStatusPanelMetricsTight

public CalendarStatusPanelMetricsTight()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize(CalendarComponent calendarComponent,
                                           CalendarStatusPanelInfo calendarStatusPanelInfo)
Description copied from interface: CalendarStatusPanelMetrics
This method is efectively called to calculate the size of the calendar status panel.

Specified by:
getPreferredSize in interface CalendarStatusPanelMetrics
Parameters:
calendarComponent - The parent calendarComponent.
calendarStatusPanelInfo - The calendarStatusPanelInfo containing the informations regarding the status panel.

Calendar Component v5.1
www.calendarcomponent.com