Interface HasStrokeMiterLimitProperty
- All Known Implementing Classes:
Arc,Circle,LabeledText,Line,Path,Rectangle,Shape,SubtractShape,SVGPath,Text
public interface HasStrokeMiterLimitProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thestrokeMiterLimitproperty.default voidsetStrokeMiterLimit(Number strokeMiterLimit) Sets the value of thestrokeMiterLimitproperty.
-
Property Details
-
strokeMiterLimit
DoubleProperty strokeMiterLimitProperty
-
-
Method Details
-
strokeMiterLimitProperty
DoubleProperty strokeMiterLimitProperty()- Returns:
- the
strokeMiterLimitproperty - See Also:
-
setStrokeMiterLimit
Sets the value of thestrokeMiterLimitproperty.- Property description:
- Parameters:
strokeMiterLimit- the value for thestrokeMiterLimitproperty- See Also:
-
getStrokeMiterLimit
Gets the value of thestrokeMiterLimitproperty.- Property description:
- Returns:
- the value of the
strokeMiterLimitproperty - See Also:
-