com.stimulsoft.report.components.interfaces
Interface IStiExportImageExtended

All Superinterfaces:
IStiExportImage
All Known Implementing Classes:
StiBarCode, StiChart, StiCheckBox, StiContourText, StiCrossCell, StiCrossColumn, StiCrossColumnTotal, StiCrossField, StiCrossHeader, StiCrossRow, StiCrossRowTotal, StiCrossSummary, StiCrossSummaryHeader, StiCrossTitle, StiCrossTotal, StiGauge, StiImage, StiMap, StiRichText, StiShape, StiSparkline, StiSystemText, StiTableCell, StiTableCellCheckBox, StiTableCellImage, StiTableCellRichText, StiText, StiTextInCells, StiView, StiWinControl, StiZipCode

public interface IStiExportImageExtended
extends IStiExportImage


Method Summary
 java.awt.image.BufferedImage getImage(java.lang.Double zoom, StiExportFormat format)
           
 boolean isExportAsImage(StiExportFormat format)
           
 
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage
getImage
 

Method Detail

getImage

java.awt.image.BufferedImage getImage(java.lang.Double zoom,
                                      StiExportFormat format)

isExportAsImage

boolean isExportAsImage(StiExportFormat format)