Package net.sf.jasperreports.engine.fill
Class SimpleTextLineWrapper.ElementFontInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.SimpleTextLineWrapper.ElementFontInfo
-
- Enclosing class:
- SimpleTextLineWrapper
protected static class SimpleTextLineWrapper.ElementFontInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ElementFontInfo(SimpleTextLineWrapper.FontInfo fontInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
charWidthEstimate()
boolean
hasCharWidthEstimate()
void
recordMeasurement(double avgWidth)
String
toString()
-
-
-
Constructor Detail
-
ElementFontInfo
public ElementFontInfo(SimpleTextLineWrapper.FontInfo fontInfo)
-
-