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

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

public class StiGaugeSvgHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiGaugeSvgHelper()
           
 
Method Summary
static java.lang.String getArcPath(StiRectangle rect, java.lang.String path_, double startAngle, double sweepAngle, boolean isSetStartPoint)
           
static java.lang.String writeFillBrush(StiXmlTextWriter writer, java.lang.Object brush, StiRectangle rect)
           
static void writeGauge(StiXmlTextWriter writer, StiSvgExportService.StiSvgHelper.StiSvgData svgData, java.lang.Boolean needAnimation)
           
static void writeGauge(StiXmlTextWriter writer, StiSvgExportService.StiSvgHelper.StiSvgData svgData, double zoom, java.lang.Boolean needAnimation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGaugeSvgHelper

public StiGaugeSvgHelper()
Method Detail

writeGauge

public static void writeGauge(StiXmlTextWriter writer,
                              StiSvgExportService.StiSvgHelper.StiSvgData svgData,
                              double zoom,
                              java.lang.Boolean needAnimation)

writeGauge

public static void writeGauge(StiXmlTextWriter writer,
                              StiSvgExportService.StiSvgHelper.StiSvgData svgData,
                              java.lang.Boolean needAnimation)

getArcPath

public static java.lang.String getArcPath(StiRectangle rect,
                                          java.lang.String path_,
                                          double startAngle,
                                          double sweepAngle,
                                          boolean isSetStartPoint)

writeFillBrush

public static java.lang.String writeFillBrush(StiXmlTextWriter writer,
                                              java.lang.Object brush,
                                              StiRectangle rect)