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 StrokeTypeGets the value of thestrokeTypeproperty.default voidsetStrokeType(StrokeType strokeType) Sets the value of thestrokeTypeproperty.
-
Property Details
-
strokeType
Property<StrokeType> strokeTypeProperty
-
-
Method Details
-
strokeTypeProperty
Property<StrokeType> strokeTypeProperty()- Returns:
- the
strokeTypeproperty - See Also:
-
setStrokeType
Sets the value of thestrokeTypeproperty.- Property description:
- Parameters:
strokeType- the value for thestrokeTypeproperty- See Also:
-
getStrokeType
Gets the value of thestrokeTypeproperty.- Property description:
- Returns:
- the value of the
strokeTypeproperty - See Also:
-