Uses of Class
org.pepstock.charba.client.callbacks.SegmentContext
-
Packages that use SegmentContext Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of SegmentContext in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return types with arguments of type SegmentContext Modifier and Type Method Description ColorCallback<SegmentContext>
Segment. getBackgroundColorCallback()
Returns the background width callback, if set, otherwisenull
.CapStyleCallback<SegmentContext>
Segment. getBorderCapStyleCallback()
Returns the border cap-style callback, if set, otherwisenull
.ColorCallback<SegmentContext>
Segment. getBorderColorCallback()
Returns the border width callback, if set, otherwisenull
.BorderDashCallback<SegmentContext>
Segment. getBorderDashCallback()
Returns the border dash callback, if set, otherwisenull
.BorderDashOffsetCallback<SegmentContext>
Segment. getBorderDashOffsetCallback()
Returns the border dash callback, if set, otherwisenull
.JoinStyleCallback<SegmentContext>
Segment. getBorderJoinStyleCallback()
Returns the border join-style callback, if set, otherwisenull
.WidthCallback<SegmentContext>
Segment. getBorderWidthCallback()
Returns the border width callback, if set, otherwisenull
.Method parameters in org.pepstock.charba.client.configuration with type arguments of type SegmentContext Modifier and Type Method Description void
Segment. setBackgroundColor(ColorCallback<SegmentContext> backgroundColorCallback)
Sets the background color callback.void
Segment. setBorderCapStyle(CapStyleCallback<SegmentContext> borderCapStyleCallback)
Sets the border cap-style callback.void
Segment. setBorderColor(ColorCallback<SegmentContext> borderColorCallback)
Sets the border color callback.void
Segment. setBorderDash(BorderDashCallback<SegmentContext> borderDashCallback)
Sets the border dash callback.void
Segment. setBorderDashOffset(BorderDashOffsetCallback<SegmentContext> borderDashOffsetCallback)
Sets the border dash callback.void
Segment. setBorderJoinStyle(JoinStyleCallback<SegmentContext> borderJoinStyleCallback)
Sets the border join-style callback.void
Segment. setBorderWidth(WidthCallback<SegmentContext> borderWidthCallback)
Sets the border width callback.
-