Uses of Class
org.pepstock.charba.client.geo.Coordinates
-
Packages that use Coordinates 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.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. -
-
Uses of Coordinates in org.pepstock.charba.client.geo
Constructors in org.pepstock.charba.client.geo with parameters of type Coordinates Constructor Description DataPointCenter(Coordinates coordinates)
Creates a data point center withCoordinates
. -
Uses of Coordinates in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return Coordinates Modifier and Type Method Description Coordinates
BubbleMapChartWidget. projectionInvert(double x, double y)
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.Coordinates
BubbleMapChartWidget. projectionInvert(CoordinatesPoint point)
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.Coordinates
ChoroplethChartWidget. projectionInvert(double x, double y)
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.Coordinates
ChoroplethChartWidget. projectionInvert(CoordinatesPoint point)
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.Methods in org.pepstock.charba.client.gwt.widgets with parameters of type Coordinates Modifier and Type Method Description CoordinatesPoint
BubbleMapChartWidget. projection(Coordinates coordinates)
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPoint
ChoroplethChartWidget. projection(Coordinates coordinates)
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
-