Uses of Class
org.pepstock.charba.client.geo.CoordinatesPoint
-
Packages that use CoordinatesPoint Package Description 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 CoordinatesPoint in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return CoordinatesPoint Modifier and Type Method Description CoordinatesPoint
BubbleMapChartWidget. projection(double latitude, double longitude)
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPoint
BubbleMapChartWidget. projection(Coordinates coordinates)
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPoint
ChoroplethChartWidget. projection(double latitude, double longitude)
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.Methods in org.pepstock.charba.client.gwt.widgets with parameters of type CoordinatesPoint Modifier and Type Method Description 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(CoordinatesPoint point)
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
-