Uses of Interface
net.sf.jasperreports.engine.JRPrintImage

Packages that use JRPrintImage
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
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. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRPrintImage in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRPrintImage
 class JRBasePrintImage
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRPrintImage
protected  void JRVirtualPrintPage.InternalizationElementVisitor.restoreRenderer(JRPrintImage image)
           
protected  void JRVirtualPrintPage.setExternalizationRenderer(JRPrintImage image)
           
 

Uses of JRPrintImage in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export that return JRPrintImage
static JRPrintImage JRHtmlExporter.getImage(java.util.List jasperPrintList, JRPrintElementIndex imageIndex)
           
static JRPrintImage JRHtmlExporter.getImage(java.util.List jasperPrintList, java.lang.String imageName)
           
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintImage
protected  void JRXmlExporter.exportImage(JRPrintImage image)
           
protected  void JRRtfExporter.exportImage(JRPrintImage printImage)
          Export a image object
protected  void JRPdfExporter.exportImage(JRPrintImage printImage)
           
protected  void JRGraphics2DExporter.exportImage(JRPrintImage printImage)
           
protected  void JRHtmlExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell)
           
protected  void JRXlsExporter.exportImage(JRPrintImage image, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportImage(JRPrintImage image, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.exportImage(JRPrintImage element, JRExporterGridCell gridCell, int x, int y)
           
 

Uses of JRPrintImage in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRPrintImage
 class JRRecordedValuesPrintImage
          Print image implementation that supports recorded values.
 class JRTemplatePrintImage
           
 

Methods in net.sf.jasperreports.engine.fill that return JRPrintImage
 JRPrintImage JRFillContext.getLoadedImage(java.lang.Object source)
          Gets a cached image.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRPrintImage
 void JRVirtualizationContext.cacheRenderer(JRPrintImage image)
          Caches an image renderer.
protected  void JRFillImage.copy(JRPrintImage printImage)
           
protected  void JRFillChart.copy(JRPrintImage printImage)
           
 void JRFillContext.registerLoadedImage(java.lang.Object source, JRPrintImage image)
          Registers an image loaded from a source.
 

Uses of JRPrintImage in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintImage
static byte JRStyleResolver.getScaleImage(JRPrintImage image)
           
 

Uses of JRPrintImage in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRPrintImage
 void JRPrintImageSourceObject.setPrintImage(JRPrintImage printImage)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com