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>
Grid. getBorderDashCallback()
Returns the border dash callback instance.BorderDashCallback<ScaleContext>
RadialAngleLines. getBorderDashCallback()
Returns the border dash callback when element is hovered, if set, otherwisenull
.BorderRadiusCallback<ScaleContext>
RadialPointLabels. getBorderRadiusCallback()
Returns the callback called to set the border radius.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 void
RadialPointLabels. setBackdropColor(ColorCallback<ScaleContext> backdropColorCallback)
Sets the backdrop color callback.void
Axis. setBackgroundColor(ColorCallback<ScaleContext> backgroundColorCallback)
Sets the background color callback.void
Grid. setBorderDash(BorderDashCallback<ScaleContext> borderDashCallback)
Sets the border dash callback instance.void
RadialAngleLines. setBorderDash(BorderDashCallback<ScaleContext> borderDashCallback)
Sets the border dash callback when element is hovered.void
RadialPointLabels. setBorderRadius(BorderRadiusCallback<ScaleContext> borderRadiusCallback)
Sets the callback to set the border radius.void
RadialPointLabels. setColor(ColorCallback<ScaleContext> colorCallback)
Sets the color callback.void
Axis. setDisplay(DisplayCallback<ScaleContext> displayCallback)
Sets the user callback that sets if the axis will be shown.void
RadialPointLabels. setFont(FontCallback<ScaleContext> fontCallback)
Sets the font callback.void
Grid. setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext> tickBorderDashOffsetCallback)
Sets the tick border dash offset callback instance.void
Grid. setTickColor(ColorCallback<ScaleContext> tickColorCallback)
Sets the tick color callback instance.void
Grid. 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 void
Legend. setIndicatorWidth(WidthCallback<ScaleContext> indicatorWidthCallback)
Sets how many pixels should be used for the color bar.void
Legend. setWidth(WidthCallback<ScaleContext> widthCallback)
Sets how wide the scale is.
-