Class StiMapSvgHelper
java.lang.Object
com.stimulsoft.report.export.service.helper.StiMapSvgHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawMap(StiXmlTextWriter xmlsWriter, StiMap map, double width, double height, Boolean animated) static StringgetFillBrush(StiSolidBrush brush) static voidrender(StiMap map, StiXmlTextWriter xmlsWriter, Boolean animated, double sScale)
-
Constructor Details
-
StiMapSvgHelper
public StiMapSvgHelper()
-
-
Method Details
-
drawMap
public static void drawMap(StiXmlTextWriter xmlsWriter, StiMap map, double width, double height, Boolean animated) throws Exception - Throws:
Exception
-
render
public static void render(StiMap map, StiXmlTextWriter xmlsWriter, Boolean animated, double sScale) throws Exception - Throws:
Exception
-
getFillBrush
-