Uses of Class
org.pepstock.charba.client.geo.enums.Projection
- 
Packages that use Projection Package Description org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.geo.enums Contains all enumerations to configure the GEO controllers.
- 
- 
Uses of Projection in org.pepstock.charba.client.geoMethods in org.pepstock.charba.client.geo that return Projection Modifier and Type Method Description ProjectionProjectionAxis. getProjection()Returns a map projection which is a way to flatten a globe's surface into a plane in order to make a map.Methods in org.pepstock.charba.client.geo with parameters of type Projection Modifier and Type Method Description voidProjectionAxis. setProjection(Projection projection)Sets a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- 
Uses of Projection in org.pepstock.charba.client.geo.enumsMethods in org.pepstock.charba.client.geo.enums that return Projection Modifier and Type Method Description static ProjectionProjection. valueOf(String name)Returns the enum constant of this type with the specified name.static Projection[]Projection. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-