Uses of Interface
net.sf.jasperreports.engine.util.JRTextMeasurerFactory
-
Packages that use JRTextMeasurerFactory Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRTextMeasurerFactory in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRTextMeasurerFactory Modifier and Type Class Description class
NaiveTextMeasurerFactory
class
TextMeasurerFactory
Default text measurer factory. -
Uses of JRTextMeasurerFactory in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement JRTextMeasurerFactory Modifier and Type Class Description class
AbstractTextMeasurerFactory
Factory ofJRTextMeasurer
instances.Methods in net.sf.jasperreports.engine.util that return JRTextMeasurerFactory Modifier and Type Method Description JRTextMeasurerFactory
JRTextMeasurerUtil. getFactory(JRPropertiesHolder propertiesHolder)
Returns the text measurer factory given a set of properties.
-