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 CoordinatesPointBubbleMapChartWidget. projection(double latitude, double longitude)Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPointBubbleMapChartWidget. projection(Coordinates coordinates)Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPointChoroplethChartWidget. projection(double latitude, double longitude)Translates latitude and longitude in coordinates of the canvas where the chart is drawn.CoordinatesPointChoroplethChartWidget. 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 CoordinatesBubbleMapChartWidget. projectionInvert(CoordinatesPoint point)Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.CoordinatesChoroplethChartWidget. projectionInvert(CoordinatesPoint point)Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
-