Uses of Class
org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Packages that use ControlPointElement Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events. -
-
Uses of ControlPointElement in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return ControlPointElement Modifier and Type Method Description ControlPointElement
OptionsElement. 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.
-