SegmentStyleFluent extension

Generated fluent modifiers for SegmentStyle.

on

Methods

clearColor() SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Clears SegmentStyle.color to null.
clearDashPattern() SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Clears SegmentStyle.dashPattern to null.
clearStrokeWidth() SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Clears SegmentStyle.strokeWidth to null.
withColor(Color value) SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Replaces SegmentStyle.color with value.
withDashPattern(List<double> value) SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Replaces SegmentStyle.dashPattern with value.
withStrokeWidth(double value) SegmentStyle

Available on SegmentStyle, provided by the SegmentStyleFluent extension

Replaces SegmentStyle.strokeWidth with value.