|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JFreeReports
A JFreeReports specific extension to ReportEngine.
| Method Summary | |
|---|---|
ReportLayout |
process(JFreeReport report,
Map params,
TableModel data)
Processes the specified report. |
Set |
registeredFontNameSet()
Returns a set of registered font names. |
void |
registerFontFile(String filename,
String encoding)
Registers a new font. |
void |
registerFontPath(String pathname,
String encoding)
Registers new fonts. |
| Methods inherited from interface org.norther.tammi.sprig.report.ReportEngine |
|---|
createExporter, fill, getExporterClassName, getReportKey, parse, parse, parse, parse, parse, parse, process, process, process, process, process, process, removeExporterClassName, setExporterClassName, setReportKey |
| Methods inherited from interface org.norther.tammi.core.config.Configurable |
|---|
addProperty, addProperty, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, storeProperties |
| Method Detail |
|---|
ReportLayout process(JFreeReport report,
Map params,
TableModel data)
throws LogException
report - the report.params - the parameters.data - the data model.
LogException - on errors.
void registerFontFile(String filename,
String encoding)
filename - the name of the font file.encoding - the encoding to apply.
void registerFontPath(String pathname,
String encoding)
pathname - the directory that contains the font files.encoding - the encoding to apply.Set registeredFontNameSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||