net.sf.jasperreports.engine.convert
Class ReportConverter

java.lang.Object
  extended by net.sf.jasperreports.engine.convert.ReportConverter

public class ReportConverter
extends java.lang.Object

Version:
$Id: ReportConverter.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static java.awt.Color GRID_LINE_COLOR
           
protected  java.util.Map<java.lang.String,JRStyle> stylesMap
           
 
Constructor Summary
ReportConverter(JRReport report, boolean ignoreContent)
           
 
Method Summary
protected  void collectStyles(JRStyle[] styles)
           
protected  void convert(boolean ignoreContent)
           
 void copyBaseAttributes(JRElement source, JRPrintElement converted)
           
 JRDefaultStyleProvider getDefaultStyleProvider()
           
 JasperPrint getJasperPrint()
           
 JRReport getReport()
           
protected  void loadReportStyles(JRReport report)
           
protected  void loadReportTemplateStyles(JRReportTemplate template, java.util.Set<java.lang.String> loadedLocations)
           
protected  void loadTemplateStyles(java.lang.String location, java.util.Set<java.lang.String> loadedLocations, java.util.Set<java.lang.String> parentLocations)
           
 JRStyle resolveStyle(JRStyleContainer originalContainer)
           
protected  void setStyles(JRReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRID_LINE_COLOR

public static final java.awt.Color GRID_LINE_COLOR

stylesMap

protected java.util.Map<java.lang.String,JRStyle> stylesMap
Constructor Detail

ReportConverter

public ReportConverter(JRReport report,
                       boolean ignoreContent)
Method Detail

convert

protected void convert(boolean ignoreContent)

setStyles

protected void setStyles(JRReport report)

loadReportStyles

protected void loadReportStyles(JRReport report)

loadReportTemplateStyles

protected void loadReportTemplateStyles(JRReportTemplate template,
                                        java.util.Set<java.lang.String> loadedLocations)

loadTemplateStyles

protected void loadTemplateStyles(java.lang.String location,
                                  java.util.Set<java.lang.String> loadedLocations,
                                  java.util.Set<java.lang.String> parentLocations)

collectStyles

protected void collectStyles(JRStyle[] styles)

resolveStyle

public JRStyle resolveStyle(JRStyleContainer originalContainer)

getReport

public JRReport getReport()

getJasperPrint

public JasperPrint getJasperPrint()

getDefaultStyleProvider

public JRDefaultStyleProvider getDefaultStyleProvider()

copyBaseAttributes

public void copyBaseAttributes(JRElement source,
                               JRPrintElement converted)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com