Interface HasStrokeDashOffsetProperty
- All Known Implementing Classes:
Arc,Circle,LabeledText,Line,Path,Rectangle,Shape,SubtractShape,SVGPath,Text
public interface HasStrokeDashOffsetProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thestrokeDashOffsetproperty.default voidsetStrokeDashOffset(Number strokeDashOffset) Sets the value of thestrokeDashOffsetproperty.
-
Property Details
-
strokeDashOffset
DoubleProperty strokeDashOffsetProperty
-
-
Method Details
-
strokeDashOffsetProperty
DoubleProperty strokeDashOffsetProperty()- Returns:
- the
strokeDashOffsetproperty - See Also:
-
setStrokeDashOffset
Sets the value of thestrokeDashOffsetproperty.- Property description:
- Parameters:
strokeDashOffset- the value for thestrokeDashOffsetproperty- See Also:
-
getStrokeDashOffset
Gets the value of thestrokeDashOffsetproperty.- Property description:
- Returns:
- the value of the
strokeDashOffsetproperty - See Also:
-