| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade 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.export |
Provides utility classes for exporting reports to various popular formats.
|
| 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 |
Utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.ALL
Deprecated.
Replaced by
getAllSelector(JasperReportsContext). |
protected JRStyledTextAttributeSelector |
JRAbstractExporter.allSelector |
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.NO_BACKCOLOR
Deprecated.
Replaced by
getNoBackcolorSelector(JasperReportsContext). |
protected JRStyledTextAttributeSelector |
JRAbstractExporter.noBackcolorSelector |
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.NONE
Deprecated.
Replaced by
getNoneSelector(JasperReportsContext). |
protected JRStyledTextAttributeSelector |
JRAbstractExporter.noneSelector |
| Modifier and Type | Method and Description |
|---|---|
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.getAllSelector(JasperReportsContext jasperReportsContext)
Selects all styled text attributes, i.e. font attributes plus forecolor
and backcolor.
|
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.getNoBackcolorSelector(JasperReportsContext jasperReportsContext)
Selects all styled text attribute except backcolor, i.e. font attributes
plus forecolor.
|
static JRStyledTextAttributeSelector |
JRStyledTextAttributeSelector.getNoneSelector(JasperReportsContext jasperReportsContext)
Doesn't select any styled text attribute.
|
| Modifier and Type | Method and Description |
|---|---|
JRStyledText |
JRPrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the full styled text of this object.
|
JRStyledText |
JRPrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JRStyledText |
JRBasePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) |
JRStyledText |
JRBasePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected JRStyledTextAttributeSelector |
AbstractTextRenderer.noBackcolorSelector |
| Modifier and Type | Method and Description |
|---|---|
JRStyledText |
JRTemplatePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) |
JRStyledText |
JRTemplatePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JRStyledText |
JRStyledTextUtil.getStyledText(JRPrintText printText,
JRStyledTextAttributeSelector attributeSelector) |
Copyright © 2014. All rights reserved.