Uses of Interface
org.pepstock.charba.client.callbacks.CapStyleCallback
-
Packages that use CapStyleCallback 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 CapStyleCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return CapStyleCallback Modifier and Type Method Description CapStyleCallback<DatasetContext>Line. getBorderCapStyleCallback()Returns the border capstyle callback, if set, otherwisenull.CapStyleCallback<SegmentContext>Segment. getBorderCapStyleCallback()Returns the border cap-style callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type CapStyleCallback Modifier and Type Method Description voidLine. setBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)Sets the border capstyle callback.voidSegment. setBorderCapStyle(CapStyleCallback<SegmentContext> borderCapStyleCallback)Sets the border cap-style callback. -
Uses of CapStyleCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return CapStyleCallback Modifier and Type Method Description CapStyleCallback<DatasetContext>LiningDataset. getBorderCapStyleCallback()Returns the border cap style callback, if set, otherwisenull.CapStyleCallback<DatasetContext>LiningDataset. getHoverBorderCapStyleCallback()Returns the border cap style callback when element is hovered, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type CapStyleCallback Modifier and Type Method Description voidLiningDataset. setBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)Sets the border cap style callback.voidLiningDataset. setHoverBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)Sets the border cap style callback when element is hovered.
-