Uses of Class
com.steema.teechart.styles.WorldMapType

Packages that use WorldMapType
com.steema.teechart.styles   
 

Uses of WorldMapType in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as WorldMapType
static WorldMapType WorldMapType.AFRICA
           
static WorldMapType WorldMapType.ASIA
           
static WorldMapType WorldMapType.AUSTRALIA
           
static WorldMapType WorldMapType.CENTRALAMERICA
           
static WorldMapType WorldMapType.EUROPE
           
static WorldMapType WorldMapType.EUROPE15
           
static WorldMapType WorldMapType.EUROPE27
           
static WorldMapType WorldMapType.MIDDLEEAST
           
static WorldMapType WorldMapType.NORTHAMERICA
           
static WorldMapType WorldMapType.SOUTHAMERICA
           
static WorldMapType WorldMapType.SPAIN
           
static WorldMapType WorldMapType.USA
           
static WorldMapType WorldMapType.USAHAWAIIALASKA
           
static WorldMapType WorldMapType.WORLD
           
 

Methods in com.steema.teechart.styles that return WorldMapType
static WorldMapType WorldMapType.fromInt(int value)
           
static WorldMapType WorldMapType.fromName(java.lang.String value)
           
 WorldMapType World.getMap()
           
 

Methods in com.steema.teechart.styles with parameters of type WorldMapType
 void World.setMap(WorldMapType value)
           
 

Constructors in com.steema.teechart.styles with parameters of type WorldMapType
World(WorldMapType initArg)