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.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin 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 ControlPointLineAnnotation. 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 voidLineAnnotation. 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 voidOptionsElement. 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.
-