Uses of Interface
org.pepstock.charba.client.callbacks.CubicInterpolationModeCallback
-
Packages that use CubicInterpolationModeCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of CubicInterpolationModeCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return CubicInterpolationModeCallback Modifier and Type Method Description CubicInterpolationModeCallbackLine. getCubicInterpolationModeCallback()Returns the cubic interpolation mode callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type CubicInterpolationModeCallback Modifier and Type Method Description voidLine. setCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback)Sets the cubic interpolation mode callback. -
Uses of CubicInterpolationModeCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return CubicInterpolationModeCallback Modifier and Type Method Description CubicInterpolationModeCallbackLineDataset. getCubicInterpolationModeCallback()Returns the border join style callback, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type CubicInterpolationModeCallback Modifier and Type Method Description voidLineDataset. setCubicInterpolationMode(CubicInterpolationModeCallback cubicInterpolationModeCallback)Sets the border join style callback.
-