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.
|
Modifier and Type | Class and Description |
---|---|
class |
TextMeasurer
Default text measurer implementation.
|
Modifier and Type | Method and Description |
---|---|
JRTextMeasurer |
TextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Returns a
TextMeasurer instance for the text object. |
JRTextMeasurer |
JRTextMeasurerFactory.createMeasurer(JRCommonText text)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkGlyphFixTextMeasurer
A text measurer implementation that extends
the default text measurer and adds a workaround for
Sun JDK bug 6367148/
6611637. |
Modifier and Type | Method and Description |
---|---|
JRTextMeasurer |
JRTextMeasurerUtil.WrappingTextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Deprecated.
|
JRTextMeasurer |
JdkGlyphFixTextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Creates a
JdkGlyphFixTextMeasurer instance. |
JRTextMeasurer |
JRTextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Creates a text measurer for a text object.
|
JRTextMeasurer |
AbstractTextMeasurerFactory.createMeasurer(JRCommonText text)
Deprecated.
|
JRTextMeasurer |
JRTextMeasurerUtil.WrappingTextMeasurerFactory.createMeasurer(JRCommonText text)
Deprecated.
|
JRTextMeasurer |
JRTextMeasurerUtil.createTextMeasurer(JRCommonText text)
Creates a text measurer for a text object.
|
JRTextMeasurer |
JRTextMeasurerUtil.createTextMeasurer(JRCommonText text,
JRPropertiesHolder propertiesHolder)
Creates a text measurer for a text object.
|
Copyright © 2016. All rights reserved.