Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
Modifier and Type | Method and Description |
---|---|
JRReportFont |
TableReport.getDefaultFont() |
JRReportFont[] |
TableReport.getFonts() |
Modifier and Type | Method and Description |
---|---|
JRReportFont |
JRDefaultFontProvider.getDefaultFont()
Returns a default font.
|
JRReportFont |
JRSimpleTemplate.getDefaultFont() |
JRReportFont |
JasperPrint.getDefaultFont()
Returns the default report font.
|
JRReportFont[] |
JRReport.getFonts()
Gets an array of report fonts.
|
JRReportFont[] |
JasperPrint.getFonts()
Deprecated.
|
JRReportFont |
JRFont.getReportFont() |
abstract JRReportFont |
JRAbstractObjectFactory.getReportFont(JRReportFont font) |
JRReportFont |
JasperPrint.removeFont(JRReportFont reportFont)
Deprecated.
|
JRReportFont |
JasperPrint.removeFont(java.lang.String fontName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperPrint.addFont(JRReportFont reportFont)
Deprecated.
|
void |
JasperPrint.addFont(JRReportFont reportFont,
boolean isIgnoreDuplicate)
Deprecated.
|
abstract JRReportFont |
JRAbstractObjectFactory.getReportFont(JRReportFont font) |
JRReportFont |
JasperPrint.removeFont(JRReportFont reportFont)
Deprecated.
|
void |
JasperPrint.setDefaultFont(JRReportFont font)
Sets the default report font.
|
void |
JRFont.setReportFont(JRReportFont reportFont) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseReportFont |
Modifier and Type | Field and Description |
---|---|
protected JRReportFont |
JRBaseReport.defaultFont |
protected JRReportFont[] |
JRBaseReport.fonts |
protected JRReportFont |
JRBasePrintText.reportFont |
protected JRReportFont |
JRBaseFont.reportFont |
protected JRReportFont |
JRBaseTextElement.reportFont |
Modifier and Type | Method and Description |
---|---|
JRReportFont |
JRBaseReport.getDefaultFont()
Deprecated.
|
JRReportFont[] |
JRBaseReport.getFonts()
Deprecated.
|
JRReportFont |
JRBasePrintText.getReportFont() |
JRReportFont |
JRBaseFont.getReportFont() |
JRReportFont |
JRBaseTextElement.getReportFont() |
JRReportFont |
JRBaseObjectFactory.getReportFont(JRReportFont font) |
Modifier and Type | Method and Description |
---|---|
JRReportFont |
JRBaseObjectFactory.getReportFont(JRReportFont font) |
void |
JRBasePrintText.setReportFont(JRReportFont reportFont) |
void |
JRBaseFont.setReportFont(JRReportFont reportFont) |
void |
JRBaseTextElement.setReportFont(JRReportFont reportFont) |
Constructor and Description |
---|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRFont font)
Deprecated.
To be removed in future versions.
|
JRBaseFont(JRDefaultFontProvider defaultFontProvider,
JRReportFont reportFont,
JRStyleContainer styleContainer,
JRFont font)
Deprecated.
To be removed in future versions.
|
JRBaseReportFont(JRReportFont reportFont)
Deprecated.
To be removed in future versions.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignReportFont |
Modifier and Type | Field and Description |
---|---|
protected JRReportFont |
JRDesignTextElement.reportFont |
Modifier and Type | Method and Description |
---|---|
JRReportFont[] |
JasperDesign.getFonts()
Deprecated.
|
JRReportFont |
JRDesignTextElement.getReportFont() |
JRReportFont |
JasperDesign.removeFont(JRReportFont reportFont)
Deprecated.
|
JRReportFont |
JasperDesign.removeFont(java.lang.String propName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.addFont(JRReportFont reportFont)
Deprecated.
|
JRReportFont |
JasperDesign.removeFont(JRReportFont reportFont)
Deprecated.
|
void |
JasperDesign.setDefaultFont(JRReportFont font)
Deprecated.
|
void |
JRDesignFont.setReportFont(JRReportFont reportFont) |
void |
JRDesignTextElement.setReportFont(JRReportFont reportFont) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportReportFont(JRReportFont font) |
Modifier and Type | Field and Description |
---|---|
protected JRReportFont |
JRBaseFiller.defaultFont |
protected JRReportFont[] |
JRBaseFiller.fonts |
protected JRReportFont |
JRTemplateText.reportFont |
protected JRReportFont |
JRFillTextElement.reportFont |
Modifier and Type | Method and Description |
---|---|
JRReportFont |
JRBaseFiller.getDefaultFont() |
protected JRReportFont[] |
JRBaseFiller.getFonts() |
JRReportFont |
JRTemplatePrintText.getReportFont() |
JRReportFont |
JRTemplateText.getReportFont() |
JRReportFont |
JRFillTextElement.getReportFont() |
JRReportFont |
JRFillObjectFactory.getReportFont(JRReportFont font) |
Modifier and Type | Method and Description |
---|---|
JRReportFont |
JRFillObjectFactory.getReportFont(JRReportFont font) |
void |
JRTemplatePrintText.setReportFont(JRReportFont reportFont) |
void |
JRTemplateText.setReportFont(JRReportFont reportFont) |
void |
JRFillTextElement.setReportFont(JRReportFont reportFont) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com