Uses of Interface
org.pepstock.charba.client.callbacks.JoinStyleCallback
-
Packages that use JoinStyleCallback 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). -
-
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>Arc. getBorderJoinStyleCallback()Returns the border join style callback, if set, otherwisenull.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.JoinStyleCallback<DatasetContext>Arc. getHoverBorderJoinStyleCallback()Returns the hover border join style callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type JoinStyleCallback Modifier and Type Method Description voidArc. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidLine. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidSegment. setBorderJoinStyle(JoinStyleCallback<SegmentContext> borderJoinStyleCallback)Sets the border join-style callback.voidArc. setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> hoverBorderJoinStyleCallback)Sets the hover 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>PieDataset. getBorderJoinStyleCallback()Returns the border join style callback, if set, otherwisenull.JoinStyleCallback<DatasetContext>PolarAreaDataset. 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.JoinStyleCallback<DatasetContext>PieDataset. getHoverBorderJoinStyleCallback()Returns the border join style callback when element is hovered, if set, otherwisenull.JoinStyleCallback<DatasetContext>PolarAreaDataset. 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 voidLiningDataset. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidPieDataset. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidPolarAreaDataset. setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback.voidLiningDataset. setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback when element is hovered.voidPieDataset. setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback when element is hovered.voidPolarAreaDataset. setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)Sets the border join style callback when element is hovered.
-