Uses of Interface
org.pepstock.charba.client.callbacks.BorderDashOffsetCallback
-
Packages that use BorderDashOffsetCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (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 BorderDashOffsetCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return BorderDashOffsetCallback Modifier and Type Method Description BorderDashOffsetCallback<AnnotationContext>AbstractAnnotation. getBorderDashOffsetCallback()Returns the callback called to set the line dash pattern offset.BorderDashOffsetCallback<AnnotationContext>LineLabel. getBorderDashOffsetCallback()Returns the callback called to set the line dash pattern offset.Methods in org.pepstock.charba.client.annotation with parameters of type BorderDashOffsetCallback Modifier and Type Method Description voidAbstractAnnotation. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)Sets the callback to set the line dash pattern offset.voidLineLabel. setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)Sets the callback to set the line dash pattern offset. -
Uses of BorderDashOffsetCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return BorderDashOffsetCallback Modifier and Type Method Description BorderDashOffsetCallback<DatasetContext>Line. getBorderDashOffsetCallback()Returns the border dash offset callback, if set, otherwisenull.BorderDashOffsetCallback<SegmentContext>Segment. getBorderDashOffsetCallback()Returns the border dash callback, if set, otherwisenull.BorderDashOffsetCallback<ScaleContext>Grid. getTickBorderDashOffsetCallback()Returns the tick border dash offset callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type BorderDashOffsetCallback Modifier and Type Method Description voidLine. setBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)Sets the border dash offset callback.voidSegment. setBorderDashOffset(BorderDashOffsetCallback<SegmentContext> borderDashOffsetCallback)Sets the border dash callback.voidGrid. setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext> tickBorderDashOffsetCallback)Sets the tick border dash offset callback instance. -
Uses of BorderDashOffsetCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return BorderDashOffsetCallback Modifier and Type Method Description BorderDashOffsetCallback<DatasetContext>LiningDataset. getBorderDashOffsetCallback()Returns the border dash offset callback, if set, otherwisenull.BorderDashOffsetCallback<DatasetContext>LiningDataset. getHoverBorderDashOffsetCallback()Returns the border dash offset callback when element is hovered, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type BorderDashOffsetCallback Modifier and Type Method Description voidLiningDataset. setBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)Sets the border dash offset callback.voidLiningDataset. setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)Sets the border dash offset callback when element is hovered.
-