Uses of Class
org.pepstock.charba.client.annotation.ControlPoint
-
Packages that use ControlPoint Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events. -
-
Uses of ControlPoint in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ControlPoint Modifier and Type Method Description ControlPoint
LineAnnotation. getControlPoint()
Returns the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center.Methods in org.pepstock.charba.client.annotation with parameters of type ControlPoint Modifier and Type Method Description void
LineAnnotation. setControlPoint(ControlPoint cp)
Sets the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center. -
Uses of ControlPoint in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements with parameters of type ControlPoint Modifier and Type Method Description void
OptionsElement. setControlPoint(ControlPoint cp)
Sets the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center.
-