Interface HasStrokeLineCapProperty
- All Known Implementing Classes:
Arc
,Circle
,LabeledText
,Line
,Path
,Rectangle
,Shape
,SubtractShape
,SVGPath
,Text
public interface HasStrokeLineCapProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault StrokeLineCap
Gets the value of thestrokeLineCap
property.default void
setStrokeLineCap
(StrokeLineCap strokeLineCap) Sets the value of thestrokeLineCap
property.
-
Property Details
-
strokeLineCap
Property<StrokeLineCap> strokeLineCapProperty
-
-
Method Details
-
strokeLineCapProperty
Property<StrokeLineCap> strokeLineCapProperty()- Returns:
- the
strokeLineCap
property - See Also:
-
setStrokeLineCap
Sets the value of thestrokeLineCap
property.- Property description:
- Parameters:
strokeLineCap
- the value for thestrokeLineCap
property- See Also:
-
getStrokeLineCap
Gets the value of thestrokeLineCap
property.- Property description:
- Returns:
- the value of the
strokeLineCap
property - See Also:
-