Uses of Interface
org.pepstock.charba.client.callbacks.WidthCallback
-
Packages that use WidthCallback 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).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js. -
-
Uses of WidthCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return WidthCallback Modifier and Type Method Description WidthCallback<AnnotationContext>AbstractAnnotation. getBorderWidthCallback()Returns the callback called to set the width of the border in pixels.WidthCallback<AnnotationContext>LineLabel. getBorderWidthCallback()Returns the callback called to set the width of the border in pixels.Methods in org.pepstock.charba.client.annotation with parameters of type WidthCallback Modifier and Type Method Description voidAbstractAnnotation. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)Sets the callback to set the color of the width of the border in pixels.voidLineLabel. setBorderWidth(WidthCallback<AnnotationContext> borderWidthCallback)Sets the callback to set the color of the width of the border in pixels. -
Uses of WidthCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return WidthCallback Modifier and Type Method Description WidthCallback<SegmentContext>Segment. getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.WidthCallback<ScaleContext>Grid. getTickWidthCallback()Returns the tick width callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type WidthCallback Modifier and Type Method Description voidSegment. setBorderWidth(WidthCallback<SegmentContext> borderWidthCallback)Sets the border width callback.voidGrid. setTickWidth(WidthCallback<ScaleContext> tickWidthCallback)Sets the tick width callback instance. -
Uses of WidthCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return WidthCallback Modifier and Type Method Description WidthCallback<DatasetContext>HoverDataset. getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.WidthCallback<DatasetContext>LiningDataset. getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.WidthCallback<DatasetContext>HoverDataset. getHoverBorderWidthCallback()Returns the hover border width callback, if set, otherwisenull.WidthCallback<DatasetContext>LiningDataset. getHoverBorderWidthCallback()Returns the hover border width callback, if set, otherwisenull.WidthCallback<DatasetContext>LiningDataset. getPointBorderWidthCallback()Returns the point border width callback, if set, otherwisenull.WidthCallback<DatasetContext>LiningDataset. getPointHoverBorderWidthCallback()Returns the point hover border width callback, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type WidthCallback Modifier and Type Method Description voidHoverDataset. setBorderWidth(WidthCallback<DatasetContext> borderWidthCallback)Sets the border width callback.voidLiningDataset. setBorderWidth(WidthCallback<DatasetContext> borderWidthCallback)Sets the border width callback.voidHoverDataset. setHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback)Sets the hover border width callback.voidLiningDataset. setHoverBorderWidth(WidthCallback<DatasetContext> hoverBorderWidthCallback)Sets the hover border width callback.voidLiningDataset. setPointBorderWidth(WidthCallback<DatasetContext> pointBorderWidthCallback)Sets the point border width callback.voidLiningDataset. setPointHoverBorderWidth(WidthCallback<DatasetContext> pointHoverBorderWidthCallback)Sets the point hover border width callback. -
Uses of WidthCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return WidthCallback Modifier and Type Method Description WidthCallback<DataLabelsContext>LabelItem. getBorderWidthCallback()Returns the border width callback, if set, otherwisenull.WidthCallback<DataLabelsContext>LabelItem. getTextStrokeWidthCallback()Returns the text stroke width callback, if set, otherwisenull.Methods in org.pepstock.charba.client.datalabels with parameters of type WidthCallback Modifier and Type Method Description AbstractBuilder<T>AbstractBuilder. setBorderWidth(WidthCallback<DataLabelsContext> borderWidthCallback)Sets the border width callback.voidLabelItem. setBorderWidth(WidthCallback<DataLabelsContext> borderWidthCallback)Sets the border width callback.AbstractBuilder<T>AbstractBuilder. setTextStrokeWidth(WidthCallback<DataLabelsContext> textStrokeWidthCallback)Sets the text stroke width callback.voidLabelItem. setTextStrokeWidth(WidthCallback<DataLabelsContext> textStrokeWidthCallback)Sets the text stroke width callback. -
Uses of WidthCallback in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return WidthCallback Modifier and Type Method Description WidthCallback<ScaleContext>Legend. getIndicatorWidthCallback()Returns the callback to set how many pixels should be used for the color bar.WidthCallback<ScaleContext>Legend. getWidthCallback()Returns the callback to set how wide the scale is.Methods in org.pepstock.charba.client.geo with parameters of type WidthCallback Modifier and Type Method Description voidLegend. setIndicatorWidth(WidthCallback<ScaleContext> indicatorWidthCallback)Sets how many pixels should be used for the color bar.voidLegend. setWidth(WidthCallback<ScaleContext> widthCallback)Sets how wide the scale is.
-