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 CoordinatesBubbleMapChartWidget. projectionInvert(double x, double y)Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.CoordinatesBubbleMapChartWidget. projectionInvert(CoordinatesPoint point)Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.CoordinatesChoroplethChartWidget. projectionInvert(double x, double y)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.Methods in org.pepstock.charba.client.gwt.widgets with parameters of type Coordinates Modifier and Type Method Description CoordinatesPointBubbleMapChartWidget. projection(Coordinates coordinates)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.
-