com.stimulsoft.report.export.service.helper
Class StiChartSvgHelper

java.lang.Object
  extended by com.stimulsoft.report.export.service.helper.StiChartSvgHelper

public class StiChartSvgHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiChartSvgHelper()
           
 
Method Summary
static StiRectangle correctRectLabel(StiRotationMode rotationMode, StiRectangle textRect)
           
static void writeChart(org.w3c.dom.Element el, StiSvgExportService.StiSvgHelper.StiSvgData svgData, java.lang.Boolean needAnimation, org.w3c.dom.Document doc)
           
static void writeChart(org.w3c.dom.Element elem, StiSvgExportService.StiSvgHelper.StiSvgData svgData, double zoom, java.lang.Boolean needAnimation, org.w3c.dom.Document doc)
           
static java.lang.String writeFillBrush(org.w3c.dom.Element el, java.lang.Object brush, StiRectangle rect, double dx, double dy, org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiChartSvgHelper

public StiChartSvgHelper()
Method Detail

writeFillBrush

public static java.lang.String writeFillBrush(org.w3c.dom.Element el,
                                              java.lang.Object brush,
                                              StiRectangle rect,
                                              double dx,
                                              double dy,
                                              org.w3c.dom.Document document)

writeChart

public static void writeChart(org.w3c.dom.Element el,
                              StiSvgExportService.StiSvgHelper.StiSvgData svgData,
                              java.lang.Boolean needAnimation,
                              org.w3c.dom.Document doc)

writeChart

public static void writeChart(org.w3c.dom.Element elem,
                              StiSvgExportService.StiSvgHelper.StiSvgData svgData,
                              double zoom,
                              java.lang.Boolean needAnimation,
                              org.w3c.dom.Document doc)

correctRectLabel

public static StiRectangle correctRectLabel(StiRotationMode rotationMode,
                                            StiRectangle textRect)