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.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.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.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.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.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js) for CHART.js.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (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 classEventPointThis object is wrapping the native java script object provided byHelpersto know the position of the event on the canvas. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.annotation.elements
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.annotation.elements Modifier and Type Class Description classAnnotationElementMaps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.commons
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.commons Modifier and Type Class Description classAbstractPointThis 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 classCoordinatesPointContains the coordinates X and Y on the canvas, calculated byBaseGeoChart.projection(Coordinates)andBaseGeoChart.projection(double, double).classGeoFeatureElementCalling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The geoFeature elements are mapped by this object.classPositionPointThis object is wrapping the native java script object to provide the position of the legend. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.items
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.items Modifier and Type Class Description classArcElementMaps the out-of-the-box CHART.JS element used to represents arcs on the charts.classBarElementMaps the out-of-the-box CHART.JS element used to represents bars on the charts.classChartElementCalling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a data element, used to draw the chart.
This is the base element created by CHART.JS which is extended by the controllers to manage own elements.classDatasetPointIt wraps the parsed data values for the given item point.classParsedThis object is wrapping the native java script object provided byPointElementto know the parsed value.classPointElementMaps the out-of-the-box CHART.JS element used to represents points on the charts.classTooltipModelThis object is passed by CHART.JS to the callback to manage tooltip custom callback.
The tooltip label configuration is nested below the tooltip configuration using the callbacks key. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.matrix
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.matrix Modifier and Type Class Description classMatrixElementMaps the CHART.JS element used by Matrix controller. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.positioner
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.positioner Modifier and Type Class Description classPointThis 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.sankey
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.sankey Modifier and Type Class Description classSankeyElementMaps the CHART.JS element used by Sankey controller. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.treemap
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.treemap Modifier and Type Class Description classTreeMapElementMaps the CHART.JS element used by Treemap controller. -
Uses of AbstractReadOnlyPoint in org.pepstock.charba.client.zoom
Subclasses of AbstractReadOnlyPoint in org.pepstock.charba.client.zoom Modifier and Type Class Description classAmountThis object is wrapping the native java script object to set the position to pan the chart.classEventPointThis object is wrapping the native java script object provided byZoomContextto know the position of the event when pan or zoom are about to start.classZoomPointMaps the point as limit to zoom inZoomPlugin.zoomRect(org.pepstock.charba.client.IsChart, ZoomPoint, ZoomPoint)
-