public class ReportConverter extends Object
Modifier and Type | Field and Description |
---|---|
static Color |
GRID_LINE_COLOR |
protected Map<String,JRStyle> |
stylesMap |
Constructor and Description |
---|
ReportConverter(JasperReportsContext jasperReportsContext,
JRReport report,
boolean ignoreContent) |
ReportConverter(JRReport report,
boolean ignoreContent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
collectStyles(JRStyle[] styles) |
protected void |
convert(boolean ignoreContent) |
void |
copyBaseAttributes(JRElement source,
JRPrintElement converted) |
JRDefaultStyleProvider |
getDefaultStyleProvider() |
JasperPrint |
getJasperPrint() |
JasperReportsContext |
getJasperReportsContext() |
Locale |
getLocale() |
JRReport |
getReport() |
TimeZone |
getTimeZone() |
protected void |
loadReportStyles(JRReport report) |
protected void |
loadReportTemplateStyles(JRReportTemplate template,
Set<String> loadedLocations) |
protected void |
loadTemplateStyles(String location,
Set<String> loadedLocations,
Set<String> parentLocations) |
JRStyle |
resolveStyle(JRStyleContainer originalContainer) |
protected void |
setStyles(JRReport report) |
public static final Color GRID_LINE_COLOR
public ReportConverter(JasperReportsContext jasperReportsContext, JRReport report, boolean ignoreContent)
public ReportConverter(JRReport report, boolean ignoreContent)
ReportConverter(JasperReportsContext, JRReport, boolean)
.protected void convert(boolean ignoreContent)
protected void setStyles(JRReport report)
protected void loadReportStyles(JRReport report)
protected void loadReportTemplateStyles(JRReportTemplate template, Set<String> loadedLocations)
protected void loadTemplateStyles(String location, Set<String> loadedLocations, Set<String> parentLocations)
protected void collectStyles(JRStyle[] styles)
public JRStyle resolveStyle(JRStyleContainer originalContainer)
public JasperReportsContext getJasperReportsContext()
public JRReport getReport()
public JasperPrint getJasperPrint()
public JRDefaultStyleProvider getDefaultStyleProvider()
public void copyBaseAttributes(JRElement source, JRPrintElement converted)
public Locale getLocale()
public TimeZone getTimeZone()
Copyright © 2015. All rights reserved.