jdbreport.model
Interface StringMetrics


public interface StringMetrics

Version:
2.0 14.03.2011
Author:
Andrey Kholmanskih

Method Summary
 int charsWidth(char[] data, int off, int len)
           
 void setStyle(CellStyle style)
           
 char[] toViewCharArray(Cell cell)
           
 

Method Detail

setStyle

void setStyle(CellStyle style)

charsWidth

int charsWidth(char[] data,
               int off,
               int len)

toViewCharArray

char[] toViewCharArray(Cell cell)