com.stimulsoft.report.maps
Class StiMapSvgContainer

java.lang.Object
  extended by com.stimulsoft.report.maps.StiMapSvgContainer

public class StiMapSvgContainer
extends java.lang.Object

Copyright Stimulsoft


Field Summary
 java.util.List<StiMapGeomsObject> geoms
           
 java.util.HashMap<java.lang.String,StiMapSvg> hashPaths
           
 int height
           
 java.lang.String name
           
 java.util.List<StiMapSvg> paths
           
 int width
           
 
Constructor Summary
StiMapSvgContainer()
           
 
Method Summary
 void populateObject(java.lang.String jsonText)
           
 void prepare()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

width

public int width

height

public int height

paths

public java.util.List<StiMapSvg> paths

geoms

public java.util.List<StiMapGeomsObject> geoms

hashPaths

public java.util.HashMap<java.lang.String,StiMapSvg> hashPaths
Constructor Detail

StiMapSvgContainer

public StiMapSvgContainer()
Method Detail

populateObject

public void populateObject(java.lang.String jsonText)
                    throws JSONException
Throws:
JSONException

prepare

public void prepare()