EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.Map.Regions

Packages that use Map.Regions
echopoint.google.chart Base package under which components wrappers for Google Chart API are organised. 
 

Uses of Map.Regions in echopoint.google.chart
 

Methods in echopoint.google.chart that return Map.Regions
 Map.Regions Map.getGeographicalArea()
          Return the Map.PROPERTY_GEOGRAPHICAL_AREA property value.
static Map.Regions Map.Regions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Map.Regions[] Map.Regions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint.google.chart with parameters of type Map.Regions
 void Map.setGeographicalArea(Map.Regions region)
          Set the value of the Map.PROPERTY_GEOGRAPHICAL_AREA property.
 


EchoPoint API - 3.0.0b5
App Webcontainer