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

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

public class StiMapSvgHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiMapSvgHelper()
           
 
Method Summary
static void drawMap(StiXmlTextWriter xmlsWriter, StiMap map, double width, double height, java.lang.Boolean animated)
           
static java.lang.String getFillBrush(StiSolidBrush brush)
           
static void render(StiMap map, StiXmlTextWriter xmlsWriter, java.lang.Boolean animated, double sScale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMapSvgHelper

public StiMapSvgHelper()
Method Detail

drawMap

public static void drawMap(StiXmlTextWriter xmlsWriter,
                           StiMap map,
                           double width,
                           double height,
                           java.lang.Boolean animated)
                    throws java.lang.Exception
Throws:
java.lang.Exception

render

public static void render(StiMap map,
                          StiXmlTextWriter xmlsWriter,
                          java.lang.Boolean animated,
                          double sScale)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getFillBrush

public static java.lang.String getFillBrush(StiSolidBrush brush)