Package net.sf.jasperreports.engine.fill
Class NaiveTextMeasurerFactory
java.lang.Object
net.sf.jasperreports.engine.fill.NaiveTextMeasurerFactory
- All Implemented Interfaces:
JRTextMeasurerFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMeasurer(FontUtil fontUtil, JRCommonText text) Creates a text measurer for a text object.createMeasurer(JasperReportsContext jasperReportsContext, JRCommonText text) Creates a text measurer for a text object.
-
Constructor Details
-
NaiveTextMeasurerFactory
public NaiveTextMeasurerFactory()
-
-
Method Details
-
createMeasurer
Description copied from interface:JRTextMeasurerFactoryCreates a text measurer for a text object.- Specified by:
createMeasurerin interfaceJRTextMeasurerFactory- Parameters:
text- the text object- Returns:
- a text measurer
-
createMeasurer
Description copied from interface:JRTextMeasurerFactoryCreates a text measurer for a text object.- Specified by:
createMeasurerin interfaceJRTextMeasurerFactory- Parameters:
text- the text object- Returns:
- a text measurer
-