jdbreport.model
Interface HeighCalculator

All Known Implementing Classes:
JReportGrid, ReportDialog, ReportEditor, ReportEditorPane, ReportPane

public interface HeighCalculator

The interface for calculation of height of a row

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Method Summary
 int calcRowHeight(ReportModel model, Cell cell, int row, int column)
           
 StringMetrics getStringMetrics()
           
 

Method Detail

calcRowHeight

int calcRowHeight(ReportModel model,
                  Cell cell,
                  int row,
                  int column)

getStringMetrics

StringMetrics getStringMetrics()