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