| Package | Description |
|---|---|
| org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
| org.pepstock.charba.client.geo.enums |
Contains all enumerations to configure the GEO controllers.
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectionAxis.getProjection()
Returns a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectionAxis.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Projection |
Projection.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.
|