Interface HasStrokeLineJoinProperty
- All Known Implementing Classes:
Arc,Circle,LabeledText,Line,Path,Rectangle,Shape,SubtractShape,SVGPath,Text
public interface HasStrokeLineJoinProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault StrokeLineJoinGets the value of thestrokeLineJoinproperty.default voidsetStrokeLineJoin(StrokeLineJoin strokeLineJoin) Sets the value of thestrokeLineJoinproperty.
-
Property Details
-
strokeLineJoin
Property<StrokeLineJoin> strokeLineJoinProperty
-
-
Method Details
-
strokeLineJoinProperty
Property<StrokeLineJoin> strokeLineJoinProperty()- Returns:
- the
strokeLineJoinproperty - See Also:
-
setStrokeLineJoin
Sets the value of thestrokeLineJoinproperty.- Property description:
- Parameters:
strokeLineJoin- the value for thestrokeLineJoinproperty- See Also:
-
getStrokeLineJoin
Gets the value of thestrokeLineJoinproperty.- Property description:
- Returns:
- the value of the
strokeLineJoinproperty - See Also:
-