Uses of Class
org.pepstock.charba.client.commons.AbstractPoint
-
Packages that use AbstractPoint 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.positioner Contains all classes to implement a custom tooltip positioner for CHART.JS.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
-
Uses of AbstractPoint in org.pepstock.charba.client.geo
Subclasses of AbstractPoint in org.pepstock.charba.client.geo Modifier and Type Class Description class
CoordinatesPoint
Contains the coordinates X and Y on the canvas, calculated byBaseGeoChart.projection(Coordinates)
andBaseGeoChart.projection(double, double)
.class
PositionPoint
This object is wrapping the native java script object to provide the position of the legend. -
Uses of AbstractPoint in org.pepstock.charba.client.positioner
Subclasses of AbstractPoint in org.pepstock.charba.client.positioner Modifier and Type Class Description class
Point
This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates. -
Uses of AbstractPoint in org.pepstock.charba.client.zoom
Subclasses of AbstractPoint in org.pepstock.charba.client.zoom Modifier and Type Class Description class
Amount
This object is wrapping the native java script object to set the position to pan the chart.class
ZoomPoint
Maps the point as limit to zoom inZoomPlugin.zoomRect(org.pepstock.charba.client.IsChart, ZoomPoint, ZoomPoint)
-