Uses of Class
org.pepstock.charba.client.data.BarBorderWidth
-
Packages that use BarBorderWidth 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.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of BarBorderWidth in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return BarBorderWidth Modifier and Type Method Description BarBorderWidth
BarBorderWidth.BarBorderWidthFactory. create(NativeObject nativeObject)
Methods in org.pepstock.charba.client.data that return types with arguments of type BarBorderWidth Modifier and Type Method Description List<BarBorderWidth>
BarDataset. getBorderWidthAsObjects()
Returns the stroke width of the bar in pixels.
If a callback or an array have been set, returns an empty object.List<BarBorderWidth>
BarDataset. getHoverBorderWidthAsObjects()
Returns the stroke width of the bar in pixels, when hovered.Methods in org.pepstock.charba.client.data with parameters of type BarBorderWidth Modifier and Type Method Description void
BarDataset. setBorderWidth(BarBorderWidth... borderWidth)
Sets the stroke width of the bar in pixels.void
BarDataset. setHoverBorderWidth(BarBorderWidth... borderWidth)
Sets the stroke width of the bar in pixels, when hovered.Method parameters in org.pepstock.charba.client.data with type arguments of type BarBorderWidth Modifier and Type Method Description void
BarDataset. setBorderWidth(List<BarBorderWidth> borderWidth)
Sets the stroke width of the bar in pixels.void
BarDataset. setHoverBorderWidth(List<BarBorderWidth> borderWidth)
Sets the stroke width of the bar in pixels, when hovered. -
Uses of BarBorderWidth in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo with parameters of type BarBorderWidth Modifier and Type Method Description void
GeoFeatureElementOptions. setBorderWidth(BarBorderWidth borderWidth)
It doesn't do anything because you can set the border width only by a number. -
Uses of BarBorderWidth in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return BarBorderWidth Modifier and Type Method Description BarBorderWidth
BarElementOptions. getBorderWidthAsObject()
Returns the border width of the dataset item in pixels asBarBorderWidth
.Methods in org.pepstock.charba.client.items with parameters of type BarBorderWidth Modifier and Type Method Description void
BarElementOptions. setBorderWidth(BarBorderWidth borderWidth)
Sets the border width. -
Uses of BarBorderWidth in org.pepstock.charba.client.matrix
Methods in org.pepstock.charba.client.matrix that return BarBorderWidth Modifier and Type Method Description BarBorderWidth
MatrixDataset. getBorderWidthAsObject()
Returns the border width (in pixels).BarBorderWidth
MatrixElementOptions. getBorderWidthAsObject()
Returns the border width of the dataset item in pixels asBarBorderWidth
.BarBorderWidth
MatrixDataset. getHoverBorderWidthAsObject()
Returns the border width (in pixels), when hovered.Methods in org.pepstock.charba.client.matrix with parameters of type BarBorderWidth Modifier and Type Method Description void
MatrixDataset. setBorderWidth(BarBorderWidth borderWidth)
Sets the border width (in pixels).void
MatrixElementOptions. setBorderWidth(BarBorderWidth borderWidth)
Sets the border width (in pixels).void
MatrixDataset. setHoverBorderWidth(BarBorderWidth hoverBorderWidth)
Sets the border width (in pixels), when hovered. -
Uses of BarBorderWidth in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return BarBorderWidth Modifier and Type Method Description BarBorderWidth
TreeMapElementOptions. getBorderWidthAsObject()
Returns the border width of the dataset item in pixels asBarBorderWidth
.Methods in org.pepstock.charba.client.treemap with parameters of type BarBorderWidth Modifier and Type Method Description void
TreeMapElementOptions. setBorderWidth(BarBorderWidth borderWidth)
Sets the border width (in pixels).
-