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.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
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 | Method and Description |
---|---|
JRStyledText |
JRPrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the full styled text of this object.
|
protected JRStyledText |
JRAbstractExporter.getStyledText(JRPrintText textElement) |
protected JRStyledText |
JRAbstractExporter.getStyledText(JRPrintText textElement,
boolean setBackcolor) |
JRStyledText |
JRPrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the styled text for this object.
|
Modifier and Type | Method and Description |
---|---|
JRStyledText |
JRBasePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) |
JRStyledText |
JRBasePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector) |
Modifier and Type | Field and Description |
---|---|
protected JRStyledText |
AbstractTextRenderer.styledText |
Modifier and Type | Method and Description |
---|---|
JRStyledText |
AbstractTextRenderer.getStyledText() |
protected JRStyledText |
JRAbstractCsvExporter.getStyledText(JRPrintText textElement) |
protected JRStyledText |
JRTextExporter.getStyledText(JRPrintText textElement) |
protected JRStyledText |
JRXlsAbstractExporter.getStyledText(JRPrintText textElement) |
protected JRStyledText |
JRHtmlExporter.getStyledText(JRPrintText textElement,
boolean setBackcolor) |
protected JRStyledText |
JRXhtmlExporter.getStyledText(JRPrintText textElement,
boolean setBackcolor) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsExporter.createTextCell(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRStyledText styledText,
net.sf.jasperreports.engine.export.StyleInfo baseStyle,
short forecolor) |
protected void |
JRHtmlExporter.exportStyledText(JRStyledText styledText,
java.util.Locale locale) |
protected void |
JRXhtmlExporter.exportStyledText(JRStyledText styledText,
java.util.Locale locale) |
protected void |
JRHtmlExporter.exportStyledText(JRStyledText styledText,
java.lang.String tooltip,
java.util.Locale locale) |
protected void |
JRXhtmlExporter.exportStyledText(JRStyledText styledText,
java.lang.String tooltip,
java.util.Locale locale) |
protected org.apache.poi.hssf.usermodel.HSSFRichTextString |
JRXlsExporter.getRichTextString(JRStyledText styledText,
short forecolor,
JRFont defaultFont,
java.util.Locale locale) |
protected void |
JRXlsExporter.setRichTextStringCellValue(JRStyledText styledText,
short forecolor,
JRFont defaultFont,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROpenDocumentExporter.exportStyledText(JRStyledText styledText,
java.util.Locale locale,
boolean startedHyperlink) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRPptxExporter.exportStyledText(JRStyle style,
JRStyledText styledText,
java.util.Locale locale) |
protected void |
JRXlsxExporter.exportStyledText(JRStyle style,
JRStyledText styledText,
java.util.Locale locale) |
protected void |
JRDocxExporter.exportStyledText(JRStyle style,
JRStyledText styledText,
java.util.Locale locale,
boolean hiddenText,
boolean startedHyperlink) |
Modifier and Type | Method and Description |
---|---|
JRStyledText |
JRTemplatePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) |
protected JRStyledText |
JRFillTextElement.getStyledText() |
JRStyledText |
JRTemplatePrintText.getStyledText(JRStyledTextAttributeSelector attributeSelector) |
Modifier and Type | Method and Description |
---|---|
protected void |
TextMeasurer.initialize(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow) |
JRMeasuredText |
JRTextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow)
Fit a text chunk in a given space.
|
JRMeasuredText |
TextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow) |
Modifier and Type | Method and Description |
---|---|
JRStyledText |
JRStyledText.cloneText()
Clones this object.
|
JRStyledText |
JRStyledTextParser.getStyledText(java.util.Map parentAttributes,
java.lang.String text,
boolean isStyledText)
Deprecated.
|
JRStyledText |
JRStyledTextParser.getStyledText(java.util.Map parentAttributes,
java.lang.String text,
boolean isStyledText,
java.util.Locale locale)
Creates a styled text object by either parsing a styled text String or
by wrapping an unstyled String.
|
JRStyledText |
JRStyledTextParser.parse(java.util.Map attributes,
java.lang.String text)
Deprecated.
Replaced by
JRStyledTextParser.parse(Map, String, Locale) . |
JRStyledText |
JRStyledTextParser.parse(java.util.Map attributes,
java.lang.String text,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
JRMeasuredText |
JdkGlyphFixTextMeasurer.measure(JRStyledText styledText,
int remainingTextStart,
int availableStretchHeight,
boolean canOverflow)
Calls
super.measure , catches
sun.font.GlyphLayout NPEs and reattempts the call. |
java.lang.String |
JRStyledTextParser.write(JRStyledText styledText)
Outputs a styled text String given a styled text instance.
|
java.lang.String |
JRStyledTextParser.write(JRStyledText styledText,
int startIndex,
int endIndex)
Outputs the String representation of a styled text chunk.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com