Uses of Class
com.stimulsoft.report.export.service.StiSvgExportService.StiSvgHelper.StiSvgData

Packages that use StiSvgExportService.StiSvgHelper.StiSvgData
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.service.helper   
 

Uses of StiSvgExportService.StiSvgHelper.StiSvgData in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiSvgExportService.StiSvgHelper.StiSvgData
static void StiSvgExportService.StiSvgHelper.writeCheckBox(org.w3c.dom.Element el, StiSvgExportService.StiSvgHelper.StiSvgData svgData, org.w3c.dom.Document doc)
           
 

Uses of StiSvgExportService.StiSvgHelper.StiSvgData in com.stimulsoft.report.export.service.helper
 

Methods in com.stimulsoft.report.export.service.helper with parameters of type StiSvgExportService.StiSvgHelper.StiSvgData
static void StiChartSvgHelper.writeChart(org.w3c.dom.Element el, StiSvgExportService.StiSvgHelper.StiSvgData svgData, java.lang.Boolean needAnimation, org.w3c.dom.Document doc)
           
static void StiChartSvgHelper.writeChart(org.w3c.dom.Element elem, StiSvgExportService.StiSvgHelper.StiSvgData svgData, double zoom, java.lang.Boolean needAnimation, org.w3c.dom.Document doc)
           
static void StiGaugeSvgHelper.writeGauge(StiXmlTextWriter writer, StiSvgExportService.StiSvgHelper.StiSvgData svgData, java.lang.Boolean needAnimation)
           
static void StiGaugeSvgHelper.writeGauge(StiXmlTextWriter writer, StiSvgExportService.StiSvgHelper.StiSvgData svgData, double zoom, java.lang.Boolean needAnimation)