Uses of Class
org.pepstock.charba.client.callbacks.ScaleContext
-
Packages that use ScaleContext 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.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js. -
-
Uses of ScaleContext in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return types with arguments of type ScaleContext Modifier and Type Method Description ColorCallback<ScaleContext>RadialPointLabels. getBackdropColorCallback()Returns the backdrop color callback, if set, otherwisenull.ColorCallback<ScaleContext>Axis. getBackgroundColorCallback()Returns the background color callback, if set, otherwisenull.BorderDashCallback<ScaleContext>RadialAngleLines. getBorderDashCallback()Returns the border dash callback when element is hovered, if set, otherwisenull.ColorCallback<ScaleContext>RadialPointLabels. getColorCallback()Returns the color callback, if set, otherwisenull.DisplayCallback<ScaleContext>Axis. getDisplayCallback()Returns the user callback that sets if the axis will be shown.FontCallback<ScaleContext>RadialPointLabels. getFontCallback()Returns the font callback, if set, otherwisenull.BorderDashOffsetCallback<ScaleContext>Grid. getTickBorderDashOffsetCallback()Returns the tick border dash offset callback instance.ColorCallback<ScaleContext>Grid. getTickColorCallback()Returns the tick color callback instance.WidthCallback<ScaleContext>Grid. getTickWidthCallback()Returns the tick width callback instance.Method parameters in org.pepstock.charba.client.configuration with type arguments of type ScaleContext Modifier and Type Method Description voidRadialPointLabels. setBackdropColor(ColorCallback<ScaleContext> backdropColorCallback)Sets the backdrop color callback.voidAxis. setBackgroundColor(ColorCallback<ScaleContext> backgroundColorCallback)Sets the background color callback.voidRadialAngleLines. setBorderDash(BorderDashCallback<ScaleContext> borderDashCallback)Sets the border dash callback when element is hovered.voidRadialPointLabels. setColor(ColorCallback<ScaleContext> colorCallback)Sets the color callback.voidAxis. setDisplay(DisplayCallback<ScaleContext> displayCallback)Sets the user callback that sets if the axis will be shown.voidRadialPointLabels. setFont(FontCallback<ScaleContext> fontCallback)Sets the font callback.voidGrid. setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext> tickBorderDashOffsetCallback)Sets the tick border dash offset callback instance.voidGrid. setTickColor(ColorCallback<ScaleContext> tickColorCallback)Sets the tick color callback instance.voidGrid. setTickWidth(WidthCallback<ScaleContext> tickWidthCallback)Sets the tick width callback instance. -
Uses of ScaleContext in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo that return types with arguments of type ScaleContext 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.Method parameters in org.pepstock.charba.client.geo with type arguments of type ScaleContext 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.
-