Uses of Interface
org.pepstock.charba.client.callbacks.BarBorderWidthCallback
-
Packages that use BarBorderWidthCallback Package Description 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.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js. -
-
Uses of BarBorderWidthCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return BarBorderWidthCallback Modifier and Type Method Description BarBorderWidthCallback
BarDataset. getBorderWidthCallback()
Returns the border width callback, if set, otherwisenull
.BarBorderWidthCallback
BarDataset. getHoverBorderWidthCallback()
Returns the hover border width callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type BarBorderWidthCallback Modifier and Type Method Description void
BarDataset. setBorderWidth(BarBorderWidthCallback borderWidthCallback)
Sets the border width callback.void
BarDataset. setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)
Sets the hover border width callback. -
Uses of BarBorderWidthCallback in org.pepstock.charba.client.matrix
Methods in org.pepstock.charba.client.matrix that return BarBorderWidthCallback Modifier and Type Method Description BarBorderWidthCallback
MatrixDataset. getBorderWidthCallback()
Returns the callback to set the border width (in pixels).BarBorderWidthCallback
MatrixDataset. getHoverBorderWidthCallback()
Returns the callback to set the border width (in pixels), when hovered.Methods in org.pepstock.charba.client.matrix with parameters of type BarBorderWidthCallback Modifier and Type Method Description void
MatrixDataset. setBorderWidth(BarBorderWidthCallback borderWidthCallback)
Sets the callback to set the border width (in pixels).void
MatrixDataset. setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)
Sets the callback to set the border width (in pixels), when hovered.
-