Uses of Interface
org.pepstock.charba.client.callbacks.JoinStyleCallback
-
Packages that use JoinStyleCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.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 JoinStyleCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return JoinStyleCallback Modifier and Type Method Description JoinStyleCallback<AnnotationContext>
LineLabel. getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.annotation with parameters of type JoinStyleCallback Modifier and Type Method Description void
LineLabel. setBorderJoinStyle(JoinStyleCallback<AnnotationContext> borderJoinStyleCallback)
Sets the border join style callback. -
Uses of JoinStyleCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return JoinStyleCallback Modifier and Type Method Description JoinStyleCallback<DatasetContext>
Line. getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwisenull
.JoinStyleCallback<SegmentContext>
Segment. getBorderJoinStyleCallback()
Returns the border join-style callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.configuration with parameters of type JoinStyleCallback Modifier and Type Method Description void
Line. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback.void
Segment. setBorderJoinStyle(JoinStyleCallback<SegmentContext> borderJoinStyleCallback)
Sets the border join-style callback. -
Uses of JoinStyleCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return JoinStyleCallback Modifier and Type Method Description JoinStyleCallback<DatasetContext>
LiningDataset. getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwisenull
.JoinStyleCallback<DatasetContext>
LiningDataset. getHoverBorderJoinStyleCallback()
Returns the border join style callback when element is hovered, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type JoinStyleCallback Modifier and Type Method Description void
LiningDataset. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback.void
LiningDataset. setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback when element is hovered.
-