SegmentStyleFluent extension
Generated fluent modifiers for SegmentStyle.
- on
Methods
-
clearColor(
) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Clears SegmentStyle.color tonull. -
clearDashPattern(
) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Clears SegmentStyle.dashPattern tonull. -
clearStrokeWidth(
) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Clears SegmentStyle.strokeWidth tonull. -
withColor(
Color value) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Replaces SegmentStyle.color withvalue. -
withDashPattern(
List< double> value) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Replaces SegmentStyle.dashPattern withvalue. -
withStrokeWidth(
double value) → SegmentStyle -
Available on SegmentStyle, provided by the SegmentStyleFluent extension
Replaces SegmentStyle.strokeWidth withvalue.