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 BarBorderWidthCallbackBarDataset. getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.BarBorderWidthCallbackBarDataset. 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 voidBarDataset. setBorderWidth(BarBorderWidthCallback borderWidthCallback)Sets the border width callback.voidBarDataset. 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 BarBorderWidthCallbackMatrixDataset. getBorderWidthCallback()Returns the callback to set the border width (in pixels).BarBorderWidthCallbackMatrixDataset. 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 voidMatrixDataset. setBorderWidth(BarBorderWidthCallback borderWidthCallback)Sets the callback to set the border width (in pixels).voidMatrixDataset. setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)Sets the callback to set the border width (in pixels), when hovered.
-