Uses of Class
org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Packages that use AbstractReadOnlyPoint Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.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 AbstractReadOnlyPoint in org.pepstock.charba.client
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client Modifier and Type Class Description class
EventPoint
This object is wrapping the native java script object provided byHelpers
to know the position of the event on the canvas. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.commons
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.commons Modifier and Type Class Description class
AbstractPoint
This object is wrapping the native java script object to map a point. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.geo
Subclasses of AbstractReadOnlyPoint 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 AbstractReadOnlyPoint in org.pepstock.charba.client.positioner
Subclasses of AbstractReadOnlyPoint 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 AbstractReadOnlyPoint in org.pepstock.charba.client.zoom
Subclasses of AbstractReadOnlyPoint 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
EventPoint
This object is wrapping the native java script object provided byZoomContext
to know the position of the event when pan or zoom are about to start.
-