Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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 | Interface and Description |
---|---|
interface |
JRPrintText |
interface |
JRStaticText
An abstract representation of a report static text.
|
interface |
JRTextElement
An abstract representation of a report text element.
|
interface |
JRTextField
An abstract representation of a report text.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintText |
class |
JRBaseStaticText
This class is used for representing a static text element.
|
class |
JRBaseTextElement
This class provides functionality common to text elements.
|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignTextElement
This class provides functionality common to design text elements.
|
class |
JRDesignTextField |
Modifier and Type | Class and Description |
---|---|
class |
JRFillStaticText |
class |
JRFillTextElement |
class |
JRFillTextField |
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
class |
JRTemplateText
Text element information shared by multiple print text objects.
|
Modifier and Type | Field and Description |
---|---|
protected JRCommonText |
TextMeasurer.textElement |
Modifier and Type | Method and Description |
---|---|
JRCommonText |
TextMeasureContext.getElement() |
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.
|
Constructor and Description |
---|
TextMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText textElement) |
Modifier and Type | Method and Description |
---|---|
JRTextMeasurer |
JdkGlyphFixTextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Creates a
JdkGlyphFixTextMeasurer instance. |
JRTextMeasurer |
JRTextMeasurerUtil.WrappingTextMeasurerFactory.createMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText text)
Deprecated.
|
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.
|
static LineSpacingEnum |
JRStyleResolver.getLineSpacingValue(JRCommonText element)
Deprecated.
Replaced by
JRStyleResolver.getLineSpacing(JRParagraph) . |
String |
StyleResolver.getMarkup(JRCommonText element) |
static String |
JRStyleResolver.getMarkup(JRCommonText element)
Deprecated.
|
RotationEnum |
StyleResolver.getRotationValue(JRCommonText element) |
static RotationEnum |
JRStyleResolver.getRotationValue(JRCommonText element)
Deprecated.
|
Constructor and Description |
---|
JdkGlyphFixTextMeasurer(JasperReportsContext jasperReportsContext,
JRCommonText textElement)
Create a text measurer for a text element.
|
Copyright © 2017. All rights reserved.