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