com.stimulsoft.report.maps.helpers
Class StiMapHelper

java.lang.Object
  extended by com.stimulsoft.report.maps.helpers.StiMapHelper

public class StiMapHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiMapHelper()
           
 
Method Summary
static java.util.List<StiColor> getColors()
           
static java.awt.image.BufferedImage getMapIcon()
           
static StiMap getMapSample()
           
static java.lang.String[] getStates(StiMapID id)
           
static boolean isAfrica(StiMapID id)
           
static boolean isAsia(StiMapID id)
           
static boolean IsEU(StiMapID id)
           
static boolean isNorthAmerica(StiMapID id)
           
static boolean isOceania(StiMapID id)
           
static boolean isSouthAmerica(StiMapID id)
           
static boolean isWorld(StiMapID id)
           
static java.lang.String prepareIsoCode(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMapHelper

public StiMapHelper()
Method Detail

getMapIcon

public static java.awt.image.BufferedImage getMapIcon()
                                               throws java.io.IOException
Throws:
java.io.IOException

isWorld

public static boolean isWorld(StiMapID id)

isAfrica

public static boolean isAfrica(StiMapID id)

isNorthAmerica

public static boolean isNorthAmerica(StiMapID id)

isSouthAmerica

public static boolean isSouthAmerica(StiMapID id)

IsEU

public static boolean IsEU(StiMapID id)

isOceania

public static boolean isOceania(StiMapID id)

isAsia

public static boolean isAsia(StiMapID id)

getStates

public static java.lang.String[] getStates(StiMapID id)
                                    throws java.io.UnsupportedEncodingException,
                                           java.io.IOException,
                                           JSONException
Throws:
java.io.UnsupportedEncodingException
java.io.IOException
JSONException

getMapSample

public static StiMap getMapSample()

getColors

public static java.util.List<StiColor> getColors()

prepareIsoCode

public static java.lang.String prepareIsoCode(java.lang.String text)