Interface HasSpacingProperty
public interface HasSpacingProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of thespacingproperty.default voidsetSpacing(Number value) Sets the value of thespacingproperty.
-
Property Details
-
spacing
DoubleProperty spacingProperty- See Also:
-
-
Method Details
-
spacingProperty
DoubleProperty spacingProperty()- Returns:
- the
spacingproperty - See Also:
-
setSpacing
Sets the value of thespacingproperty.- Property description:
- Parameters:
value- the value for thespacingproperty- See Also:
-
getSpacing
Gets the value of thespacingproperty.- Property description:
- Returns:
- the value of the
spacingproperty - See Also:
-