Uses of Class
com.stimulsoft.report.components.simplecomponents.StiImage

Packages that use StiImage
com.stimulsoft.report.chart   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.components.table   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.helpers   
com.stimulsoft.report.maps   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.styles   
com.stimulsoft.web.helper   
com.stimulsoft.webdesigner.helper   
 

Uses of StiImage in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiImage
static StiImage StiChartHelper.GetImageFromChart(StiChart masterChart)
           
 

Uses of StiImage in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiImage
static StiImage StiImageHelper.FromFile(java.lang.String path)
           
static StiImage StiImageHelper.getImageFromObject(java.lang.Object imageObject)
           
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiImage
 void StiImage.setImage(StiImage image)
           
 

Uses of StiImage in com.stimulsoft.report.components.table
 

Subclasses of StiImage in com.stimulsoft.report.components.table
 class StiTableCellImage
           
 

Uses of StiImage in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiImage
 StiImage StiDialogInfoItem.StiImageDialogInfoItem.getKey()
           
 StiImage StiResource.getResourceAsImage()
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiImage
 void StiDialogInfoItem.StiImageDialogInfoItem.setKey(StiImage value)
           
 

Uses of StiImage in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiImage
 void StiPdfExportService.storeImageDataForGeom(StiImage image)
           
 

Uses of StiImage in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiImage
 void StiBarCodeExportPainter.baseDrawImage(java.lang.Object context, StiImage image, StiReport report, double x, double y, double width, double height)
           
 void StiSvgGeomWriter.drawImage(StiImage img, StiRectangle rect)
           
 void StiPdfGeomWriter.drawImage(StiImage img, StiRectangle rect)
           
 void IStiExportGeomWriter.drawImage(StiImage img, StiRectangle rect)
           
 

Uses of StiImage in com.stimulsoft.report.helpers
 

Methods in com.stimulsoft.report.helpers that return StiImage
static StiImage StiHyperlinkProcessor.getImage(StiReport report, java.lang.String hyperlink)
           
 

Uses of StiImage in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that return StiImage
 StiImage StiMap.getImage(double zoom)
           
 StiImage StiMap.getImage(double zoom, StiExportFormat format)
           
 

Uses of StiImage in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components that return StiImage
 StiImage StiGaugePainter.getImage(StiComponent component, double zoom, StiExportFormat format)
           
 

Uses of StiImage in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiImage
 StiImage StiStyle.getImage()
          Gets or sets the image to fill Image property of Image component.
 

Methods in com.stimulsoft.report.styles with parameters of type StiImage
 void StiStyle.setImage(StiImage value)
           
 

Uses of StiImage in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper that return StiImage
static StiImage StiGalleriesHelper.getImageFromColumn(StiDataColumn column, StiReport report)
           
 

Uses of StiImage in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiImage
static StiImage StiReportEdit.base64ToImage(java.lang.String base64String)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiImage
static java.lang.String StiReportEdit.getImageContentForPaint(StiImage imageComp)
           
static java.lang.String StiReportEdit.imageToBase64(StiImage image)