|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRStyledText | |
---|---|
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.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. |
Uses of JRStyledText in net.sf.jasperreports.engine |
---|
Methods in net.sf.jasperreports.engine that return JRStyledText | |
---|---|
protected JRStyledText |
JRAbstractExporter.getStyledText(JRPrintText textElement)
|
protected JRStyledText |
JRAbstractExporter.getStyledText(JRPrintText textElement,
boolean setBackcolor)
|
Uses of JRStyledText in net.sf.jasperreports.engine.export |
---|
Methods in net.sf.jasperreports.engine.export that return JRStyledText | |
---|---|
protected JRStyledText |
JRXlsAbstractExporter.getStyledText(JRPrintText textElement)
|
protected JRStyledText |
JRTextExporter.getStyledText(JRPrintText textElement)
|
protected JRStyledText |
JRCsvExporter.getStyledText(JRPrintText textElement)
|
Methods in net.sf.jasperreports.engine.export with parameters of type JRStyledText | |
---|---|
protected void |
JRXlsExporter.createTextCell(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRStyledText styledText,
JRXlsExporter.StyleInfo baseStyle)
|
protected void |
JRHtmlExporter.exportStyledText(JRStyledText styledText)
|
protected com.lowagie.text.Phrase |
JRPdfExporter.getPhrase(JRStyledText styledText,
JRPrintText textElement)
|
void |
TextRenderer.render(java.awt.Graphics2D initGrx,
int initX,
int initY,
int initWidth,
int initHeight,
int initTopPadding,
int initLeftPadding,
int initBottomPadding,
int initRightPadding,
float initTextHeight,
byte initHorizontalAlignment,
byte initVerticalAlignment,
float initLineSpacingFactor,
float initLeadingOffset,
int initFontSize,
boolean isStyledText,
JRStyledText styledText,
java.lang.String allText)
|
Uses of JRStyledText in net.sf.jasperreports.engine.fill |
---|
Methods in net.sf.jasperreports.engine.fill that return JRStyledText | |
---|---|
protected JRStyledText |
JRFillTextElement.getStyledText()
|
Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyledText | |
---|---|
void |
TextMeasurer.measure(JRStyledText styledText,
java.lang.String remainingText,
int remainingTextStart,
int availableStretchHeight)
|
Uses of JRStyledText in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util that return JRStyledText | |
---|---|
JRStyledText |
JRStyledTextParser.parse(java.util.Map attributes,
java.lang.String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |