Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
Modifier and Type | Method and Description |
---|---|
ColorCallback<ScaleContext> |
RadialPointLabels.getBackdropColorCallback()
Returns the backdrop color callback, if set, otherwise
null . |
BorderDashCallback<ScaleContext> |
RadialAngleLines.getBorderDashCallback()
Returns the border dash callback when element is hovered, if set, otherwise
null . |
ColorCallback<ScaleContext> |
RadialPointLabels.getColorCallback()
Returns the color callback, if set, otherwise
null . |
FontCallback<ScaleContext> |
RadialPointLabels.getFontCallback()
Returns the font callback, if set, otherwise
null . |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialPointLabels.setBackdropColor(ColorCallback<ScaleContext> backdropColorCallback)
Sets the the backdrop color callback.
|
void |
RadialAngleLines.setBorderDash(BorderDashCallback<ScaleContext> borderDashCallback)
Sets the border dash callback when element is hovered.
|
void |
RadialPointLabels.setColor(ColorCallback<ScaleContext> colorCallback)
Sets the the color callback.
|
void |
RadialPointLabels.setFont(FontCallback<ScaleContext> fontCallback)
Sets the 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.
|