Interface HasStrokeTypeProperty
- All Known Implementing Classes:
Arc
,Circle
,LabeledText
,Line
,Path
,Rectangle
,Shape
,SubtractShape
,SVGPath
,Text
public interface HasStrokeTypeProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault StrokeType
Gets the value of thestrokeType
property.default void
setStrokeType
(StrokeType strokeType) Sets the value of thestrokeType
property.
-
Property Details
-
strokeType
Property<StrokeType> strokeTypeProperty
-
-
Method Details
-
strokeTypeProperty
Property<StrokeType> strokeTypeProperty()- Returns:
- the
strokeType
property - See Also:
-
setStrokeType
Sets the value of thestrokeType
property.- Property description:
- Parameters:
strokeType
- the value for thestrokeType
property- See Also:
-
getStrokeType
Gets the value of thestrokeType
property.- Property description:
- Returns:
- the value of the
strokeType
property - See Also:
-