Uses of Interface
org.pepstock.charba.client.callbacks.RadiusCallback
-
Packages that use RadiusCallback 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).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. -
-
Uses of RadiusCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return RadiusCallback Modifier and Type Method Description RadiusCallback<DatasetContext>Point. getHitRadiusCallback()Returns the hit radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>Point. getHoverRadiusCallback()Returns the hover radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>Point. getRadiusCallback()Returns the radius callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type RadiusCallback Modifier and Type Method Description voidPoint. setHitRadius(RadiusCallback<DatasetContext> hitRadiusCallback)Sets the hit radius callback.voidPoint. setHoverRadius(RadiusCallback<DatasetContext> hoverRadiusCallback)Sets the hover radius callback.voidPoint. setRadius(RadiusCallback<DatasetContext> radiusCallback)Sets the radius callback. -
Uses of RadiusCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return RadiusCallback Modifier and Type Method Description RadiusCallback<DatasetContext>BubbleDataset. getHitRadiusCallback()Returns the hit radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>BubbleDataset. getHoverRadiusCallback()Returns the hover radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>LiningDataset. getPointHitRadiusCallback()Returns the point hit radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>LiningDataset. getPointHoverRadiusCallback()Returns the point hover radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>LiningDataset. getPointRadiusCallback()Returns the point radius callback, if set, otherwisenull.RadiusCallback<DatasetContext>BubbleDataset. getRadiusCallback()Returns the radius callback, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type RadiusCallback Modifier and Type Method Description voidBubbleDataset. setHitRadius(RadiusCallback<DatasetContext> hitRadiusCallback)Sets the hit radius callback.voidBubbleDataset. setHoverRadius(RadiusCallback<DatasetContext> hoverRadiusCallback)Sets the hover radius callback.voidLiningDataset. setPointHitRadius(RadiusCallback<DatasetContext> pointHitRadiusCallback)Sets the point hit radius callback.voidLiningDataset. setPointHoverRadius(RadiusCallback<DatasetContext> pointHoverRadiusCallback)Sets the point hover radius callback.voidLiningDataset. setPointRadius(RadiusCallback<DatasetContext> pointRadiusCallback)Sets the point radius callback.voidBubbleDataset. setRadius(RadiusCallback<DatasetContext> radiusCallback)Sets the radius callback. -
Uses of RadiusCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return RadiusCallback Modifier and Type Method Description RadiusCallback<DataLabelsContext>LabelItem. getBorderRadiusCallback()Returns the border radius callback, if set, otherwisenull.Methods in org.pepstock.charba.client.datalabels with parameters of type RadiusCallback Modifier and Type Method Description AbstractBuilder<T>AbstractBuilder. setBorderRadius(RadiusCallback<DataLabelsContext> borderRadiusCallback)Sets the border radius callback.voidLabelItem. setBorderRadius(RadiusCallback<DataLabelsContext> borderRadiusCallback)Sets the border radius callback.
-